summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13Remove some A2S and C2U macros in sdOlivier Hallot
2012-04-14update vcl readme wrt. fpickersMichael Meeks
2012-04-14i18npool: use URLs for type database in localedata buildMichael Meeks
2012-04-14stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks
Instead of nesting these, we aggregate them into a single non-nested registry, which saves lots of CPU at startup, sadly we can only do that for the new-style XML registries, so we have to sniff files, nevertheless this is still far faster. The merged xml files also break the XSimpleRegistry::getURL() method - but it appears not to get called.
2012-04-14linkoo: add --copy mode, default to this on windowsMichael Meeks
2012-04-13Some cleaning sc (oox)Julien Nabet
2012-04-13Cleaning sc (oox)Julien Nabet
2012-04-13we don't care about what didn't work in dmake version we can't build withLuboš Luňák
2012-04-13sal_Int32 conversion warningLuboš Luňák
2012-04-13remove unused variablesLuboš Luňák
2012-04-13remove unused variablesLuboš Luňák
2012-04-13put "unused" function into the right #ifdefLuboš Luňák
2012-04-13Cleaning sc module (oox)Julien Nabet
2012-04-13Remove deprecated and unused methods.Rafael Dominguez
2012-04-13Replace deprecated List for std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Remove deprecated List in ViewClipboard::InsertSlides.Rafael Dominguez
2012-04-13Remove deprecated List for vector in ViewClipboard::GetFirstMasterPage.Rafael Dominguez
2012-04-13Call size instead of count.Rafael Dominguez
2012-04-13Remove deprecated List usage in Clipboard::CreateSlideTransferable.Rafael Dominguez
2012-04-13Remove deprecated List usage in Clipboard::PasteTransferable.Rafael Dominguez
2012-04-13Replace deprecated List for vector in SdTransferable.Rafael Dominguez
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez
2012-04-13Replace deprecated List class for std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Replace deprecated List with std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Make some inmutable parameters constant.Rafael Dominguez
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark.
2012-04-13Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark.
2012-04-13WaE: initialization orderMichael Stahl
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner
2012-04-13push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara
2012-04-13display LO application in the right desktop submenu (bnc#718694)Petr Mladek
+ add subcategories to desktop files + remove the obsolete X-SuSE-* stuff
2012-04-13Revert "re-run bootstrap after make clean"David Tardon
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.
2012-04-13distro-install-file-lists: handle new file lists that appeared for LO-3.5Petr Mladek
Process the newly added file lists: + Script_Provider_For_Javascript + Script_Provider_For_Beanshell + PostgresqlSdbc + Files_Images
2012-04-13no need of minizip headers here tooFridrich Štrba
2012-04-13Overload lcl_IterateBookmarkPages to use vector instead of List.Rafael Dominguez
2012-04-13Remove unneeded headers.Rafael Dominguez
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez
- Make the function a local function instead of a method. - Remove base functor class since we only use one type of functor. - Make lcl_IterateBookmarkPages only dependant on FindDuplicateLayout functor.
2012-04-13Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor.Rafael Dominguez
2012-04-13fix library link order to work with link --as-neededPetr Mladek
2012-04-13renaming dlls makes little sense on windowsDavid Tardon
2012-04-13Revert "change redland dllnames on windows too"David Tardon
This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.
2012-04-13distro-install-file-lists: mark javasettingsunopkginstall.xml as %configPetr Mladek
2012-04-13set minimal width if pen width is set to zeroRadek Doulik
2012-04-13unpack-sources, download: update for .xz source tarballsPetr Mladek
2012-04-13fix macosx buildDavid Ostrovsky
2012-04-13change redland dllnames on windows tooDavid Tardon
2012-04-13find-4.1.20 does not support -regextype optionPetr Mladek
use -name "*.png" -o -name "*.svg" instead
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara