summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-11-01tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin1-5/+5
2022-09-13ofz#50767 docxfuzzer: Indirect-leak in rtl_allocateMemoryNoel Grandin1-119/+55
2022-08-29ref-count SdrObjectNoel Grandin1-6/+8
2022-08-26use more SwPosition::AssignNoel Grandin1-1/+1
2022-08-20use more SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-3/+3
2022-08-05sw: rename to unique name SwFrameFormat::SetFormatName()Michael Stahl1-1/+1
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-5/+5
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-3/+3
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-07-21use more concrete UNO classes in writerNoel Grandin1-5/+5
2022-07-11tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-4/+18
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-2/+2
2022-04-04forcepoint#101 sw: fix inserting at-page shapes to not set anchor posMichael Stahl1-1/+3
2022-03-10Recheck sw headers with IWYUGabor Kelemen1-0/+1
2022-02-17Refetch in case SwTextNode::InsertItem causes it to be deletedCaolán McNamara1-0/+2
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin1-1/+1
2022-02-10no need to use shared_ptr in PropertyChangeNotifierNoel Grandin1-2/+2
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin1-1/+0
2021-12-14tdf#143574 sw: textboxes in group shapes -- part 4Attila Bakos (NISZ)1-17/+45
2021-12-14tdf#143574 sw: textboxes in group shapes - part 3 take 2Attila Bakos (NISZ)1-3/+12
2021-11-28Revert "tdf#129183 sw: textboxes in group shapes - part 3"Stephan Bergmann1-48/+18
2021-11-24tdf#129183 sw: textboxes in group shapes - part 3Attila Bakos (NISZ)1-18/+48
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin1-4/+2
2021-09-16tdf#143574 tdf#144271 sw: textboxes in group shapes - part 2Attila Bakos (NISZ)1-1/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-41/+11
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-6/+6
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-09-01tdf#143574 sw: textboxes in group shapes - part 1Attila Bakos (NISZ)1-2/+2
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-3/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-1/+1
2021-06-30tdf#135316 cache propertysetinfo in SwXShapeNoel Grandin1-13/+16
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-03sw: prefix members of BaseFrameProperties_Impl, SwDocStyleSheetPool, ...Miklos Vajna1-12/+12
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-3/+3
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-5/+5
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-02-20loplugin:refcounting in swNoel1-17/+12
2021-02-04use more getSdrObjectFromXShapeNoel1-3/+1
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs1-0/+9
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+3
2020-09-03tdf#136423 make SwXDrawPage::group work with a single shapeSamuel Mehrbrodt1-1/+1