summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich13-2/+21
2012-02-09reorganise code for better readabilityLionel Elie Mamane1-5/+5
2012-02-09typo in commentLionel Elie Mamane1-1/+1
2012-02-09ORowSetCache::moveWindow: yet another off-by-one errorLionel Elie Mamane1-1/+1
2012-02-09fix ppt embedded graphic dumperCaolán McNamara2-7/+16
2012-02-09fdo#45553 fix RTF import of space-before/after tokensMiklos Vajna1-2/+8
2012-02-09convert system path to urlCaolán McNamara1-1/+9
2012-02-09REDME -> READMETakeshi Abe1-0/+0
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich27-26/+66
2012-02-08String to rtl::OUString.Kohei Yoshida4-28/+25
2012-02-08bool cleanups.Kohei Yoshida2-187/+189
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida4-4/+4
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida17-116/+115
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida12-185/+252
2012-02-08Removed unnecessary header includes.Kohei Yoshida3-4/+0
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard1-1/+1
2012-02-09remove unnecessary checkMarkus Mohrhard1-5/+1
2012-02-09remove unnecessary temporary variableMarkus Mohrhard1-5/+6
2012-02-09use slowcheck in scMarkus Mohrhard1-2/+2
2012-02-09copy settings for RTL with sheets, fdo#45768Markus Mohrhard1-0/+8
2012-02-08ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida2-158/+7
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida1-8/+0
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida1-2/+2
2012-02-09Revert "Tentative fix for invalid iterator range regression"Lionel Elie Mamane1-8/+1
2012-02-09ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheckLionel Elie Mamane1-1/+1
2012-02-09add testtools to dmake_modulesRene Engelhard1-0/+2
2012-02-09configure.in: readd arch-detection for kFreeBSDRene Engelhard1-0/+29
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida4-6/+4
2012-02-08Fixed a link error.Kohei Yoshida1-2/+2
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida1-43/+27
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida1-4/+4
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida21-578/+645
2012-02-08Let's use enum for better type safety.Kohei Yoshida7-46/+55
2012-02-08TypedStrData to hold rtl::OUString.Kohei Yoshida2-21/+39
2012-02-08New file was missing from previous commitStephan Bergmann1-0/+113
2012-02-08Missing $(...)Stephan Bergmann1-1/+1
2012-02-08Various more l10ntools clean upStephan Bergmann15-697/+351
2012-02-08Properly rebuild files generated by l10ntools programsStephan Bergmann3-5/+4
2012-02-08Tentative fix for invalid iterator range regressionStephan Bergmann1-1/+8
2012-02-08use boost::noncopyableCaolán McNamara2-11/+9
2012-02-08fdo#39006: Fixed layout loopCédric Bosdonnat1-27/+16
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power3-0/+68
2012-02-08vcl: I18nHelper: delete unused GetDate() methodGreg Kroah-Hartman2-8/+0
2012-02-08unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman3-66/+0
2012-02-08unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman3-3/+0
2012-02-08unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman3-3/+0
2012-02-08unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman3-3/+0
2012-02-08stick to three-letter lengthBjoern Michaelsen1-1/+1
2012-02-08remove superflous whitespaceBjoern Michaelsen1-1/+1
2012-02-08first try to add slowcheck build targetMarkus Mohrhard6-6/+46