summaryrefslogtreecommitdiff
path: root/sd/source/ui
AgeCommit message (Expand)Author
2021-09-27Drop 'using namespace std' hereMike Kaganski
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-09-21tdf#127900 sd: fix regression at applying master propertiesAttila Bakos (NISZ)
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-18cid#1491947 silence Uncaught exceptionCaolán McNamara
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso
2021-09-15loplugin:finalclasses in sdNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-08patch SdrPageWindow in SdXImpressDocument::paintTile()Luboš Luňák
2021-09-07unbalanced [Beg/End]Undo possible on self-dnd in impressCaolán McNamara
2021-09-07dynamic_cast followed by static_castCaolán McNamara
2021-09-07loplugin:unusedmethodsNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-22BOOST_FALLTHROUGH->[[fallthrough]];Caolán McNamara
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20loplugin:unusedfieldsNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18tdf#143353 defer tip of the day until impress template dialog is goneCaolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski
2021-08-13Resolves: tdf#143795 trigger layout when content changesCaolán McNamara
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-08tdf#138960 Check if tree entry has children before attempting to expandJim Raykowski
2021-08-08tdf#143572 Restore enable undo setting immediatly after object nameJim Raykowski
2021-08-07Removed duplicated includeAndrea Gelmini
2021-08-06make --disable-scripting compileCaolán McNamara
2021-08-05improve LOK notifyInvalidationNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Resolves: tdf#137637 keep user selection during initializationCaolán McNamara
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in QueueProcessorNoel Grandin
2021-08-01osl::Mutex->std::mutex in ResourceFactoryManagerNoel Grandin
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski