summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power7-4/+133
2012-03-29quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard2-1/+7
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin8-8/+1
2012-03-29deal with symlinks in your PWD breaking gnumake dependenciesMichael Meeks1-0/+11
2012-03-29Mark all registered as clobbered that are not saved across callStephan Bergmann1-1/+3
2012-03-29Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann8-168/+233
2012-03-30removed duplicate includes in dbaccessTakeshi Abe52-78/+0
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe8-12/+0
2012-03-29--headless for hwpfilter testLuboš Luňák1-0/+1
2012-03-29fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2-8/+34
2012-03-29fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna1-0/+1
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik1-1/+16
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik1-0/+4
2012-03-29emf+ on win: enable emf+ parsingRadek Doulik1-5/+0
2012-03-29Add link for patch upstream attemptStephan Bergmann1-1/+3
2012-03-29Remove unused code in connectiviy.Santiago Martinez5-116/+0
2012-03-29remove dangling declarationCaolán McNamara1-1/+0
2012-03-29Remove unused code in sqlnodeSantiago Martinez3-46/+0
2012-03-29GCC 4.7 -Werror=enum-compareStephan Bergmann2-0/+20
2012-03-29Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happyStephan Bergmann2-0/+52
2012-03-29callcatcher: update listCaolán McNamara16-559/+5
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara7-58/+57
2012-03-29no need for a global rtl::OUString hereCaolán McNamara1-3/+5
2012-03-29fix buildLuboš Luňák1-1/+1
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks11-57/+52
2012-03-29rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna1-2/+2
2012-03-29n714787: Duplicate code removal.Muthu Subramanian1-34/+34
2012-03-29Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks3-0/+3
2012-03-29UNO BYTE is signedStephan Bergmann6-15/+11
2012-03-29fix last commitLuboš Luňák2-2/+2
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák4-7/+29
2012-03-29-Werror=sign-compareStephan Bergmann1-1/+1
2012-03-29fix constness compile errorLuboš Luňák4-3/+16
2012-03-29Only basename in component uris in DISABLE_DYNLOADING case here, tooTor Lillqvist1-2/+8
2012-03-29Follow-up to revert of "Initial experiments with static linking of (some) ..."Tor Lillqvist3-6/+11
2012-03-29No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist1-1/+2
2012-03-29Add some more temporary hardcoded library mappings for DISABLE_DYNLOADINGTor Lillqvist1-2/+16
2012-03-29We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+2
2012-03-29Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist18-92/+78
2012-03-29More libsTor Lillqvist1-1/+1
2012-03-29No need for COMPONENTPREFIX when we link components staticallyTor Lillqvist1-1/+6
2012-03-29Add helpful commentTor Lillqvist1-0/+5
2012-03-29SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák11-107/+107
2012-03-29I assume the asserts are safer before non-checked accessLuboš Luňák1-3/+3
2012-03-29ParaPortionList no longer a child class of DummyParaPortionListDavid Tardon1-1/+1
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-03-29set correct paper tray in UIDavid Tardon1-0/+21
2012-03-29No need to delete ParaPortion outside of the container any more.Kohei Yoshida1-4/+1
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida16-141/+249
2012-03-29Revert "ContentList no longer a child class of DummyContentList."Kohei Yoshida16-247/+139