summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/AnnotationWin2.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-22tdf#157158: always paint the arrow blackXisco Fauli1-1/+1
2024-01-11Use officecfg instead of utl::ConfigItemSamuel Mehrbrodt1-1/+2
2024-01-11tdf#73953 sw: Allow resizing the comment sectionSamuel Mehrbrodt1-0/+3
2023-11-16tdf#157789 Comment size wrong behavior when zooming documentNoel Grandin1-17/+6
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-0/+1
2023-10-05SW comments: Provide parent / child relations without position.Gökay Şatır1-0/+2
2023-08-08when notes are not shown don't do expensive comment size calculation...Caolán McNamara1-84/+88
2023-07-17simply some LogicToPixel calculation sitesNoel Grandin1-1/+1
2023-07-14Simplify the logic a bitMike Kaganski1-6/+7
2023-07-14tdf#154982 vcl: PDF Export: split BeginStructureElementMichael Stahl1-1/+1
2023-07-03tdf#152231 sw: PDF/UA export: tag comments in the margin as ArtifactMichael Stahl1-0/+13
2023-06-23tdf#103064 Refresh spellcheck marks on default lang changeMaxim Monastirsky1-4/+2
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky1-72/+0
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky1-0/+5
2023-06-13speed up rendering annotatins, cache meta heightNoel Grandin1-6/+17
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-03-16De-static-izing colors in SwViewOptionParis Oplopoios1-4/+4
2023-03-07Improve flow of logic in SwAnnotationWin::ToggleHdlNoel Grandin1-1/+1
2023-02-21sw: check GetWrtShellPtr()Xisco Fauli1-27/+55
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-5/+5
2023-01-30tdf#119229 docx: Set paraIdParent upon FN_REPLYParis Oplopoios1-0/+8
2022-11-12Resolves: tdf#145648 use the same reference device for comments as documentCaolán McNamara1-1/+0
2022-11-06Remove double functionalityArmin Le Grand (allotropia)1-3/+3
2022-08-05use more SwPosition::AssignNoel Grandin1-4/+2
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin1-1/+1
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+8
2021-12-29lok: no need to layout comments in writerSzymon Kłos1-0/+3
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-0/+1
2021-12-10Resolves: tdf#145974 reduce the papersize by scrollbar thicknessCaolán McNamara1-2/+7
2021-12-10rename SwAnnotationWin::mnEventId to SwAnnotationWin::mnDeleteEventIdCaolán McNamara1-4/+4
2021-12-10Resolves: tdf#146141 don't double delete commentsCaolán McNamara1-1/+1
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara1-0/+5
2021-11-08use label preferred heights to calc required sizeCaolán McNamara1-5/+1
2021-11-08tdf#145258 comments cut-off in writer under windows with 125% scalingCaolán McNamara1-2/+10
2021-11-04drop commented out codeCaolán McNamara1-2/+0
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-1/+1
2021-10-11loplugin:moveparam in swNoel Grandin1-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-5/+5
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-1/+1
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek1-5/+12
2021-08-19use std::optional<OutlinerParaObject> in SwPostItMgrNoel Grandin1-2/+2
2021-06-18tdf#142925 render the button arrow like it used to beCaolán McNamara1-2/+18
2021-05-19tdf#142367 Writer crashes when opening docxNoel Grandin1-6/+9
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-1/+1
2021-03-11tdf#140934 update annotation menubutton bg when comment color changesCaolán McNamara1-20/+29
2021-02-27calculate text height after setting paper sizeCaolán McNamara1-6/+6
2021-02-20loplugin:refcounting in swNoel1-6/+3