summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)AuthorFilesLines
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-4/+4
This also means that this code now gets bounds checked in debug builds. Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand3-5/+5
unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841) Conflicts: basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx basegfx/source/polygon/b2dpolypolygontools.cxx basegfx/source/polygon/b2dsvgpolypolygon.cxx basegfx/source/polygon/b3dpolypolygontools.cxx basegfx/source/tools/makefile.mk basegfx/test/boxclipper.cxx basegfx/test/clipstate.cxx basegfx/test/genericclipper.cxx canvas/source/tools/surfaceproxy.cxx sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/pdfimport/tree/writertreevisiting.cxx xmloff/inc/xexptran.hxx xmloff/source/draw/XMLImageMapContext.cxx xmloff/source/draw/XMLImageMapExport.cxx xmloff/source/draw/shapeexport2.cxx xmloff/source/draw/shapeexport3.cxx xmloff/source/draw/xexptran.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/style/MarkerStyle.cxx xmloff/source/text/XMLTextFrameContext.cxx xmloff/source/text/txtparae.cxx Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
2013-10-30Remove unnecessary #includesTakeshi Abe16-22/+2
and add them to a couple of appropriate headers Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
2013-10-29Drop unnecessary #includeTakeshi Abe6-7/+0
Change-Id: I20448aebfae86c097413660e9ec836a786507a85
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28extras: don't hardcode shareMichael Stahl1-1/+1
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
2013-10-24sdext: deliver that weird pdf file to INSTDIRMichael Stahl1-1/+3
Change-Id: I3d5daf2ab957eb98c80e936406721a7eb627c436
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-15Minimizer: *.mini was saved w/o .odp etc. extension (and clean up)Stephan Bergmann1-24/+7
Change-Id: I4626794f7816ae455a392cdc0acbac42c866fff4
2013-10-15fdo#61950 De-extensionize presentation minimizer: post cleanDavid Ostrovsky1-4/+5
Change-Id: I7d21f1d67b13fcd83792503e8c72ccf16fbda1ec Reviewed-on: https://gerrit.libreoffice.org/6247 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-10-15could not convert from ‘const char*’ to ‘rtl::OUString’Eike Rathke4-146/+146
Since 3eb84bcb4580af50c2ded9f48749384b8455258e which apparently Clang has no problem with. Change-Id: I21af4e20dd116705e53d73a968fde478bff142bb
2013-10-15Remove unnecessary TK_LastStephan Bergmann2-6/+1
Change-Id: Ia5095646f01a76258d69df866e3c803f8691915b
2013-10-15Small simplification (and exit loop early)Stephan Bergmann1-3/+3
Change-Id: I076307174fdd63b58a8cb9c9690f50dae746c289
2013-10-15Simplify PPPOptimizerTokenEnum -> OUStringStephan Bergmann2-6/+5
Change-Id: I8be2a1d603afd26de11e737586590ebb7adcbc42
2013-10-15Simplify PPPOptimizerTokenEnum -> OUStringStephan Bergmann3-5/+5
Change-Id: I88176f00c5fb356d63ecfdd291c006e88606a604
2013-10-15Simplify TKGet(TK_FOO) -> "FOO"Stephan Bergmann6-414/+414
Change-Id: I06e3134aeef27f13969f6d9d7d81b916bc93e8e2
2013-10-14Remove unused fileStephan Bergmann1-2/+0
...was referenced from removed sdext/source/minimizer/description.xml Change-Id: I501860640eb899742f7850f626008b930bf8eab4
2013-10-14Remove file apparently unused since inceptionStephan Bergmann1-106/+0
Change-Id: Ib2522c943df37c0b299120fcbdb262a74ee5f5f7
2013-10-14No need to have com.sun.star.comp.PPPOptimizer as a serviceStephan Bergmann5-111/+17
After de-extension-alization of Presentation Minimizer, it is important that its UNO implementation names are different from the ones used by the extension (in case the extension ever is installed as shared or per-user). For com.sun.star.comp.PPPOptimizer it appears to be easiest to not advertise this as a service at all, but rather instantiate the object directly where used. (For com.sun.star.comp.PresentationMinimizerImp the necessary renaming had been done in the previous commit already.) Change-Id: I954b715f2d434cecf9abd2776b39c4ed3152c5ec
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky15-1089/+16
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-10little String to OUString + documentationThomas Arnhold1-1/+1
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3 Reviewed-on: https://gerrit.libreoffice.org/6192 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10Normalize ENABLE_PDFIMPORT: TRUE or emptyTor Lillqvist1-1/+1
Change-Id: I962b37757dbf3569df73e70ae2d7c666d7cdf43e
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens1-0/+1
Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can access underlying pixels. That's a preparation for display-list based canvas implementations, and was a rather silly assumption in the first place. Also fixes up all client sites. Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9
2013-10-02gbuild: kill gb_XcsTarget_get_outdir_targetMatúš Kukan1-1/+1
No idea what the '--path $(gb_Configuration_registry)' parameter was for. Change-Id: I892e178a62fa2ea971101815ea558f79d32f85ed
2013-10-02sdext: kill Package_pdfimport_xcu.mkMatúš Kukan3-17/+1
Change-Id: I88a402bf26852e8e216de11d71cbd42edb0aff23
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
Change-Id: I0e344a64da4166b99be6887df384224042172454
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-4/+0
Change-Id: I393816c526764c21762e5bc19318f862d0f91de5
2013-09-20fix Windows build, dbglevel=2Andras Timar1-4/+4
Change-Id: I7dba2852a32a1b1c8309b5981e6b535c6dfb1b8c
2013-08-30ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-1/+1
Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a Reviewed-on: https://gerrit.libreoffice.org/5705 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-23dummy implementation for getTranslationOffsetSiqi LIU2-0/+10
Change-Id: Ie1f71ee76af308a6eec9d38e3d629d7d6faf3596
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák11-29/+29
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-20also adjust for poppler 0.24Bjoern Michaelsen2-2/+2
Change-Id: I177cc28ec357ec5f88bb1efae1928eb120dcd9f2
2013-08-19Mark as constTakeshi Abe1-1/+1
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-2/+3
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-07-20oups.. forgot to comment out a debug lineSiqi LIU1-1/+1
Change-Id: Ib22428a305d834a635f198f94b7b82088a718893
2013-07-20remove server if no longer visibleSiqi LIU1-3/+4
Change-Id: I75902afe3040304155d164fd0502a00869e4f9d7
2013-07-20minor bug fixSiqi LIU1-2/+2
Change-Id: Ib2358feb09812a219966525d0992eb49a62dbdfc
2013-07-18comment out updateCurrentSlide(0) in presentationController constructor as ↵Siqi LIU1-1/+1
it causes remote control to receive 0 as currentSlide whereas slideshow started from the middle.
2013-07-18fdo#67045 - fix several nasty screen selection issues with presenter console.Michael Meeks1-4/+9
Also add the ability to select the external screen (whatever it is) to the configuration dialog. Change-Id: Id2d157eafff0031d7ae9fa2140d7022ae4a0cc6b
2013-07-18fdo#65457 - Provide visual clues in presenter view.Ciorba Edmond5-1/+123
Change-Id: I225ae2dfa467df824d2586a05c8b8b576a43e8dc Reviewed-on: https://gerrit.libreoffice.org/4929 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard1-1/+3
The result of osl_getCurrentSecurity () should always be deleted again with osl_freeSecurityHandle (). Change-Id: If0991937fcb24207d1f78166f61c4be22d423629 Reviewed-on: https://gerrit.libreoffice.org/4947 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-07-16fix build with system poppler-0.23.0Petr Mladek2-2/+10
XRef *xref parameter has been added to the OutputDev::startPage method, see http://cgit.freedesktop.org/poppler/poppler/commit/?id=8eb489c355d734a72e140ce7e32470d048362499 Change-Id: I7ad875bf58f6998e639c740f0dac3795738cd1db
2013-07-09poppler: make it build on Mac.Norbert Thiebaud1-1/+1
Change-Id: Ie74632a6bd5d43a094fa5ea696c099bb537a7e6e
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-1/+1
Change-Id: Id476a0eb1f5965098c8cc2e2847547b1d23387eb Reviewed-on: https://gerrit.libreoffice.org/4753 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-07-08Don't link with libraries that are not neededFridrich Štrba1-1/+0
Change-Id: I44119601f36db98382b85e09614e5c552ec36ab6
2013-07-08No day witout typoFridrich Štrba1-1/+1
Change-Id: Ie6da18aea2bdd119e08f3670f2e175ec69fbb198
2013-07-08Some tag -> spacesFridrich Štrba1-2/+2
Change-Id: Ie3350972b39631e66e5fd2f5bbf90347f5dbef06
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba3-36/+8
Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-05API change: osl/time.h take const pointers where appropriateLionel Elie Mamane1-1/+1
Should be backwards-compatible... Change-Id: I6b04bec2c032ff8c57a1b5192b2d3962dcc96c84