summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Remove unused code in xmloff.Santiago Martinez2-29/+0
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara2-12/+18
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba6-13/+20
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens1-0/+10
2012-03-23.dtd files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.hxx files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl2-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-20map of kind+name -> new-nameCaolán McNamara2-107/+44
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-18Some cppcheck cleaningJulien Nabet2-5/+5
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-0/+14
2012-03-12xmloff: implement contextual spacing import/exportMiklos Vajna3-0/+3
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara4-194/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-2/+2
2012-03-08Compiler-generated code is just fineStephan Bergmann1-14/+1
2012-03-07remove various unused methods and source filesCaolán McNamara10-135/+0
2012-03-03don't create uno::Sequence with new, fdo#46825Markus Mohrhard2-13/+9
2012-03-03make this variable constMarkus Mohrhard1-1/+1
2012-02-27Removed unused codeSzabolcs Dezsi8-167/+0
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold2-48/+0
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe4-7/+7
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-20Remove unused code in XMLTextListAutoStylePool.Santiago Martinez2-6/+0
2012-02-19Get rid of size() == 0Elton Chung2-3/+3
2012-02-18xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold4-37/+2
2012-02-18Fix typos in commentsElton Chung3-3/+3
2012-02-13Remove unused code in XMLTextImportHelperCatalin Iacob2-43/+0
2012-02-13catched -> caughtCaolán McNamara7-37/+37
2012-02-10fdo#42771: Fix crash when loading an invalid .fodt.Jan Holesovsky1-4/+10
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-3/+3
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin1-4/+5
2012-02-08update unused listCaolán McNamara2-12/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-02-07Some configmgr usage clean upStephan Bergmann2-34/+9
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Remove unused code.Elton Chung4-40/+0
2012-02-02fdo#45447: add an assertion when anchored to page 0Michael Stahl1-0/+2
2012-02-02fdo#45534: ODF export: fix draw:fit-to-sizeMichael Stahl1-1/+22
2012-02-02fdo#45449: ODF export: frames: invalid "min-width"Michael Stahl2-7/+26
2012-02-02fdo#38752: xmloff: add assertion for default-page-layoutMichael Stahl1-0/+3
2012-02-01callcatcher: update listCaolán McNamara2-65/+0
2012-01-31callcatcher: update listCaolán McNamara2-9/+0
2012-01-31Clean upStephan Bergmann2-28/+19
2012-01-30reduce unnecessary includesCaolán McNamara11-52/+39
2012-01-27Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot16-40/+40
2012-01-27Fix for fdo43460 Part LII getLength() to isEmpty()Olivier Hallot7-85/+85