summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-17cid#1603617 Big parameter passed by valueCaolán McNamara
2024-06-16move Draw* code from EditEngine to ImpEditEngineNoel Grandin
2024-06-15SequenceAsHashMap::contains can be constMike Kaganski
2024-06-14Make isProductVersionUpgraded update ooSetupLastVersion againMike Kaganski
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht
2024-06-14annot: read PDF FreeText annotation "DS" and "RC" keysTomaž Vajngerl
2024-06-14annot: add support to import Stamp annotation from PDFTomaž Vajngerl
2024-06-14annot: add annotation marker for free text annotationTomaž Vajngerl
2024-06-13Let LinkManager::UpdateAllLinks honor isUntrustedRefererStephan Bergmann
2024-06-12Fix Unicode block namesTaichi Haradaguchi
2024-06-12remove ability to trust not validated macro signatures in high securitySarper Akdemir
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)
2024-06-11Some missing "block untrusted referer links" for form controlsStephan Bergmann
2024-06-11annot: document new annotation classes and methodsTomaž Vajngerl
2024-06-11annot: add custom selection overlay for the annotation objectTomaž Vajngerl
2024-06-11annot: change include to forward declarationTomaž Vajngerl
2024-06-11annot: make annotation pop-up window working againTomaž Vajngerl
2024-06-11annot: update annotation position, size, text when those changeTomaž Vajngerl
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl
2024-06-11tdf#161327 Interpret angle units in dr3d:end-angle ..Regina Henschel
2024-06-10tdf#157833 tdf#155692 sw: fix hit area to resize row/colLászló Németh
2024-06-10tdf#152024 Diacritics cut off at top and bottom of paragraphJonathan Clark
2024-06-10svx: prefix members of SdrGrafObjMiklos Vajna
2024-06-09Related: tdf#137543 - fix LET function jump count numberBalazs Varga
2024-06-07tdf#43157 Use SAL_WARN_IF instead of OSL_PRECONDGabor Kelemen
2024-06-07tdf#160591 PPTX export: fix colormap mapping in slide masterTibor Nagy
2024-06-07replace fpicker-related Help::GetHelpText with core-side translationsCaolán McNamara
2024-06-06Related: tdf#137543 - Add new LET function to CalcBalazs Varga
2024-06-06the remaining Help::GetHelpText calls don't want their parent as fallbackCaolán McNamara
2024-06-06tdf#137543 - Add new LET function to CalcBalazs Varga
2024-06-06Resolves: tdf#161430 reindex the correct style if there are duplicate namesCaolán McNamara
2024-06-05annot: add {add,remove}Annotation that don't notifyTomaž Vajngerl
2024-06-05Related: tdf#153008 bump XFillBmpPosOffsetXItem to sal_Int32Caolán McNamara
2024-06-05annot: prepare SdrObject to represent an annotationTomaž Vajngerl
2024-06-05annot: improve PDF annotation export and clean-up PDFNote classTomaž Vajngerl
2024-06-04sfx2: use SAL_RET_MAYBENULL in GetDispatcher() and GetFrame()Xisco Fauli
2024-06-03svx: prefix members of SdrUndoGeoObjMiklos Vajna
2024-06-02svx: use SAL_RET_MAYBENULL in GetSfxViewShell()Xisco Fauli
2024-06-02tdf#144208 speedup doc with lots of redline(3)Noel Grandin
2024-06-01Advanced Diagram support: Load fill DiagramModelArmin Le Grand (allotropia)
2024-05-30avoid some dynamic_cast in SwTextFrameNoel Grandin
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-30svx: GetSdrPageViewOfMarkedByIndex() -> ...Xisco Fauli
2024-05-29SortMarkedObjects() -> GetMarkedObjectList().ForceSort()Xisco Fauli
2024-05-29GetDescriptionOfMarkedObjects() -> GetMarkedObjectList().GetMarkDescription()Xisco Fauli
2024-05-29svx: GetDescriptionOfMarkedPoints() -> ...Xisco Fauli
2024-05-29svx: GetDescriptionOfMarkedGluePoints() -> ...Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-29svx: TryToFindMarkedObject -> GetMarkedObjectList().FindObjectXisco Fauli