summaryrefslogtreecommitdiff
path: root/fpicker/source/office
AgeCommit message (Expand)Author
2016-03-14inline some use-once macrosNoel Grandin
2016-03-09icon view for RemoteFilesDialogSzymon Kłos
2016-03-09loplugin:constantparam in svtoolsNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken
2016-01-21loplugin: unused return valuesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-08Related tdf#96833: display WebDAV path in remote files dialogGiuseppe Castagno
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-12-23loplugin:unusedfields in fpickerNoel Grandin
2015-11-28-Werror,-Wunused-functionStephan Bergmann
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-21more removal of com::sun::star typedefsNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-14convert Link<> to typedNoel Grandin
2015-10-14com::sun::star->css in fpicker/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-06tdf#94811: Crash in Open Remote File dialog fixedOliver Specht
2015-10-05Remember password after setting new serviceSzymon Kłos
2015-10-05Focus for file list after opening folderSzymon Kłos
2015-10-05Focus for file name field after using it to open folderSzymon Kłos
2015-10-02tdf#57370 : Open place after pressing 'Enter'Szymon Kłos
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-16remove unused Link<> fieldsNoel Grandin
2015-09-15convert Link<> to typedNoel Grandin
2015-09-15convert Link<> to typedNoel Grandin
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet
2015-09-13Simplify SvtFileDialog::appendDefaultExtensionMatteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-11tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>Matthew Nicholls