summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/fileview.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:passstuffbyref in svtoolsNoel Grandin2016-04-131-1/+1
* lp#1569589: a more honest attempt at disposing SvtFileView_ImplBjoern Michaelsen2016-04-121-0/+2
* loplugin:constantparamNoel Grandin2016-03-151-4/+4
* loplugin:vclwidgetsStephan Bergmann2016-03-091-1/+1
* icon view for RemoteFilesDialogSzymon Kłos2016-03-091-16/+83
* loplugin:constantparam in svtoolsNoel Grandin2016-03-091-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-21/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-16/+16
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* yyyyyNoel Grandin2015-11-041-9/+3
* com::sun::star->css in svtoolsNoel Grandin2015-10-301-8/+8
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-11/+11
* loplugin:mergeclassesNoel Grandin2015-10-061-29/+15
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-10/+0
* Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2015-09-281-4/+4
* boost->stdCaolán McNamara2015-09-161-2/+2
* convert Link<> to typedNoel Grandin2015-09-151-2/+2
* convert Link<> to typedNoel Grandin2015-09-151-5/+5
* convert Link<> to typedNoel Grandin2015-09-111-1/+1
* convert Link<> to typedNoel Grandin2015-09-081-4/+5
* convert Link<> to typedNoel Grandin2015-08-311-5/+2
* Date modified column - no secondsSzymon Kłos2015-08-291-1/+1
* RemoteFilesDialog: file name autocompletionSzymon Kłos2015-08-291-7/+4
* don't show type column in the RemoteFilesDialogSzymon Kłos2015-08-291-2/+8
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-4/+4
* reuse data from SvtFileView in the FolderTreeSzymon Kłos2015-08-141-0/+15
* loplugin: defaultparamsNoel Grandin2015-08-111-3/+3
* svtools: convert boost::ptr_set to std::unordered_mapMichael Stahl2015-08-071-99/+16
* coverity#1312087 Resource leakCaolán McNamara2015-07-211-23/+23
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-3/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin2015-05-261-13/+9
* svtools: simplify code by replacing std::find_if with std::any_ofTakeshi Abe2015-05-211-9/+2
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-5/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-3/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-111-2/+2
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+2
* Gradually typed LinkStephan Bergmann2015-04-301-12/+12
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-17/+37
|\
| * svtools: convert new to ::Create.Noel Grandin2015-04-171-2/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-101-5/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-4/+15