summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-1/+0
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin1-9/+7
2016-06-21Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna1-4/+0
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna1-6/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann4-104/+117
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-06SwXDispatchProviderInterceptor: implement frame::XInterceptorInfoMiklos Vajna1-0/+10
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-2/+2
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann2-26/+18
2016-05-26tdf#100051 Partially revert "loplugin:constantparam in sw"Miklos Vajna1-8/+4
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+0
2016-05-17loplugin:stringconstantTor Lillqvist1-1/+1
2016-05-16 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht1-3/+17
2016-05-16convert VIEWOPT_1 to scoped enumNoel Grandin1-3/+1
2016-05-16Convert VIEWOPT flags to scoped enumNoel Grandin2-5/+5
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin2-4/+3
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-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-21lokit: add getPartHashHenry Castro1-0/+8
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-16/+16
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-26/+24
2016-04-08lok context menu: Expose context menuPranav Kant1-1/+8
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-4/+9
2016-04-04tdf#99074 DOCX import: handle <w:view w:val="web"/>Miklos Vajna1-0/+16
2016-03-31tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna1-0/+13
2016-03-31tdf#84938 convert VIEWOPT_ constants to scoped enumNoel Grandin1-3/+3
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-24MM: rename MergeNew => MergeJan-Marek Glogowski2-3/+3
2016-03-24tdf#96914 MM: don't round trip the source documentJan-Marek Glogowski1-1/+1
2016-03-24MM: move email subject and address into descriptorJan-Marek Glogowski1-14/+11
2016-03-22loplugin:constantparam in swNoel Grandin3-11/+10
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin2-3/+3
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-08sw lok: For PgDown/PgUp, don't set the VisArea, instead use a dedicated var.Jan Holesovsky1-1/+2
2016-02-08svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-2/+0
2016-02-05sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna1-1/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-03lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky1-0/+7
2016-02-02tdf#97505 Account empty pages for print previewJan-Marek Glogowski1-4/+9
2016-02-02LOK: add Document::setClientVisibleArea()Miklos Vajna1-0/+9
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-30tdf#89708 Fix crash on printing from print previewJan-Marek Glogowski1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-3/+3