summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
AgeCommit message (Expand)Author
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl
2024-04-03svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin
2023-07-10svx: prefix members of GeoStatMiklos Vajna
2023-05-06Change text auto-fit alg. to also increase the scalingTomaž Vajngerl
2023-04-30adapt the new auto-fitting alg. to work for vertical textTomaž Vajngerl
2023-04-29Prevent to get 0 font size in the auto-fitting algorithmTomaž Vajngerl
2023-03-30cid#1524600 Logically dead codeCaolán McNamara
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-03-04svx: SdrTextObj maRect - use getter and add funcs. for manipulationTomaž Vajngerl
2023-01-31Some simplification after 743dd1d3c1142c1c99b0844cc26dd0be91a1de40Mike Kaganski
2023-01-31SdrModel: we never set scale fraction to anything else than 1/1Tomaž Vajngerl
2022-11-03optimize text fitting algorithm to correctly calculate the fitTomaž Vajngerl
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-09-14new loplugin refcountingbaseNoel Grandin
2022-09-06svx: set vars to initial values in constructor init for SdrTextObjTomaž Vajngerl
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-12-14ofz#42338 avoid timeout in autogrow frames during ppt importCaolán McNamara
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-06use SfxItemSetFixed in svxNoel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin
2021-08-18Simplify SdrTextObj::RecalcSnapRectMike Kaganski
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-12tdf#95549 speed up load of xlsNoel Grandin
2021-08-12s/mpEdtOutl/mpEditingOutliner/gNoel Grandin
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl
2021-06-08editengine-columns: Implement layoutMike Kaganski
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-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-29rename ECKEN -> CORNERNoel Grandin
2021-04-12svx: prefix members of SdrObjectMiklos Vajna
2021-02-11rename RestGeoData->RestoreGeoDataNoel Grandin