summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
AgeCommit message (Expand)Author
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-21use 64bit for window sizes (tdf#147458)Luboš Luňák
2022-02-04svx: show width and height of SdrPages in the xml dumpMiklos Vajna
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-04use deque in SdrObjListNoel Grandin
2021-12-07loplugin:unnecessaryvirtualNoel Grandin
2021-12-01tdf#145928 svx: fix undo of sorting shapesMichael Stahl
2021-11-30svx: update objects of pages of a master page when the theme changesMiklos Vajna
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna
2021-11-18import pptx color schemes as color setsSarper Akdemir
2021-09-09Fix typoAndrea Gelmini
2021-09-09tdf#144052 speedup inserting large chartsNoel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-05-29std::unique_ptr -> std::optionalNoel Grandin
2021-05-25tdf#138141 sw: fix textbox z-orderAttila Bakos (NISZ)
2021-04-10tdf#130326 speed up XLSX loadNoel Grandin
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-18elide SetParentAtSdrObjectFromSdrObjListNoel Grandin
2021-03-15tdf#133487 sw ODF export: reorder flys' ZOrder/z-index...Michael Stahl
2021-03-07ref-count SdrPageNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2020-10-13static_cast after dynamic_castNoel
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svxStephan Bergmann
2020-06-23inline typedef WeakSdrObjectContainerTypeNoel Grandin
2020-03-30Simplify SdrObjList::GetObj (svx/svdpage)Julien Nabet
2020-03-30Replace OSL_ASSERT by assert in GetObj (svx/svdpage)Julien Nabet
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesMesut Çifci
2019-11-18cid#1430094 Arguments in wrong orderCaolán McNamara
2019-11-15tdf#128737 svx: fix off-by-one in SdrObjList::sort()Michael Stahl
2019-11-01crashtesting: out of bounds on importing tdf90224-2.odtCaolán McNamara
2019-11-01crashtesting: fix creating increments array in tdf106848-1.odtKatarina Behrens
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin
2019-08-23tdf#119388 use virtual to bypass dynamic_castNoel Grandin
2019-08-12Fix typosAndrea Gelmini
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-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin
2019-03-28return unique_ptr from SdrPage::CreateObjectSpecificViewContactNoel Grandin
2019-02-10loplugin:indentation in svxNoel Grandin
2018-12-05tdf#121022 Do change parent of SdrObj earlyArmin Le Grand
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov