summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.cxx
AgeCommit message (Expand)Author
2020-09-15tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)
2020-08-07tdf#135464 sw: ODT->DOCX: fix positioning of at-page shapes and framesMichael Stahl
2020-07-18sw: fix crash when using anchor of at-paragraph fly ...Michael Stahl
2020-04-30loplugin:makeshared in swNoel Grandin
2020-04-27Don't insert embedded object twiceMike Kaganski
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-11Fix typo in codeAndrea Gelmini
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-30sw: SwXFrame::attach(): re-anchoring AS_CHAR flys does not workMichael Stahl
2019-10-24sw UNO API: remove unused IsLayoutInCell propertyMiklos Vajna
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-23SwXFrame: SwClient no moreBjoern Michaelsen
2019-09-19Related: tdf#124600 sw anchored object allow overlap: add UNO APIMiklos Vajna
2019-09-07kill SwXShape SwClientBjoern Michaelsen
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in swNoel Grandin
2019-08-07Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-18sw: missing SolarMutexGuard in SwXFrame::attach()Michael Stahl
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2019-05-30ODT export: fix lost <text:user-field-decl> for fields in frames in headersMiklos Vajna
2019-05-20lok: writer: svg export transformed imagesMarco Cecchetti
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-30drop Graphic::operator boolNoel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-14loplugin:sequentialassign in swNoel Grandin
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-16SwXOLEListener: not SwClient/ModifyBjoern Michaelsen
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen
2019-01-11use unique_ptr in SwXFrameNoel Grandin
2018-12-19tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-12-10tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-31Fix syntaxJulien Nabet