summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-2/+2
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2016-02-05new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2016-02-05loplugin:constantfunctionNoel Grandin2-150/+8
2015-08-06tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-7/+10
2015-08-06LinkUpdateMode is a global settingStephan Bergmann1-0/+8
2015-08-06add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara1-0/+5
2015-05-15tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"Joren De Cuyper1-33/+17
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+2
2015-05-07fix for CONFIG_MODE constant -> enum conversionNoel Grandin1-4/+3
2015-05-06fix windows buildNoel Grandin1-1/+1
2015-05-06Add comments about ImplFontAttrsTor Lillqvist1-0/+2
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-93/+70
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-26/+26
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-6/+6
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin1-7/+12
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-66/+66
2015-05-06convert CVC_ flags to scoped enumNoel Grandin1-4/+4
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin3-9/+9
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-01tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan1-17/+33
2015-04-30Gradually typed LinkStephan Bergmann2-6/+6
2015-04-29rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl1-6/+8
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-38/+42
2015-04-28SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32Stephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann25-0/+55
2015-04-21try to find a unique naming scheme for temp filesMarkus Mohrhard1-1/+7
2015-04-16improve commentStephan Bergmann1-6/+5
2015-04-16tdf#89394. fix hangs because of unavailable Windows UNC path.Jan Kantert1-1/+7
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-17/+17
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-37/+37
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-194/+113
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-03Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet1-1/+12
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-5/+5
2015-04-02loplugin:staticmethodsNoel Grandin7-23/+23
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-7/+7
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-16/+16
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-15/+15
2015-03-22introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..Eike Rathke1-0/+24
2015-03-21Char highlight: option about export LO character background to MSO formatsZolnai Tamás1-3/+30
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin1-5/+0
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl13-58/+13
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl19-113/+84