summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-12tdf#156857: sd ooxml import: fix shape size if spAutofit is setBalazs Varga1-2/+2
2024-07-29tdf#161846 remove one layout operation (i)Noel Grandin1-2/+2
2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara1-8/+8
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-4/+6
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski1-11/+11
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl1-111/+22
2024-04-03svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl1-1/+1
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl1-14/+10
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-1/+0
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin1-8/+3
2023-07-10svx: prefix members of GeoStatMiklos Vajna1-24/+24
2023-05-06Change text auto-fit alg. to also increase the scalingTomaž Vajngerl1-2/+18
2023-04-30adapt the new auto-fitting alg. to work for vertical textTomaž Vajngerl1-72/+13
2023-04-29Prevent to get 0 font size in the auto-fitting algorithmTomaž Vajngerl1-0/+3
2023-03-30cid#1524600 Logically dead codeCaolán McNamara1-11/+3
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-12/+125
2023-03-04svx: SdrTextObj maRect - use getter and add funcs. for manipulationTomaž Vajngerl1-30/+37
2023-01-31Some simplification after 743dd1d3c1142c1c99b0844cc26dd0be91a1de40Mike Kaganski1-5/+1
2023-01-31SdrModel: we never set scale fraction to anything else than 1/1Tomaž Vajngerl1-2/+2
2022-11-03optimize text fitting algorithm to correctly calculate the fitTomaž Vajngerl1-8/+7
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl1-39/+71
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-09-14new loplugin refcountingbaseNoel Grandin1-6/+6
2022-09-06svx: set vars to initial values in constructor init for SdrTextObjTomaž Vajngerl1-74/+61
2022-08-29ref-count SdrObjectNoel Grandin1-8/+4
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-1/+1
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-8/+8
2021-12-14ofz#42338 avoid timeout in autogrow frames during ppt importCaolán McNamara1-1/+11
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski1-2/+2
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-3/+3
2021-10-06use SfxItemSetFixed in svxNoel Grandin1-4/+3
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-3/+2
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-6/+6
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin1-3/+3
2021-08-18Simplify SdrTextObj::RecalcSnapRectMike Kaganski1-4/+1
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin1-2/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-12/+13
2021-08-12tdf#95549 speed up load of xlsNoel Grandin1-5/+1
2021-08-12s/mpEdtOutl/mpEditingOutliner/gNoel Grandin1-24/+24
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-3/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski1-12/+46
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl1-110/+112
2021-06-08editengine-columns: Implement layoutMike Kaganski1-0/+2
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-0/+20
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski1-0/+10
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski1-58/+7
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-8/+3