summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13Replace deprecated List with std::vector<rtl::OUString>.Rafael Dominguez1-3/+4
2012-04-13Make some inmutable parameters constant.Rafael Dominguez2-3/+3
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez2-0/+194
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 Dominguez2-0/+608
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 Stahl1-1/+1
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner12-134/+397
2012-04-13push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara1-6/+14
2012-04-13display LO application in the right desktop submenu (bnc#718694)Petr Mladek6-6/+6
+ add subcategories to desktop files + remove the obsolete X-SuSE-* stuff
2012-04-13Revert "re-run bootstrap after make clean"David Tardon1-1/+0
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.
2012-04-13distro-install-file-lists: handle new file lists that appeared for LO-3.5Petr Mladek1-13/+17
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 Štrba1-3/+1
2012-04-13Overload lcl_IterateBookmarkPages to use vector instead of List.Rafael Dominguez1-0/+73
2012-04-13Remove unneeded headers.Rafael Dominguez1-5/+0
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez2-138/+124
- 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 Dominguez1-15/+0
2012-04-13fix library link order to work with link --as-neededPetr Mladek2-4/+5
2012-04-13renaming dlls makes little sense on windowsDavid Tardon7-15/+27
2012-04-13Revert "change redland dllnames on windows too"David Tardon3-3/+3
This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.
2012-04-13distro-install-file-lists: mark javasettingsunopkginstall.xml as %configPetr Mladek1-0/+1
2012-04-13set minimal width if pen width is set to zeroRadek Doulik1-1/+2
2012-04-13unpack-sources, download: update for .xz source tarballsPetr Mladek2-15/+16
2012-04-13fix macosx buildDavid Ostrovsky1-1/+1
2012-04-13change redland dllnames on windows tooDavid Tardon3-3/+3
2012-04-13find-4.1.20 does not support -regextype optionPetr Mladek1-2/+2
use -name "*.png" -o -name "*.svg" instead
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara51-333/+485
2012-04-13Translate <title> to EnglishPhilipp Weissenbacher1-2/+2
2012-04-13Translate German commentsPhilipp Weissenbacher3-76/+74
2012-04-13already registered in RepositoryExternal.mkCaolán McNamara1-1/+0
2012-04-13WaE: don't seem to need this pragmaCaolán McNamara1-3/+1
2012-04-13WaE: -Werror=parenthesesCaolán McNamara1-1/+2
2012-04-13fix crash on invalid/missing penCaolán McNamara1-20/+26
2012-04-13fix busted indentCaolán McNamara1-13/+13
2012-04-13move terminate to fixture decoratorCaolán McNamara7-49/+0
2012-04-13need to register static libraryCaolán McNamara1-0/+1
2012-04-13needs to be the dir name not the output lib nameCaolán McNamara1-1/+1
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara15-94/+203
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-13gbuildize internal zlibCaolán McNamara51-485/+333
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-13WaE: declaration of 'rand' shadows a global declarationDavid Ostrovsky1-12/+12
2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky14-251/+211
2012-04-13Begin translating commentsPhilipp Weissenbacher1-52/+43
2012-04-13gbuild: improve handling of pathsMatúš Kukan3-13/+19
2012-04-13oops, missed one for macosxDavid Tardon1-1/+1
2012-04-13oox::drawingml::Shape: OSL_TRACE -> SAL_INFOMiklos Vajna1-7/+7
2012-04-13rhbz#809466 change soname of bundled redland libsDavid Tardon11-39/+75
2012-04-13Remove unused code in sc.Santiago Martinez3-267/+0
2012-04-13Convert macro to local const variablePhilipp Weissenbacher1-2/+2
2012-04-13add missing trailing spaceLuboš Luňák1-1/+1
2012-04-13Little bit more explanation, feel free to improveTor Lillqvist1-1/+7
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist1-0/+3
2012-04-13two additional places to raise data truncated error for fdo#48516Eike Rathke1-9/+5