summaryrefslogtreecommitdiff
path: root/sd/source/ui
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin22-31/+31
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks6-54/+54
2015-04-10compile fixes.Michael Meeks1-4/+2
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks4-7/+7
2015-04-10nail more lifecycle oddness.Michael Meeks1-2/+2
2015-04-10mend misc. lifecycle breakage.Michael Meeks3-4/+12
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin4-6/+6
2015-04-10more toolkit API adaptations.Michael Meeks1-2/+3
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks2-3/+4
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin34-173/+157
2015-04-10vclwidget: only call dispose() onceNoel Grandin48-58/+65
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks6-19/+20
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin89-598/+1108
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin22-86/+84
2015-04-09vcl: VclPtr conversion in sdNoel Grandin65-229/+452
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-9/+9
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-11/+11
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-23/+22
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann2-3/+3
2015-04-07Remove dead INetProtocol::VimStephan Bergmann3-7/+7
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna3-1/+31
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna1-1/+6
2015-04-07sd::ViewShell::SetGraphicMm100Position: can avoid FuPoor::DRGLOG hereMiklos Vajna1-2/+2
2015-04-07Change the Logic in SetGraphicLogicPosition()Miklos Vajna3-4/+4
2015-04-07sd::ViewShell::LogicMouseButtonUp: typoMiklos Vajna1-1/+1
2015-04-07Add testcase for sd::Window::LogicInvalidate().Miklos Vajna1-1/+2
2015-04-07sd tiled rendering: support turning an editeng selection into a table oneMiklos Vajna1-10/+7
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann9-12/+12
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann9-12/+12
2015-04-02We can no longer import those formatsKatarina Behrens1-24/+0
2015-04-02loplugin:staticmethodsNoel Grandin5-5/+5
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-7/+7
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann10-86/+86
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur1-8/+11
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann6-9/+9
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna1-0/+7
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna2-0/+25
2015-03-30SdXImpressDocument: implement setGraphicSelection()Miklos Vajna4-0/+45
2015-03-30sd tiled rendering: increase hit testing toleranceMiklos Vajna2-0/+9
2015-03-30SdXImpressDocument: implement setTextSelection()Miklos Vajna4-0/+43
2015-03-28Missing constStephan Bergmann1-1/+1
2015-03-28loplugin:cstylecastStephan Bergmann1-4/+4
2015-03-28Blind fix for non-standard send(2) signature on WindowsStephan Bergmann1-1/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann13-95/+95
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-1/+1
2015-03-26vexing parseCaolán McNamara1-1/+1