summaryrefslogtreecommitdiff
path: root/include/vcl/texteng.hxx
AgeCommit message (Expand)Author
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-05-30Convert TxtAlign to scoped enumNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-10Reorder class fieldMatteo Casalin
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2015-11-25loplugin:unusedfields in include/vclNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-07-03Fix typosAndrea Gelmini
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-19loplugin:constantfunction: vclNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-21coverity#706084 Unintended sign extensionCaolán McNamara
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara