summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
AgeCommit message (Expand)Author
2021-11-17make colorsets work outside of styles and with direct formattingSarper Akdemir
2021-11-07forward decls go after #includeNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-06-27svx: clean-up, init in constructor, rename master pages variableTomaž Vajngerl
2021-05-31no need to allocate these vectors separatelyNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-05inline SdrModel::ImpCtorNoel Grandin
2021-03-07ref-count SdrPageNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-04tdf#124176 Replace 3 include guards with #pragma onceGeorge Bateman
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann
2019-10-30svx: prefix members of SdrModelMiklos Vajna
2019-10-30loplugin:finalclasses svxNoel Grandin
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-09-18tdf#39593 use isUnoTunnelId in sdArkadiy Illarionov
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-09-01loplugin:unnecessaryvirtualNoel Grandin
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-12-05remove unused SdrHintKind enum valueNoel Grandin
2018-12-05remove unused SdrSwapGraphicsMode enumNoel Grandin
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-08loplugin:constfields in svxNoel Grandin
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-15loplugin:useuniqueptr in disposeOutlinerNoel Grandin
2018-08-08tdf#118731 delay on showing dialogs that create SdrModelsCaolán McNamara
2018-07-31nitpick, following f0dcfe008d58053e52c51b10e51c58eae27c1f0bJulien Nabet
2018-07-30Added SdrObjectLifetimeWatchDog for debug modeArmin Le Grand
2018-06-11loplugin:unusedfieldsNoel Grandin
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand
2018-05-18Replace SVGFilter using SVGIOArmin Le Grand
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-03-04Translate German variable namesJohnny_M
2018-02-17tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai
2018-02-11SdrModel: provide OUString as return valueMatteo Casalin
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2017-12-13use std::unique_ptr in SdrModelNoel Grandin
2017-12-13sal_uIntPtr->sal_uInt32 in SdrModelNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrModelNoel Grandin
2017-11-28loplugin:countusersofdefaultparams in svxNoel Grandin
2017-10-30loplugin:constantparam in svxNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-06rework as a shared_ptrCaolán McNamara