summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2024-07-31cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell1-5/+11
2024-07-26Revert "lok: Sidebar: Fix Shadowed btn not fitting properly in the grid"Pedro Silva1-10/+10
2024-07-26lok: Sidebar: Fix Shadowed btn not fitting properly in the gridPedro Pinto Silva1-10/+10
2024-07-23tdf#161911 annot: fix for annotation with 0 sizeTomaž Vajngerl1-0/+6
2024-07-22annot: AnnotationObject should be the size as the text contentTomaž Vajngerl1-17/+20
2024-07-22annot: don't show the annot. object if LOK and not PDF documentTomaž Vajngerl2-6/+16
2024-07-16svx: fixed textbox text always black on dark themePranam Lashkari1-0/+4
2024-07-15delay parsing of formula in EnhancedCustomShape2dNoel Grandin1-45/+45
2024-07-15remove RecalcObjOrdNums in DoTextBoxZOrderCorrectionNoel Grandin1-0/+30
2024-07-10lok calc: allow remove and edit hypelink outside of edit modeJaume Pujantell1-2/+2
2024-07-02lok calc: allow copy hyperlink outside of edit modeJaume Pujantell1-0/+1
2024-07-01reduce number of SvxTextEditSourceImpl listeners on SdrModelNoel Grandin4-11/+13
2024-07-01reduce number of SvxUnoShape listeners on SdrModelNoel Grandin3-35/+29
2024-06-29svx: use SAL_RET_MAYBENULL in GetSfxViewShell()Xisco Fauli2-12/+22
2024-06-28UniqueID class that generates and stores a uniqueID for an objectTomaž Vajngerl2-13/+1
2024-06-28jsdialog: support on demand rendering for icon viewSzymon Kłos2-10/+6
2024-06-27Update getPartHash function.Gökay Şatır2-2/+11
2024-06-20annot: clone annotations in SdrObjects when the page is duplicatedTomaž Vajngerl2-5/+19
2024-06-18annot: update object text when annotation text changesTomaž Vajngerl1-0/+15
2024-06-18annot: update annotation object when annotation position changesTomaž Vajngerl1-3/+5
2024-06-18annot: document new annotation classes and methodsTomaž Vajngerl1-0/+1
2024-06-18annot: don't render objects marked as annotation in PDF exportTomaž Vajngerl1-0/+3
2024-06-18annot: add custom selection overlay for the annotation objectTomaž Vajngerl1-3/+40
2024-06-18annot: update annotation position, size, text when those changeTomaž Vajngerl2-11/+39
2024-06-18annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl5-0/+238
2024-06-17LOK: fixed incorrect Logic point calculation for Map modePranam Lashkari1-2/+10
2024-06-17annot: add {add,remove}Annotation that don't notifyTomaž Vajngerl1-0/+30
2024-06-17annot: prepare SdrObject to represent an annotationTomaž Vajngerl1-20/+38
2024-06-12svx: adjust the values for impress/draw ruler to work with LOKitTomaž Vajngerl1-7/+65
2024-06-12annot: move TextAPI to svx and adapt the codeTomaž Vajngerl3-0/+298
2024-06-11annot: moved more of Annotation and dependencies into svxTomaž Vajngerl4-0/+103
2024-06-10annot: move UndoAnnotation and deps. to svx, adapt svx AnnotationTomaž Vajngerl1-0/+130
2024-06-10annot: added Annotation impl. to svx, moved some thing from sdTomaž Vajngerl2-0/+19
2024-06-03Resolves: tdf#157453 support FM_PROP_LINECOUNT for combobox dropdow rowsCaolán McNamara1-2/+9
2024-05-31tdf#161354: drop incorrect assertionMike Kaganski1-1/+1
2024-05-17tdf#161019 tdf#159846 spreadsheet border renderingNoel Grandin1-4/+4
2024-05-17svx: move lok's NotifyKit in the ruler to the SvxRuler super-classTomaž Vajngerl1-1/+47
2024-05-15tdf#156484 svx,sw: fix visibility of shapes in header/footerMichael Stahl2-0/+30
2024-05-09svx: a11y check entry box - provide accessible name and descriptionTomaž Vajngerl1-0/+20
2024-05-08svx: Avoid divide by 0Xisco Fauli1-1/+1
2024-05-06always check return of SfxViewFrame::Current()Caolán McNamara1-11/+13
2024-04-15Related: tdf#160056 this can be staticCaolán McNamara1-1/+1
2024-04-15editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl3-114/+25
2024-04-15svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl3-14/+41
2024-04-15tdf#160176 svx: Reset help text when form control has noneMichael Weghorn1-16/+15
2024-04-15editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl3-16/+14
2024-04-07tdf#160421 flip lights too for flipped extruded shapesRegina Henschel3-0/+50
2024-04-07tdf#160444 check device's owner window is a nullptrPatrick Luby1-1/+6
2024-04-04a11y: Enable accessibility for comboboxes in sidebarAntony2-0/+15
2024-03-27tdf#158773 reduce cost of TextProperties::NotifyNoel Grandin1-33/+27