summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Merge correctionsAshod Nakashian1-3/+3
2016-02-06Fix typosAndrea Gelmini1-2/+2
2015-10-18RemoteFilesDialogSzymon Kłos1-2/+3
2015-10-17tdf#57370 : 'Places' in the LibreOffice file dialog is inaccessibleSzymon Kłos1-3/+96
2015-05-10-Werror=shadowStephan Bergmann1-2/+2
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-5/+5
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-103/+103
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-13/+8
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-9/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-28/+59
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann1-3/+3
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks1-6/+6
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-5/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+34
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-13/+13
2015-04-09vcl: VclPtr conversion in fpickerNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-14/+14
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-14/+14
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: variousNoel Grandin1-27/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: fpickerStephan Bergmann1-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#83371 : cannot navigate to list Files in LibreOffice dialogsSzymon Kłos1-0/+6
2014-12-29fdo#85182 : default focus on folder rather than filenameSzymon Kłos1-0/+1
2014-12-18fpicker: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+5
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-12fpicker: sal_Bool -> boolStephan Bergmann1-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-4/+4
2014-07-22callcatcher: update unused codeCaolán McNamara1-9/+0
2014-06-30Dead codeStephan Bergmann1-63/+0
2014-06-30-Werror,-Wunused-macrosStephan Bergmann1-2/+0
2014-06-30tweak helpids nowCaolán McNamara1-1/+2
2014-06-30rework resize into a custom widgetCaolán McNamara1-65/+64