summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)Author
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-02-04this does not make senseEike Rathke
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-08vcl: cleanup namespace in vcl/source/edit/textview.cxxChris Sherlock
2016-01-05tdf#96687 - force validation after External InputJustin Luth
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin
2015-12-01tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-10coverity#1323752 Logically dead codeCaolán McNamara
2015-09-04convert Link<> to typedNoel Grandin
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo 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-16Simplify by using range-based for loopsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin
2015-08-16Do not use duplicated variables, and simplifyMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Use auto and range-based for loopsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-11loplugin: defaultparamsNoel Grandin