summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2015-08-06tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+2
2015-08-06LinkUpdateMode is a global settingStephan Bergmann1-0/+2
2015-08-06add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara1-0/+2
2015-05-15tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper1-2/+1
2015-05-08Revert "fix for older gcc"Thorsten Behrens1-1/+1
2015-05-07fix for older gccNoel Grandin1-1/+1
2015-05-06Add comments about ImplFontAttrsTor Lillqvist1-0/+9
2015-05-06Doxygenize comments.Jan Holesovsky1-32/+16
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-21/+24
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin2-24/+29
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-5/+13
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin1-4/+13
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-65/+70
2015-05-06convert CVC_ flags to scoped enumNoel Grandin1-9/+17
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-10/+19
2015-05-01tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan1-1/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-29rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl1-1/+2
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-57/+33
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-8/+8
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-12/+12
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-14/+14
2015-03-22introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke1-2/+22
2015-03-21Char highlight: option about export LO character background to MSO formatsZolnai Tamás1-0/+5
2015-03-20add SvtSaveOptions::ODFDefaultVersion::ODFVER_013 for ODF 1.3Eike Rathke1-0/+1
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin2-4/+4
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl3-4/+11
2015-03-09V801: Decreased performanceCaolán McNamara1-4/+4
2015-02-16boost::noncopyable->'= delete'Caolán McNamara3-6/+13
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara5-32/+26
2015-02-15unusedcode.easyJulien Nabet1-15/+0
2015-02-12fix linker errorDavid Tardon1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann11-44/+26
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-6/+12
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-9/+0
2015-01-07remove unused FEATUREFLAG_ #definesNoel Grandin1-9/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara4-16/+16
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann3-24/+24
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan1-196/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-10-21Remove dead CustomerNumber functionalityStephan Bergmann1-5/+0
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara1-0/+9
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-0/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin2-4/+4
2014-09-29unotools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1