summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outlvw.cxx
AgeCommit message (Expand)Author
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:constantparamNoel
2021-02-15use GetOutputDevice for PixelToLogicCaolán McNamara
2021-01-21lok: fix incorrect invalidate cursor positionHenry Castro
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-20use tools::Long in editengNoel
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-04-14loplugin:flatten in editengNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-08-12Don't select hyperlink fields arbitrarilySamuel Mehrbrodt
2019-07-15tdf#62561 Add remove/edit hyperlink to calc context menuSamuel Mehrbrodt
2019-07-12Move remove url code to editengSamuel Mehrbrodt
2019-06-12loplugin:unusedmethodsNoel Grandin
2019-02-13Pointer is pointlessNoel Grandin
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-02tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin
2018-02-05loplugin:useuniqueptr in OutlinerNoel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann