summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Expand)AuthorFilesLines
2022-11-23tdf#135638 svx,sd: PDF/UA export: tag SdrObject shapes as Figure etc.Armin Le Grand (allotropia)1-0/+1
2022-11-14Resolves: tdf#151898 get hidpi font/highlight color iconsCaolán McNamara1-0/+10
2022-06-05no need to allocate this separatelyNoel Grandin1-3/+3
2022-06-04tdf#149242 more precise labels for left and right of paragraph text areaSeth Chaiklin1-2/+2
2022-05-25SvxUnoXPropertyTable is never passed a null ptrNoel Grandin1-7/+7
2022-05-24tdf#149252 adjust vertical/horizontal positioning labels for paragraphsSeth Chaiklin1-2/+2
2022-05-10tdf#148519 correction to vertical "to frame" mapping for object positionSeth Chaiklin1-1/+1
2022-04-30tdf#148519 change positioning option "Margin" -> "Entire frame"Seth Chaiklin1-1/+1
2022-04-30tdf#148782 Left/Right frame border -> Left/Right of frame text areaSeth Chaiklin1-2/+2
2022-04-28tdf#148593 Rename two Horizontal "to" position options for Shape/ImageSeth Chaiklin1-2/+2
2022-04-23tdf#148591 rename two Vertical positioning regionsSeth Chaiklin1-2/+2
2022-03-03Recheck modules sv* with IWYUGabor Kelemen14-6/+23
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski1-3/+3
2022-02-21speed up SvxShape::_setPropertyValueNoel Grandin3-0/+9
2022-02-20Fix --disable-avmedia buildJan-Marek Glogowski1-1/+1
2022-02-19update video pos and size after change if currently playingCaolán McNamara1-0/+4
2022-02-17loplugin:unusedmethodsNoel Grandin1-3/+0
2022-02-17loplugin:unusedfieldsNoel Grandin1-3/+0
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin11-14/+14
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara3-58/+57
2022-01-24tdf#146893 Rework Manage Changes dialografaelhlima1-0/+4
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák13-13/+26
2022-01-08reduce cost of Sdr properties for text-derived objectsNoel Grandin1-1/+1
2022-01-07make GroupProperties extend BasePropertiesNoel Grandin1-22/+6
2022-01-07move applyDefaultStyleSheetFromSdrModel from BaseProperties..Noel Grandin1-0/+3
2022-01-07move some methods BaseProperties->DefaultPropertiesNoel Grandin2-30/+0
2022-01-07split PageProperties from EmptyPropertiesNoel Grandin2-7/+27
2021-12-24use comphelper::WeakComponentImplHelper in PrimitiveFactory2DNoel Grandin1-8/+5
2021-12-19use more cppu::BaseMutexNoel Grandin1-1/+1
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen1-1/+0
2021-12-06skip some intermediate results in tryToGetChartContentAsPrimitive2DSequenceNoel Grandin1-0/+76
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin7-13/+15
2021-12-04ofz#41602 fix more build failure in ubsan buildCaolán McNamara1-2/+3
2021-12-04use visitor in getViewIndependentPrimitive2DContainerNoel Grandin15-29/+30
2021-11-26use more OUStringLiteral in svxNoel Grandin2-361/+359
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin3-217/+215
2021-11-26tdf#139102 Erase with COL_TRANSPARENT doesn't do what it shouldCaolán McNamara1-1/+0
2021-11-15Just remove these pointless apostilsAdolfo Jayme Barrientos1-2/+2
2021-11-04tdf#143254 Replaces "Greek Upper Letter" with "Greek Upper Numerals"Jeff Huang1-2/+2
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+5
2021-10-08loplugin:moveparam in svxNoel Grandin2-2/+2
2021-09-24reduce copying in drawinglayerNoel Grandin3-4/+4
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin3-16/+14
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin2-2/+2
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin12-12/+13
2021-08-29tdf#143919 Revise Criss-cross diagonal borderRizal Muttaqin1-1/+1
2021-08-23tdf#143919: Calc: add diagonal borders in Toolbar>BordersBayram Çiçek1-0/+3
2021-08-22no need to use unique_ptr for Sdr3DObjectAttributeNoel Grandin1-7/+3
2021-08-20use Primitive2DDecompositionVisitor in ViewObjectContact (tdf#105575)Noel Grandin4-5/+5
2021-08-16do less copying when constructing 2d sequence (tdf#105575)Noel Grandin4-5/+5