summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-02Improve exception when shape with illegal anchor is givenSamuel Mehrbrodt1-1/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-17sw: prefix members of SwNode2LayImpl, SwRetrievedInputStreamDataManager, ...Miklos Vajna1-139/+139
2020-08-12sw: prefix members of SwFmDrawPage, SwNumRule, SwTableAutoFormat and ...Miklos Vajna1-6/+6
2020-08-06tdf#135464 sw: ODT->DOCX: fix positioning of at-page shapes and framesMichael Stahl1-0/+15
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-381/+382
2020-07-17sw: fix crash when using anchor of at-paragraph fly ...Michael Stahl1-1/+8
2020-07-14tdf#133437: sw: set generated shape name if it is missingVasily Melenchuk1-8/+7
2020-05-11sw: set unique name for shape format even if shape name is emptyVasily Melenchuk1-1/+10
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-3/+3
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-3/+3
2020-01-22tdf#129382: sw: assign names to shape object stylesVasily Melenchuk1-1/+1
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-5/+1
2019-11-27tdf#128782: sw: assign name to draw objectVasily Melenchuk1-1/+5
2019-11-20loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann1-2/+4
2019-11-16Simplify sequence initializationMike Kaganski1-3/+4
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-28/+6
2019-09-07kill SwXShape SwClientBjoern Michaelsen1-10/+15
2019-09-07make page bookkeep the SwXShapesBjoern Michaelsen1-43/+40
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-3/+3
2019-07-20loplugin:referencecasting in swNoel Grandin1-2/+1
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-11/+5
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-6/+2
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+1
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-2/+2
2019-03-04simplify UNO getTypes methodsNoel Grandin1-24/+5
2019-02-10loplugin:indentation in swNoel Grandin1-4/+4
2019-02-06Remove useless const_castMike Kaganski1-14/+8
2019-01-28ofz#12729 integer-overflowCaolán McNamara1-4/+5
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens1-9/+9
2018-11-24Replace list by vector in unodraw.cxx (sw)Julien Nabet1-6/+5
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-21/+16
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-14loplugin:useuniqueptr in SwXDrawPage::addNoel Grandin1-7/+7
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-17loplugin:useuniqueptr in SwXShapeNoel Grandin1-1/+1
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-7/+7
2018-02-01sw: convert DELETEZ to std::unique_ptr in unodraw.cxxMichael Stahl1-69/+57
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-2/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-29Fix typosAndrea Gelmini1-2/+2
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-1/+1