summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Remove unused code: those classes are unusedThomas Arnhold2-26/+0
2012-07-31After closing a remote repository overlay display local view.Rafael Dominguez1-1/+5
2012-07-31Display repository list in a popup menu instead of a thumbnail view.Rafael Dominguez6-41/+120
2012-07-31Avoid dividing by 0.Rafael Dominguez1-0/+3
2012-07-31remove DECLARE_LISTCaolán McNamara1-2/+4
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara4-4/+0
2012-07-30...or rather, renamed #includeStephan Bergmann1-1/+0
2012-07-30Missing #includeStephan Bergmann1-0/+1
2012-07-30Typo ressource -> resourceStephan Bergmann1-2/+2
2012-07-29Filter online view templates depending on their type.Rafael Dominguez7-60/+73
2012-07-29Display overlay name for online view.Rafael Dominguez1-0/+1
2012-07-29Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez8-60/+60
2012-07-29Show/Hide template delete action depending on the view.Rafael Dominguez1-0/+6
2012-07-29Dont use a hardcode thumbnail maximum size use the define one instead.Rafael Dominguez1-1/+3
2012-07-29Fix setting corret id for an imported template.Rafael Dominguez1-1/+1
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen3-4/+0
2012-07-29Fix WaE, unused parameter.Rafael Dominguez3-5/+4
2012-07-29Import templates from a remote repository.Rafael Dominguez4-0/+81
2012-07-29Track overlay item state for online view.Rafael Dominguez1-0/+1
2012-07-29Move setting overlay item state handler to TemplateAbstractView.Rafael Dominguez5-13/+14
2012-07-29Fetch thumbnails for templates in a remote repository.Rafael Dominguez1-0/+10
2012-07-29Move fetching thumbnail functions to TemplateAbstractView.Rafael Dominguez3-129/+142
2012-07-29Open remote templates when double clicking in the thumbnail.Rafael Dominguez1-0/+1
2012-07-29Fetch only documents.Rafael Dominguez1-10/+7
2012-07-29Close dialog after opening a template to edit it.Rafael Dominguez1-0/+2
2012-07-29Hide folder actions is all selected folders were deleted.Rafael Dominguez1-0/+6
2012-07-29Erase templates selected in the search view.Rafael Dominguez1-6/+36
2012-07-29Add template region source as an argument to removeTemplate method.Rafael Dominguez3-6/+5
2012-07-29Add a method to return overlay current region id.Rafael Dominguez2-0/+7
2012-07-29Update search view after moving templates from the results.Rafael Dominguez1-0/+6
2012-07-29Add a method to deselect all currently selected items in the view.Rafael Dominguez2-0/+24
2012-07-29Move/Copy selected templates in the search view to target region.Rafael Dominguez1-2/+10
2012-07-29Implement moveTemplate function for a single template.Rafael Dominguez2-0/+89
2012-07-29Move TemplateSearchViewItem to its own header.Rafael Dominguez2-14/+31
2012-07-29Return correct new region id.Rafael Dominguez1-1/+1
2012-07-29Do different action when moving templates depending on the active view.Rafael Dominguez2-32/+91
2012-07-29Set SearchView item state handle.Rafael Dominguez1-0/+2
2012-07-29Display all available folders when all button is clicked.Rafael Dominguez1-1/+1
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-2/+2
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-1/+1
2012-07-27fix indentationMarkus Mohrhard1-1/+1
2012-07-26Pass by const reference.Kohei Yoshida2-2/+2
2012-07-26callcatcher: update used code post-stlificationCaolán McNamara2-36/+2
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida4-65/+0
2012-07-25file version is no longer used in SfxMedium.Kohei Yoshida1-4/+0
2012-07-25Another unused flag.Kohei Yoshida1-2/+0
2012-07-25This flag is set but never used. Removing.Kohei Yoshida1-3/+0
2012-07-25The impl class is never null. No point checking for it.Kohei Yoshida1-3/+1
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida3-24/+0
2012-07-25Remove unused parameter.Kohei Yoshida2-2/+2