summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialogClientBox.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-08-18cppcheck: passedByValueCaolán McNamara1-3/+3
2016-05-26loplugin:unusedreturntypesNoel Grandin1-3/+1
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-5/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-5/+5
2015-09-17boost->stdCaolán McNamara1-5/+5
2015-09-04convert Link<> to typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-16refactor ClientBox to use RenderContextTomaž Vajngerl1-43/+41
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-1/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-20sd: convert new to ::Create.Noel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sdNoel Grandin1-39/+49
2015-03-23loplugin:constantfunction: sdNoel Grandin1-8/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-11/+11
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-07-10Align the pin-box description better.Andrzej Hunt1-0/+3
2014-06-30More -WaE: nested template problems.Andrzej Hunt1-3/+3
2014-06-30-WaE: variable bNewEntryInserted set but not used.Andrzej Hunt1-4/+0
2014-06-30Impress Remote Dialog: avoid flickering when device selected.Andrzej Hunt1-51/+60
2014-06-30Remote Dialog: give focus to pin entry when item selected.Andrzej Hunt1-0/+8
2014-06-30Remote Dialog: make sure pin box is empty.Andrzej Hunt1-1/+3
2014-06-30Make sure pin box and deauth button hidden when no items selected.Andrzej Hunt1-8/+8
2014-06-30Kill some unused/commented code.Andrzej Hunt1-51/+0
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt1-5/+87
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-31/+0
2014-04-14typo: gard -> guardThomas Arnhold1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-26Remove visual noise from sdAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-27/+27
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2013-11-15convert impress remote dialog to .uiCaolán McNamara1-30/+43