summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
AgeCommit message (Expand)Author
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
2021-02-10clean up SdrObject cloningNoel
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-22rename members of GeoStat classNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-10-28convert some more long -> tools::LongNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-09svx UNO API for shapes: allow setting a max factor for autofit text scaleMiklos Vajna
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-02loplugin:stringadd in svxNoel Grandin
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-06-27tdf#126137: Do not dereference non-existing ObjectXisco Fauli
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-08Translate German variable namesJohnny_M
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen