summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil7771-2/+2
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro2-0/+10
2021-01-18Get the rest directly from startsWithMike Kaganski1-6/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel4-15/+15
2021-01-15tdf#137459 editeng: Ctrl+Del must only delete rightJustin Luth1-22/+7
2021-01-13tdf#139493 EditViewCallbacks might not implement EditViewPopupParentCaolán McNamara1-1/+5
2021-01-13transparency->alpha in GraphicAttrNoel1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel5-18/+18
2021-01-10tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet1-0/+2
2021-01-09fix coverity parse errorsCaolán McNamara1-3/+3
2021-01-08Introduce Color::IsFullyTransparentNoel1-1/+1
2021-01-08use more IsTransparentNoel Grandin2-4/+4
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-2/+2
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy4451-3/+3
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski1-1/+1
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin3-21/+24
2021-01-05sw doc model xml dump: improve keep-with-next outputMiklos Vajna1-0/+8
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-2/+3
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung1-4/+3
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-5/+7
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-5/+9
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock2-4/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+3
2020-12-24custom literal for Degree10Noel Grandin3-3/+3
2020-12-24Use range-based forMike Kaganski1-3/+1
2020-12-23Directly pass in OUString instancesStephan Bergmann1-5/+2
2020-12-19use more string_view in SfxItemPropertyMapNoel2-2/+2
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara5-12/+14
2020-12-18use the OutputDevice viewCaolán McNamara1-2/+3
2020-12-18add GetOutputDevice to EditViewCaolán McNamara1-0/+5
2020-12-17weld editview menuCaolán McNamara2-101/+78
2020-12-17drop dumping intermediate popup menu and go straight to boost::property_treeCaolán McNamara1-21/+59
2020-12-16hint as to the special handling of the edit popup menu in LOKCaolán McNamara1-0/+1
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara2-4/+2
2020-12-15update pchesCaolán McNamara1-3/+1
2020-12-15get parent for welded menu and location to pop it upCaolán McNamara2-0/+9
2020-12-14add missing 'use_underline'Caolán McNamara1-3/+4
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-11spelling context menu misplaced in margin commentsCaolán McNamara1-3/+5
2020-12-10don't need a vcl::Window for PixelToLogicCaolán McNamara1-2/+2
2020-12-04update pchesCaolán McNamara1-2/+5
2020-12-02fastparser in SvxXMLTextImportContextNoel1-20/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+2
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-27/+27
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+3
2020-11-13tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer6-40/+36
2020-11-12New loplugin:stringviewparamStephan Bergmann2-3/+3
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen9-12/+10