- 21 Nis, 2014 34 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
-
Markus Mohrhard yazdı
Change-Id: Id878bacc86facba34f77bde2fbbfd78b0a426c39
-
Michal Horak yazdı
Update: Deleted CVS dirs from crdbus54 and crdbus50 libraries. In czech localization of LO, there were missing autotext libraries, resp., manifest files for that libraries were empty. So I create correct manifest files. Also in those libraries there were some useless CVS dirs and MANIFEST.MF files, which I deleted. Fixed autotext function I tested on LO 4.2.2.1 Win 8.1. Change-Id: I2e7ed4811e90a05b13c6007809877713ac4b6279 Reviewed-on: https://gerrit.libreoffice.org/9109Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Chris Sherlock yazdı
Change-Id: I1691c4fa5dee3d9cbabc939682a39c4c7befdd4c
-
Chris Sherlock yazdı
Change-Id: I978ae6c5d1ece54828cab8624c20c7b6b6630c21
-
Chris Sherlock yazdı
Change-Id: Iad6109a353181759fa64e48a82a003f785d0e58c
-
Luboš Luňák yazdı
The test document has 4 pages which only contain frames, first 3 pages (sections) have <p> block with <framePr> and another <p> with just <sectPr>, and the second paragraph would be removed, thus there would be no nodes on which to actually set the page style and they would be set on nodes for the previous page, overwriting its page style. The last page does not have its own <p> at all, so it needs to be faked. The changes in finishParagraph() are because of e.g. the comments-nested.odt sw test, which there causes exception because of unknown property ParaStyleName (comments do not use those it seems) and the code is skipped over (which is probably a bug on its own, but it's unrelated to this change otherwise). Change-Id: I9d37f992407a9b649c710d2a031ec4447fb11771
-
Chris Sherlock yazdı
Change-Id: I542282cd4757c3d841f8e2b48847ab5d5ba1574e
-
Chris Sherlock yazdı
Change-Id: Ic13a4ac4ca3b4ed23c0db9bc6894024f7b2d959a
-
Chris Sherlock yazdı
Change-Id: I24a571080ad7301c86065e75560b94091120ce0b
-
Tor Lillqvist yazdı
Change-Id: I1c3721a4d44c882c749903c15f05666a74c725a5
-
Chris Sherlock yazdı
Change-Id: I2dcde25b98004be4f0f45ad3d7e258daee3ca42b
-
Chris Sherlock yazdı
Change-Id: Id1bfa4c6db202597107de3047326fe1bd17f2387
-
Chris Sherlock yazdı
Mainly moved map functions into their own block, however I have also done a bit more reorganization. Quite a bit to go, it seems... Change-Id: I041d91c9b96066f5f1e11bd82968c2712988e5f4
-
Chris Sherlock yazdı
Change-Id: Ib10024fe92ae364d31082177724be718d426fe26
-
Chris Sherlock yazdı
Rename lcl_* functions in nativecontrols.cxx, also renamed outdevnative.cxx to nativecontrols.cxx Change-Id: Ie9a362f09cb5044e486086e7d890ae433f7dddc6
-
Chris Sherlock yazdı
Change-Id: Idde02b1456ab23e2479f097bee018f9d6398f003
-
Chris Sherlock yazdı
Reorganized OutputDevice line functions - several of these functions should be private. I have renamed the following functions: * ImplInitLineColor -> InitLineColor (made this private) * ImplPaintLineGeometryWithEvtlExpand -> PaintLineGeometryWithEvtlExpand (made this private) * ImplTryDrawPolyLineDirect -> TryDrawPolyLineDirectNoAA (made this private) I also made a small code change to make bTryAA more clear, and also change (bTryAA && TryDrawPolyLineDirect(rPoly.getB2DPolygon()) to a nestied if statement. Change-Id: I90e8083d69b715912bf0ad1d400bc355f3501981
-
Chris Sherlock yazdı
Change-Id: Idcb2b3c1ad1830bb781b5a9a0527dd2a08ef2b18
-
Chris Sherlock yazdı
Grouped hatch functions in outdev.hxx. Renamed ImplDrawHatch to DrawHatch (allow C++ overloading to work out which to use), and renamed ImplCalcHatchValues to CalcHatchValues and ImplDrawHatchLine to DrawHatchLIne. Change-Id: I7be62ec1754864424f6c158ab70178606ccbf1b1
-
Chris Sherlock yazdı
... also slightly changed the overload documentation for DrawBitmapEx and DrawBitmap functions. Furthermore, DrawImage() should never be called from a Printer instance, so warn and abort. Change-Id: I0de65a5d7bd8249fcd14d844faf74477d490cef5
-
Chris Sherlock yazdı
Rearranged gradient functions in outdev.hxx to group them together, also renamed ImplGetGradientSteps to GetGradientSteps and ImplGetGradientStepCount to GetGradientStepCount. Change-Id: I98ea0d177531e50b9bdc097df15cfb93d26474e7
-
Chris Sherlock yazdı
I have moved the blending functions from blend.cxx to bitmap.cxx, I also renamed the function ImplBlendWithAlpha to BlendBitmapWithAlpha and ImplBlend to BlendBitmap. I also grouped the functions in outdev.hxx - BlendBitmap and BlendBitmapWithAlpha are both private functions, not public. Change-Id: Idfaf8826341172bb0288473c643afa51a03b0580
-
Chris Sherlock yazdı
Change-Id: I21c9d27edad8fe3ea223149b276d46dfb989ec89
-
Thomas Arnhold yazdı
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
-
Thomas Arnhold yazdı
Change-Id: Ibf4fad9879c90a62f258c7bce13ba1ba671d13e9
-
Takeshi Abe yazdı
Change-Id: I4b2b439615db0ff4598f405d1e339eebbff7ae91
-
László Németh yazdı
Project: help 4a202ac51e3cfda0dc2e52392e394bf51f185f38
-
László Németh yazdı
Change-Id: I04700e742239c97de39cf502fd8b0845b03c4e3a
-
Miklos Vajna yazdı
Change-Id: Ibecedba7a8a6e6b3218f64aefdd05897a6612a71
-
Miklos Vajna yazdı
Change-Id: I4a1bf64267d36ff4b3b7cf0ba2cc23c52ec2d36e
-
Thomas Arnhold yazdı
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
-
Thomas Arnhold yazdı
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
-
Thomas Arnhold yazdı
Change-Id: I2cab3d18913e7d7a4e5c89a391e5d9158effc037
-
- 20 Nis, 2014 6 kayıt (commit)
-
-
Rene Engelhard yazdı
thete's no call.s, but call.cxx, add call tp "the rest" Change-Id: Id6552ba8fda0196b3ec8483d1edf490e6afb0ed2
-
Rene Engelhard yazdı
Change-Id: I8b64b384b8f959c48e01bee8034c2fb046df75b0
-
Rene Engelhard yazdı
we need a AC_ARG_ENABLE for it Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977
-
Julien Nabet yazdı
Change-Id: I2bd9c7d4824ac1b216256ef56a4301873afcfc5d
-
Zolnai Tamás yazdı
Change-Id: I0defecfe7370a3b2ebabe27b707952c1c192e077
-
Julien Nabet yazdı
Change-Id: Ic24715d86b3f822babd236ac73c041f3a5c1d92b
-