summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-05-08callcatcher: update unused codeCaolán McNamara1-9/+0
2015-05-07sw: unused Parent [-Werror=unused-parameter]Miklos Vajna1-0/+1
2015-05-07sw: fix -Werror=unused-parameterMiklos Vajna1-0/+6
2015-05-07XTiledRenderable: use HWND instead of HDCLászló Németh1-1/+1
2015-05-07Initial XTiledRenderable APILászló Németh1-2/+25
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna1-0/+15
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+2
2015-05-05loplugin:staticmethodsNoel Grandin5-12/+8
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-7/+7
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-15/+16
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-94/+94
2015-04-15tdf#90594: MM: Fix for broken translation between Bookmarks and row indizesChristoph Lutz1-0/+1
2015-04-13sw: SetCursorLogicPosition -> SetCursorTwipPositionMiklos Vajna1-3/+3
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl1-0/+17
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-1/+1
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks1-1/+2
2015-04-10protect more printer code-paths.Michael Meeks1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-4/+4
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks1-1/+1
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks1-8/+8
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin4-5/+5
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-04-08MM: fixed invalid UNO-Reference as return value of UNO MailMergeServiceChristoph Lutz1-2/+1
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-0/+21
2015-04-07Change the Logic in SetGraphicLogicPosition()Miklos Vajna1-2/+2
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna2-3/+4
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-5/+5
2015-03-31sw: fix obscure crash in SwXTextDocument::getSomething()Michael Stahl1-11/+8
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-70/+70
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-3/+3
2015-03-24convert SvxZoomType to enum classNoel Grandin1-10/+10
2015-03-23setGraphicSelection should use LOK_SETGRAPHICSELECTION_*Tomaž Vajngerl1-2/+2
2015-03-23Add SwXTextDocument::registerCallback() testcase.Miklos Vajna1-0/+2
2015-03-23loplugin:constantfunction: swNoel Grandin1-2/+2
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann1-2/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-90/+90
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+5
2015-03-16lok::Document: add resetSelection()Miklos Vajna1-0/+8
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna1-0/+19
2015-03-12Clean up previous commitStephan Bergmann4-73/+12