summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil777
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro
2021-01-18Get the rest directly from startsWithMike Kaganski
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-15tdf#137459 editeng: Ctrl+Del must only delete rightJustin Luth
2021-01-13tdf#139493 EditViewCallbacks might not implement EditViewPopupParentCaolán McNamara
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-10tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-08Introduce Color::IsFullyTransparentNoel
2021-01-08use more IsTransparentNoel Grandin
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2021-01-05sw doc model xml dump: improve keep-with-next outputMiklos Vajna
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-24custom literal for Degree10Noel Grandin
2020-12-24Use range-based forMike Kaganski
2020-12-23Directly pass in OUString instancesStephan Bergmann
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara
2020-12-18use the OutputDevice viewCaolán McNamara
2020-12-18add GetOutputDevice to EditViewCaolán McNamara
2020-12-17weld editview menuCaolán McNamara
2020-12-17drop dumping intermediate popup menu and go straight to boost::property_treeCaolán McNamara
2020-12-16hint as to the special handling of the edit popup menu in LOKCaolán McNamara
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara
2020-12-15update pchesCaolán McNamara
2020-12-15get parent for welded menu and location to pop it upCaolán McNamara
2020-12-14add missing 'use_underline'Caolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11spelling context menu misplaced in margin commentsCaolán McNamara
2020-12-10don't need a vcl::Window for PixelToLogicCaolán McNamara
2020-12-04update pchesCaolán McNamara
2020-12-02fastparser in SvxXMLTextImportContextNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-13tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann