summaryrefslogtreecommitdiff
path: root/include/editeng/outliner.hxx
AgeCommit message (Expand)Author
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-02-28Fix typoAndrea Gelmini
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-22better name for a function overloadLuboš Luňák
2021-10-15do not use text-based LOK callback internallyLuboš Luňák
2021-10-01loplugin:constmethodNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-14flatten OFlowChainedTextNoel Grandin
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara
2021-05-02sal_uLong->sal_uInt32 in OutlinerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
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-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil777
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-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-05-29improve pahole script and pack a few classesNoel Grandin
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-03-29OutlinerMode is not a typed_flags, it's not a bitmask (editeng)Julien Nabet
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-27Better handling of text rotation attribute.Tamás Zolnai
2019-09-06use unique_ptr in OutlinerNoel Grandin