summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2013-12-19n#828390: Unit test for bullet's relative size.Muthu Subramanian
2013-12-19convert OUString** in HtmlExport to std::vector<OUString>Noel Grandin
There is no point in storing pointers to a ref-counted value type like OUString. And while we're there, convert arrays to std::vector Change-Id: I96ceeb13dd3c4fb4f2ebdd017edc92d01dcb47cb Reviewed-on: https://gerrit.libreoffice.org/7044 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-12-18n#828390: Add unit test for font properties export.Muthu Subramanian
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up, of course. Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
Change-Id: I6f75d0df0ddafc892fef0ce1bfdcdd6c70151afc Reviewed-on: https://gerrit.libreoffice.org/7104 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-14cppcheck: same expression, should check aPageOffset.X and aPageOffset.YJulien Nabet
Change-Id: Ibec07fba0b2070a4dea7fd0008d7e5fd0af906d7
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Ibc34750a0f9b5a36c8fa0743e9ac88482ccfecc4
2013-12-12pages with equal Priority and Class getting droppedCaolán McNamara
Change-Id: Ib053dc4b6e5fb5f01f48c71a4b295a53c0ec6715
2013-12-12remove unused ctor variantCaolán McNamara
Change-Id: I0c9afcb5819fc83f75ee8c639de56b788c3d516d
2013-12-12fix occasional crash on dragging and dropping pages in slidesortersCaolán McNamara
pages go into the cache, and sometimes they get deleted before the cache gets processed. Remove deleted pages when they go away Change-Id: I291072a8541f4ca36979e9914975d81cc23a9497
2013-12-12n#828390: Unit test for resetting char escapement.Muthu Subramanian
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
Convert code like if( !aStr.isEmpty() && aStr[0] == 'x' ) to if( aStr.startsWith("x") ) Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf
2013-12-12Fix C++03 digraphsStephan Bergmann
Change-Id: I456469c27b60290ad8280fe12fcb82958e1a6c85
2013-12-12Missing includeStephan Bergmann
Change-Id: I7c8ffab5cef828980faf1bb8768dde9d79a0258b
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
...use cppu::UnoType instead. Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
2013-12-12n#828390: Add unit test for new line import.Muthu Subramanian
2013-12-12Remove unnecessary macro ITYPEStephan Bergmann
Change-Id: I9ade981c771367fd292600d73124f89b94a7a924
2013-12-12Remove unnecessary macroStephan Bergmann
Change-Id: Ibdb27900b70b6ccebfde542b516e71c4c1a6e795
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-10Typos (mainly "propably")Julien Nabet
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
2013-12-10Fix unit test case.Muthu Subramanian
This would test for white spaces in text import.
2013-12-10Force int16 as int32Muthu Subramanian
2013-12-10svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl
... since 2f44516d6c3fce6ebe372214ce4bfa11875bd3d1 Change-Id: I25905a69464a43e12fcbb4770c8b0e171ab3271b
2013-12-10sd: PPT export: fix assert on 0-length text portionsMichael Stahl
Not sure if such are legit, but this should fix the crash. Change-Id: Idf8a3a67ddae464533d431f1a6a2ebea6d6c2213
2013-12-10Force enums as ints - to avoid warning/errors.Muthu Subramanian
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian
Has part feature of getting hashes of SdPages. (Misses hashing text, images, etc).
2013-12-09fdo#54938: Convert sd to use cppu::supportsServiceMarcos Paulo de Souza
Change-Id: I1aaecbc9f7b5ca0ca2009caf38013054f84cbecc Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-12-09Missing includesStephan Bergmann
Change-Id: Ia9e8c05fedbb10eed347bbf357db73754e65a74c
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara
which is probably a good thing because it is zeroed in the copy ctor which looks rather dubious Change-Id: Ia082601982aaea5df92cf7aa9724cbe187716e0c
2013-12-08unittest for fdo#71434Korrawit Pruegsanusak
Change-Id: I4ef376e048aa0ba37e5c1bc7664e9e8cd3e283b6 Reviewed-on: https://gerrit.libreoffice.org/6985 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-08XShapeDumper: empty name should not be dumpedKorrawit Pruegsanusak
Change-Id: Ic1ab8840c9e543cebf322de922b01739684789ad
2013-12-08sd/qa/unit: move and rename some files for consistencyKorrawit Pruegsanusak
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann
Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
Change-Id: I099f94922acba0bf9cde22fbbb3eefc230776868
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
...default std::less<OUString> is just fine. Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl
This is an unfortunate combination of 2 special cases: - the Hybrid PDF has its own XFilter implementation to extract the embedded ODF document - Writer needs to create a SwReader with SwPaM for Insert Since the PDF XFilter uses a special service in sfx2 to implement the import, handling this requires a new method in SfxObjectShell that calls back into Writer to create the properly setup SwReader. Change-Id: Ie85f3bfa322bfe883c479e1cb198a8bf0cbbac23
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann
Change-Id: I366b29038be034b03a16fa6d7f6873dc78d8d88f
2013-12-05Resolves: #i123789# ppt import, if sub address is not document...Jürgen Schmidt
internal link, take it as it is (cherry picked from commit d44e9a9244558f63b3feaf923802ed32b4931283) Conflicts: sd/source/filter/ppt/pptin.cxx Change-Id: Ic2541bcf7e368a4e9f2cc87353be165fc203dbac
2013-12-03FLT_TOOL_PANEL_DOCKING_WINDOW unusedCaolán McNamara
Change-Id: I825cdefc5aef92d271ded4a35a21a441bc7325c6
2013-12-03unused .src fileCaolán McNamara
Change-Id: Icf396b255fa9a8dda7e1d990da7e0a8a27869157
2013-12-03drop now unused helpidsCaolán McNamara
Change-Id: Ic72252c359e231cad4e3a28591883f6adde1bb79
2013-12-03convert the last tabpage in sd to .uiCaolán McNamara
Change-Id: I49eb93ec73d0783ab62eab5ce469526dd069e0b0
2013-12-02Drop duplicate #includeTakeshi Abe
Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12