summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Expand)Author
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03simplify lookup maps in EnhancedCustomShapeTypeNamesNoel Grandin
2021-07-31svx: cleanup some forward decls, unneeded pragma once, whitespaceTomaž Vajngerl
2021-07-30osl::Mutex->std::atomic in FmSearchEngineNoel Grandin
2021-07-30osl::Mutex->std::mutex in FmXDisposeListenerNoel Grandin
2021-07-29sidebar: unify LineWidthPopup with other WeldToolbarPopupsSzymon Kłos
2021-07-27Added the feature to store VCL test results as a zip filehomeboy445
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-24sw: define to constexpr, use MM50 from svx and use o3tl::convertTomaž Vajngerl
2021-07-22tdf#143412 CRASH: converting imagesNoel Grandin
2021-07-21flatten data in SdrGluePointListNoel Grandin
2021-07-20no need to allocate the selectionOverlay separately in SvxTableControllerNoel Grandin
2021-07-20tdf#128612: Support applying pattern fill from toolbarKatarina Behrens
2021-07-20tdf#123321 Fix DOC/DOCX export bug which made some lines disappearHossein
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-12tdf#143305 Remove remaining SID collision in .hrc filesHossein
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-07-07tdf#143204 svx: fix SID_ATTR_TEXTCOLUMNS_SPACING SID collisionHossein
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin
2021-06-30tdf#139301 tdf#141933 (related) Translate new preset dash namesGabor Kelemen
2021-06-27svx: clean-up, init in constructor, rename master pages variableTomaž Vajngerl
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl
2021-06-19svx: use constexpr instead of a define for a constantTomaž Vajngerl
2021-06-19svx: prefix member variables for SdrCreateViewTomaž Vajngerl
2021-06-19svx: remove whitespace in member variablesTomaž Vajngerl
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl
2021-06-17svx: pragma once for some SdrObject subclassesTomaž Vajngerl
2021-06-16sw HTML export: allow larger bitmaps for shapes than the vcl defaultMiklos Vajna
2021-06-15editengine-columns: add sidebar property panelMike Kaganski
2021-06-11loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeightNoel Grandin
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna
2021-05-31no need to allocate these vectors separatelyNoel Grandin
2021-05-29std::unique_ptr -> std::optionalNoel Grandin
2021-05-26Refactor module media item handlingJan-Marek Glogowski
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20move some headers inside modulesNoel Grandin
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara