summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxvw.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-2/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-09-19remove SwClient/SwModify in sw/source/uibaseBjoern Michaelsen1-1/+0
2019-09-07make page bookkeep the SwXShapesBjoern Michaelsen1-2/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-6/+4
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-15/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-2/+2
2019-07-03Simplify Sequence iterations in sw/source/uibase/Arkadiy Illarionov1-18/+16
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-2/+2
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-16/+11
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-03sw uno: do not throw exceptions on getString()Vasily Melenchuk1-1/+4
2018-11-28tdf#112696 if we select every member of a group, select the group itselfCaolán McNamara1-0/+27
2018-11-15sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: SwXTextViewCursor::getString() without redlinesMichael Stahl1-1/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-01-22tdf#35301 Modify Asian phonetic guide dialog.Mark Hung1-1/+9
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-10-27loplugin:constantparam in swNoel Grandin1-2/+2
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-31/+29
2017-09-26loplugin:flatten in swNoel Grandin1-394/+369
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-5/+5
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+6
2017-05-12remove unused uno::Reference varsNoel Grandin1-4/+0
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-23merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin1-3/+2
2017-04-12convert SelectionType to scoped enumNoel Grandin1-3/+3
2017-04-03use actual UNO enums in swNoel Grandin1-1/+1
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-02-13convert ShellModes to scoped enumNoel Grandin1-42/+41
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-85/+24
2016-12-12remove useless Mutex guardsNoel Grandin1-2/+0
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-3/+3
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-1/+2
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-9/+9
2016-05-26tdf#100051 Partially revert "loplugin:constantparam in sw"Miklos Vajna1-8/+4
2016-05-16convert VIEWOPT_1 to scoped enumNoel Grandin1-3/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4