summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-31Advanced Diagram support: UI visualization & simple interactionsArmin Le Grand (Allotropia)1-43/+317
2022-05-30use more Primitive2DContainer::append and more std::moveNoel Grandin10-12/+12
2022-05-30use Primitive2DContainer in impPolygonParagraphHandlerNoel Grandin1-23/+17
2022-05-30elide temporary vectors in impAddPolygonStrokePrimitivesNoel Grandin1-29/+6
2022-05-30move data out of impTextBreakupHandlerNoel Grandin1-9/+9
2022-05-29Fix failing assert on shutdown with NVDA activeMike Kaganski1-9/+11
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin12-16/+17
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh1-4/+5
2022-05-26cid#1504575 Dereference before null checkCaolán McNamara1-1/+1
2022-05-26sd theme: add UI (sidebar) for shape fill color effectsMiklos Vajna1-1/+1
2022-05-25elide some OUString allocationNoel Grandin1-1/+2
2022-05-25Fix typoAndrea Gelmini1-1/+1
2022-05-2550 null derefs seen in crashreporting reportCaolán McNamara1-2/+8
2022-05-25svx: fix one more EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-1/+3
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)10-30/+190
2022-05-25SvxUnoXPropertyTable is never passed a null ptrNoel Grandin9-57/+42
2022-05-24Resolves: tdf#148168 disable gtk treeview seach boxCaolán McNamara1-0/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann3-5/+6
2022-05-24modernize and improve PropertySetInfoNoel Grandin2-6/+2
2022-05-24tdf#148168 set built-in gtk search box to search "document name" columnCaolán McNamara1-1/+1
2022-05-24elide some OUString allocationNoel Grandin1-4/+6
2022-05-24tdf#149252 adjust vertical/horizontal positioning labels for paragraphsSeth Chaiklin1-2/+2
2022-05-23elide some OUString allocationNoel Grandin1-5/+10
2022-05-23svx: work around GCC12 spurious -Werror=stringop-overflowMichael Stahl1-0/+1
2022-05-19svx: fix double-free if SvxShape of SwDrawVirtObj is disposedMichael Stahl1-5/+4
2022-05-19tdf#148923 PPTX import: fix incorrect image in media fileTünde Tóth1-1/+3
2022-05-17elide some OUString allocation and re-arrange GetCustomShapeEngineNoel Grandin1-6/+10
2022-05-16tdf#149049 give media object a name when createdJim Raykowski1-0/+4
2022-05-14Fix typoAndrea Gelmini1-2/+2
2022-05-14skip some SetResizeProtect work during constructionNoel Grandin1-1/+1
2022-05-13Advanced Diagram support: Secure Redo, evtl. flush Redo-StackArmin Le Grand (Allotropia)1-0/+41
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-6/+6
2022-05-11tdf#121740 just remove OLE_Objects limit for non-32-bit-WindowsNoel Grandin1-0/+8
2022-05-11tdf#149023 set property immediately on changeCaolán McNamara1-7/+3
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)2-0/+80
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-10/+19
2022-05-10tdf#148519 correction to vertical "to frame" mapping for object positionSeth Chaiklin1-1/+1
2022-05-10Fix stack-use-after-scopeStephan Bergmann1-1/+1
2022-05-09svx: calculate object range before using itPranam Lashkari1-3/+3
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida1-1/+1
2022-05-06avoid some ref-countingNoel Grandin1-1/+1
2022-05-06svx: move SvxTableShape into own file and externalizeTomaž Vajngerl3-17/+2
2022-05-05tdf#148707 implicit moveTo on all not only on firstRegina Henschel3-12/+35
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05tdf#148818 Fix missing text in boxes with empty first paragraphHossein1-4/+5
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-05-05tdf#148921 Smartart: Incorrect Text positionNoel Grandin1-8/+21
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna2-0/+32
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann61-247/+243