summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/nbdtmg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-23loplugin:staticmethodsNoel Grandin1-12/+12
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-5/+5
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-2/+2
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-2/+6
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-1/+1
2015-02-17boost->stdCaolán McNamara1-15/+15
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-09Synchronize bullets listsMaxim Monastirsky1-32/+5
2014-11-09Reset prefix and suffix for bulletsMaxim Monastirsky1-0/+3
2014-10-20loplugin: cstylecastNoel Grandin1-74/+75
2014-09-18fdo#82577: Handle FontNoel Grandin1-19/+19
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-17/+5
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-06-04fix indentationMarkus Mohrhard1-21/+21
2014-05-27fdo#78920: Number %NUMBERSTRING in tooltipJason Hulme1-36/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-4/+4
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-0/+3
2014-04-15svx: sal_Bool->boolNoel Grandin1-8/+8
2014-03-14"prefix" and "postfix" are single wordsTor Lillqvist1-18/+11
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-70/+78
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-6/+6
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+3
2013-11-27Integrate branch of IAccessible2Steve Yin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-6/+6
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-9/+9
2013-10-28remove some stray using rtl::OUStringThomas Arnhold1-1/+0
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-21remove uses of COMPARE_*Caolán McNamara1-6/+3
2013-10-17CID#1028073: possible memory leakMarkus Mohrhard1-2/+4
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-01convert remnants of String in SVX to StringNoel Grandin1-7/+7
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin1-10/+10
2013-09-10CID#1038282 Resource leak in sidebarCaolán McNamara1-3/+5
2013-09-10convert singletons to preferred rtl::Static patternCaolán McNamara1-117/+113
2013-09-10CID#1038283 Resource leakCaolán McNamara1-2/+5
2013-09-05convert svx/source/sidebar/*.cxx from String to OUStringNoel Grandin1-74/+65