summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-06reduce time spent in RecalcPageNums when importing PDFNoel Grandin1-4/+4
2024-09-04Add SdrModel "IsImpress" function.Gökay Şatır1-0/+3
2024-07-09checkForUniqueItem should take a reference parameterNoel Grandin1-1/+1
2024-07-05annot: don't show the annot. object if LOK and not PDF documentTomaž Vajngerl1-0/+7
2024-06-28reduce number of SvxUnoShape listeners on SdrModelNoel Grandin1-7/+3
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin1-4/+5
2023-10-05crashtesting: crash seen on exit of chartCaolán McNamara1-0/+1
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl1-0/+5
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl1-2/+2
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl1-2/+2
2023-02-23related tdf#148966: rework sdr compatibility flagsSarper Akdemir1-11/+4
2023-02-17tdf#149756 tdf#152545 PPTX import: position of standard connector - part2Tibor Nagy1-0/+4
2023-01-31SdrModel: we never set scale fraction to anything else than 1/1Tomaž Vajngerl1-5/+0
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-3/+3
2023-01-20tdf#148000 impress: Handle linebreaks on fontwork.Attila Szűcs1-0/+4
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara1-0/+2
2022-08-29ref-count SdrObjectNoel Grandin1-4/+3
2022-01-20Fix typoAndrea Gelmini1-1/+1
2022-01-12used cache value in ViewObjectContact::getPrimitive2DSequence (2nd attempt)Noel Grandin1-0/+4
2021-12-20Set the original size in crop dialog to preferred DPI calc. sizeTomaž Vajngerl1-0/+2
2021-11-17make colorsets work outside of styles and with direct formattingSarper Akdemir1-0/+7
2021-11-07forward decls go after #includeNoel Grandin1-3/+4
2021-07-27drop SvtLanguageOptions classNoel Grandin1-0/+3
2021-06-27svx: clean-up, init in constructor, rename master pages variableTomaž Vajngerl1-4/+3
2021-05-31no need to allocate these vectors separatelyNoel Grandin1-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin1-3/+3
2021-05-05inline SdrModel::ImpCtorNoel Grandin1-5/+0
2021-03-07ref-count SdrPageNoel1-5/+5
2021-01-02introduce Degree100 strong_int typeNoel1-1/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-6/+6
2020-09-04tdf#124176 Replace 3 include guards with #pragma onceGeorge Bateman1-5/+1
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin1-1/+1
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann1-2/+2
2019-10-30svx: prefix members of SdrModelMiklos Vajna1-63/+63
2019-10-30loplugin:finalclasses svxNoel Grandin1-1/+1
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski1-0/+7
2019-09-18tdf#39593 use isUnoTunnelId in sdArkadiy Illarionov1-1/+1
2019-09-03loplugin:constmethod in svxNoel Grandin1-1/+1
2019-09-01loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-9/+2
2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin1-1/+1
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-1/+1
2018-12-05remove unused SdrHintKind enum valueNoel Grandin1-1/+0
2018-12-05remove unused SdrSwapGraphicsMode enumNoel Grandin1-15/+0
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai1-4/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-10-08loplugin:constfields in svxNoel Grandin1-1/+1
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-2/+3
2018-08-15loplugin:useuniqueptr in disposeOutlinerNoel Grandin1-1/+1
2018-08-08tdf#118731 delay on showing dialogs that create SdrModelsCaolán McNamara1-3/+8