- 10 Haz, 2014 4 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
125072: method <SwGraphicProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it.
-
Oliver-Rainer Wittmann yazdı
125072: method <SwFrameProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it. Patch by: Elie Roux - roux dot elie at gmail dot com
-
Jürgen Schmidt yazdı
-
Andre Fischer yazdı
-
- 06 Haz, 2014 3 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
124999: As Writer graphics are no longer painted via the graphic manager - see <SwNoTxtFrm::PaintPicture(..)> - it is needed to swap out the Writer graphics automatically after a certain amount of time. --> 5000ms
-
Oliver-Rainer Wittmann yazdı
- <SwGrfNode::onGraphicChanged()> - assure that graphic is swapped out in case its swap in has been triggered by this method.
-
Oliver-Rainer Wittmann yazdı
125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it.
-
- 05 Haz, 2014 6 kayıt (commit)
-
-
Armin Le Grand yazdı
i125045 For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA hide the DrawingLayer FillStyle entries by moving them to the front of aXMLParaPropMap and using a higher index for construction
-
Oliver-Rainer Wittmann yazdı
124891: <SidebarDockingWindow::GetFocus()> - check, if sidebar controller is available before accessing it.
-
Oliver-Rainer Wittmann yazdı
-
Oliver-Rainer Wittmann yazdı
-
Oliver-Rainer Wittmann yazdı
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more.
-
Armin Le Grand yazdı
i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known
-
- 04 Haz, 2014 4 kayıt (commit)
-
-
Herbert Dürr yazdı
the test didn't initialize the nanosecond part of the condition timeout and so the absolute timeout calculated from the second and nanosecond values could become invalid depending on the pseudo-random value of the nanosecond member. This resulted in spurious gtest failures (first seen on Ubuntu).
-
Armin Le Grand yazdı
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
-
- 03 Haz, 2014 6 kayıt (commit)
-
-
Armin Le Grand yazdı
i124638 Corrected paints of Writer Frames with DrawingLayer FillAttributes for all systems and AA/nonAA
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Andre Fischer yazdı
Created new main/ooxml module. Created schema parser at main/ooxml/source/framework/SchemaParser. Created demo parser for OOXML files that is based on output of the schema parser.
-
- 02 Haz, 2014 7 kayıt (commit)
-
-
Jürgen Schmidt yazdı
-
Armin Le Grand yazdı
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
Rounding left and width down can accumulate a rounding error of almost two in the calculation of right. The existing code compensates for this by increasing the width by two, but since left has been decremented by one to accommodate for antialiasing artifacts this compensation is one to few by itself and two to few when accounting for antialiasing artifacts on the right. Y-pos and height have the same problems and get the matching fix.
-
Herbert Dürr yazdı
by doing the calculation before CTLineDraw() updates the text position. Requesting the update early is possible because that update region is not used until AquaSalInstance::Yield().
-
Jürgen Schmidt yazdı
-
- 31 May, 2014 1 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
- 28 May, 2014 1 kayıt (commit)
-
-
Herbert Dürr yazdı
Patch-by:
Thorsten Wagner <thorsten.wagner.4@gmail.com> Reviewed-by:
Herbert Duerr <hdu@apache.org>
-
- 26 May, 2014 1 kayıt (commit)
-
-
Clarence Guo yazdı
for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set. Repeated conversion is unnecessary, add a flag to avoid repeated conversion
-
- 23 May, 2014 3 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
124966: keep picture format information - <GfxLink> instance - also for the reading of preview picture data in order to avoid trouble on save in case that the preview data equals the picture data
-
Oliver-Rainer Wittmann yazdı
- needed correction for the fix made for issue 114361
-
Oliver-Rainer Wittmann yazdı
124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue 123389) causing serious endless loop
-
- 21 May, 2014 4 kayıt (commit)
-
-
Herbert Dürr yazdı
Setting a fixed default font height parameter doesn't make much sense when neither the target device nor its mapping mode nor its target resolution are known. This change reverts revision 1589449 of bug 124686 that has already been solved differently and restores the previous behaviour so that the default height of default constructed fonts is set to 12pt when the target device becomes known. Reviewed-by:
Armin Le Grand <alg@apache.org>
-
Herbert Dürr yazdı
on trunk the 4.1.0 build target product name is obsolete after AOO 4.1 was branched off and released. This change tentatively updates it to 4.2 which is the anticipated name of the next release to be branched of from trunk. Reported-by:
Rainer Bielefeld <rainerbielefeld_ooo_qa@bielefeldundbuss.de>
-
Herbert Dürr yazdı
clean up some minor warts while the behaviour remains unchanged.
-
Herbert Dürr yazdı
A problem with horizontal scrolling was reported on Mac. Reviewing the relevant code identified some problems. The patch to fix them was confirmed to also fix the reported problem. Found-by: erben.fr@gmail.com Tested-by: cemonadresse@orange.fr Tested-by: TrolliusX@t-online.de Tested-by: thorsten.wagner.4@gmail.com
-