summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-07tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)1-2/+6
2020-08-06tdf#135464 sw: ODT->DOCX: fix positioning of at-page shapes and framesMichael Stahl1-0/+13
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-38/+38
2020-07-17sw: fix crash when using anchor of at-paragraph fly ...Michael Stahl1-1/+8
2020-07-13sw: prefix members of SwUndoField, SwUndoFieldFromAPI, ...Miklos Vajna1-17/+17
2020-06-10loplugin:buriedassign in swNoel Grandin1-3/+6
2020-04-30loplugin:makeshared in swNoel Grandin1-1/+1
2020-04-27Don't insert embedded object twiceMike Kaganski1-9/+6
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-3/+3
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-2/+2
2019-12-11Fix typo in codeAndrea Gelmini1-4/+4
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl1-13/+5
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-16/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+12
2019-10-30sw: SwXFrame::attach(): re-anchoring AS_CHAR flys does not workMichael Stahl1-0/+8
2019-10-24sw UNO API: remove unused IsLayoutInCell propertyMiklos Vajna1-7/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-4/+1
2019-09-23SwXFrame: SwClient no moreBjoern Michaelsen1-15/+30
2019-09-19Related: tdf#124600 sw anchored object allow overlap: add UNO APIMiklos Vajna1-2/+7
2019-09-07kill SwXShape SwClientBjoern Michaelsen1-1/+0
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-5/+5
2019-07-18sw: missing SolarMutexGuard in SwXFrame::attach()Michael Stahl1-0/+2
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-6/+4
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen1-0/+1
2019-05-30ODT export: fix lost <text:user-field-decl> for fields in frames in headersMiklos Vajna1-0/+12
2019-05-20lok: writer: svg export transformed imagesMarco Cecchetti1-0/+31
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-1/+1
2019-04-30drop Graphic::operator boolNoel Grandin1-2/+2
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-13/+13
2019-04-14loplugin:sequentialassign in swNoel Grandin1-4/+2
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-21/+5
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-6/+3
2019-02-10loplugin:indentation in swNoel Grandin1-4/+4
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-1/+0
2019-01-16SwXOLEListener: not SwClient/ModifyBjoern Michaelsen1-33/+34
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2019-01-11use unique_ptr in SwXFrameNoel Grandin1-7/+4
2018-12-19tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh1-1/+34
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-2/+2
2018-12-10tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap1-3/+14
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-5/+4
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-5/+3