summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel2-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-6/+6
2020-11-06tdf#137908 Revert "use FasterParser for LoadXMLExceptList_Imp"Noel Grandin1-3/+6
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2-10/+0
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin1-3/+4
2020-10-28convert some more long -> tools::LongNoel3-14/+14
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara2-1/+16
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-26std::unique_ptr -> std::optionalNoel2-5/+5
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini2-5/+11
2020-10-23tdf#104378: don't reset para attributes whileMark Hung5-8/+24
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin11-28/+28
2020-10-20use tools::Long in editengNoel30-394/+394
2020-10-16weld InputBarCaolán McNamara1-0/+5
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-4/+6
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara1-0/+4
2020-10-13combine duplicates togetherCaolán McNamara2-8/+16
2020-10-13static_cast after dynamic_castNoel1-2/+1
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara1-2/+5
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara1-5/+0
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara2-4/+4