summaryrefslogtreecommitdiff
path: root/include/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-07-04notify the clipboard terminate listener before any other terminate listenerMarkus Mohrhard1-1/+7
2017-06-09tdf#107700 Translate some less common font style namesGabor Kelemen1-1/+14
2017-05-21make string translation loading more uniformCaolán McNamara1-4/+6
2017-05-18loplugin:unusedmethodsNoel Grandin1-3/+1
2017-05-12tdf#75280 replace uses of sal_uLongJochen Nitschke2-3/+3
2017-05-12loplugin:constantparamNoel Grandin2-8/+7
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-7/+4
2017-05-09tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat settingMiklos Vajna1-0/+3
2017-05-09-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2017-05-09loplugin:constantparamNoel Grandin4-10/+4
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin11-23/+16
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin4-289/+287
2017-05-02untranslated strings are just stringsCaolán McNamara1-2/+1
2017-05-01sd: Use unique Page ids for better multi-view support + unit testPranav Kant1-0/+1
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-04-28another name for a nonlocalized string is a stringCaolán McNamara1-2/+0
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock2-2/+2
2017-04-26remove svtools bitmaps from .src filesCaolán McNamara1-113/+0
2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock1-1/+1
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock17-0/+17
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin1-9/+0
2017-04-24Drop unused string resources from svtools/soerr.hxxGabor Kelemen1-28/+0
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin2-163/+163
2017-04-14convert fileview context menu to .uiCaolán McNamara2-6/+1
2017-04-10loplugin:inlinefields in OpenFileDropTargetListenerNoel Grandin1-1/+1
2017-04-07Resolves: tdf#106732 the intent was surely to return a const refCaolán McNamara1-1/+1
2017-04-07Drop remains of the Welcome Screen featureGabor Kelemen1-3/+0
2017-04-06Fix typosAndrea Gelmini1-3/+3
2017-04-05loplugin:constantparam part2Noel Grandin1-16/+0
2017-03-31tdf#39468 Translate German commentsJens Carl4-49/+39
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna25-108/+108
2017-03-30loplugin:unusedenumconstantsNoel Grandin2-12/+0
2017-03-29expand vis to visible; fix typosdennisroczek1-3/+3
2017-03-25Fix typosAndrea Gelmini4-6/+6
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna3-3/+3
2017-03-17remove unused defines from HRC files in svtoolsNoel Grandin2-22/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin2-12/+15
2017-03-14display raw language tags in curly bracketsEike Rathke1-1/+1
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin1-6/+6
2017-03-09No need for extra heap allocationStephan Bergmann1-1/+1
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin1-4/+2
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin1-2/+2
2017-03-06convert HTMLInputType to scoped enumNoel Grandin1-13/+13
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin1-4/+4
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin1-5/+29
2017-03-03Remove redundant 'inline' keywordStephan Bergmann14-33/+33
2017-03-02don't need this STL hack anymoreNoel Grandin1-12/+1
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke2-9/+7