summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann16-16/+16
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-6/+0
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin14-16/+22
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin3-7/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-12/+12
2015-10-27loplugin:unusedmethodsNoel Grandin1-33/+0
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin36-356/+337
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-0/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-75/+75
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-28/+28
2015-10-06loplugin:unusedmethodsNoel Grandin1-3/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-16/+0
2015-09-10convert Link<> to typedNoel Grandin1-2/+2
2015-08-28Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann1-2/+2
2015-08-28Simplify MultiAtomProvider::getStringStephan Bergmann1-2/+2
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-2/+0
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-15/+0
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann1-1/+1
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-0/+6
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-1/+0
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-1/+0
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-08-18Get rid of obsolete LocalFileHelper::IsFileContentStephan Bergmann1-1/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-10/+0
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno1-0/+1
2015-07-17remove deprecated methods in unotools::CharClassNoel Grandin1-21/+0
2015-07-16why bring ucb into the tempfile story when its always a file://Caolán McNamara1-11/+4
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin12-72/+1
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+2
2015-06-29SfxSimpleHint only needs a sal_uInt32 for the hintNoel Grandin1-6/+6
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-0/+2
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08add (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