summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2011-09-09convert the last of sd's ByteStrings to rtl::OString[Buffer]Caolán McNamara
fix potential bug in "3D" search while I'm at it I guess
2011-09-08ByteString->rtl::OString, etcCaolán McNamara
2011-09-07surely a terrible idea to use a random system encoding hereCaolán McNamara
2011-09-07use read_uInt8s_AsOString hereCaolán McNamara
2011-09-07ByteString->rtl::OStringCaolán McNamara
2011-09-06Fix hang in slideshow.Thorsten Behrens
This fixes fdo#32861, by processing all remaining events after the post-yield callback comes around (that's supposed to be the time when the app can spend time on event processing).
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-08-30regenerate listCaolán McNamara
2011-08-29Rename class XColorTable to XColorListJoseph Powers
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-29tweak for changeCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-29WaE: unused variableCaolán McNamara
2011-08-26export the source storage to import filter, to mirror TargetStorage for exportMichael Meeks
2011-08-23Remove unused parameter: XFillGradientItemJoseph Powers
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it.
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-22Make template names appear in the correct word orderPeter Rabi
This patch turns on sorting in many listboxes containing template or region names in Impress. Contributed under license LGPLv3+/MPL.
2011-08-22ByteString->rtl::OStringCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-18Remove SD_DLLPUBLIC, it breaks Windows build.Jan Holesovsky
If there is a method that needs to be public, better SD_DLLPUBLIC just that one.
2011-08-18Revert "windows compiler insist to have access to delete[], no matter what"Jan Holesovsky
This reverts commit 0ae3794348be4520adff16eebaa9486c56de70e8.
2011-08-17convert i18npool to gbuildMatúš Kukan
2011-08-17Fixed template dimension problem on Impress.Jeffrey Chang
This fixes fdo#32719.
2011-08-16WaE: unused variableCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-14merge snafuu: d.lst should be empty for gbuild moduleNorbert Thiebaud
2011-08-15Fix ruler to not generate negative left indentThorsten Behrens
This fixes n#707779 - previously, with larger number format AbsLSpace, LRSpace's left indent could easily become negative - which the EditEngine does not like at all & exhibits repaint errors.
2011-08-13windows compiler insist to have access to delete[], no matter whatNorbert Thiebaud
2011-08-12Replace List with std::vector< ::basegfx::B2DPolyPolygon* >Joseph Powers
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000Caolán McNamara
2011-08-12reduce ByteString apiCaolán McNamara
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11sd and slideshow depend on animations' apiNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
Notes: split repo tag: impress_PRE_MELD_REPOS
2011-08-04Use rtl::OUStringHash.Kohei Yoshida
2011-08-02missing icon in Styles and Formatting dialog in Impress fdo#38382Andras Timar
2011-08-02Styles import: Improve speed as well as fix/avoid n#708518Muthu Subramanian
2011-08-01Clean-up of bugfix fdo#32895 for the master branchPeter Rabi
Contributed under license LGPLv3+/MPL.
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-29Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi
Contributed under license LGPLv3+/MPL. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-29findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky
2011-07-28Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impressJan Holesovsky
2011-07-28add prefixes for component_getFactoryMatúš Kukan