summaryrefslogtreecommitdiffstats
path: root/sfx2/source
Commit message (Expand)AuthorAgeFilesLines
* Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vectorNoel Grandin2012-07-172-17/+15
* removed unused forward declarations of classTakeshi Abe2012-07-171-2/+0
* Fix MinGW build.Jan Holesovsky2012-07-171-1/+1
* fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar2012-07-161-4/+3
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-1/+1
* Possible inefficient checking for <var> emptinessJulien Nabet2012-07-151-2/+2
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-07-151-1/+1
* Keep track of the current view and close it when we click close icon.Rafael Dominguez2012-07-151-1/+7
* Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez2012-07-151-0/+14
* Move some methods to TemplateAbstractView.Rafael Dominguez2012-07-152-32/+32
* Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez2012-07-153-8/+9
* Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez2012-07-153-5/+3
* Refactor setting TemplateView name through regionId.Rafael Dominguez2012-07-152-16/+16
* Inherit from TemplateAbstractClass instead of ThumbnailView.Rafael Dominguez2012-07-152-2/+2
* Create abstract class for template repositories.Rafael Dominguez2012-07-151-0/+26
* Fill overlay template list when opening an online repository.Rafael Dominguez2012-07-151-0/+122
* Set online overlay dimensions the same as parent and set bg as white.Rafael Dominguez2012-07-151-1/+7
* Create overlay for online templates.Rafael Dominguez2012-07-151-1/+18
* Store item url in TemplateOnlineViewItem.Rafael Dominguez2012-07-151-0/+1
* Load user saved repositories when loading dialog.Rafael Dominguez2012-07-151-0/+2
* Set online view position, dimensions and item details.Rafael Dominguez2012-07-151-0/+8
* Load repositories URLs and names from user settings.Rafael Dominguez2012-07-152-0/+65
* Switch main view between local/online repository.Rafael Dominguez2012-07-151-0/+31
* Create toolbox buttons to display local/online templates.Rafael Dominguez2012-07-152-0/+14
* Create a class to display online templates thumbnails.Rafael Dominguez2012-07-151-0/+21
* Remove unused HIDsThomas Arnhold2012-07-141-4/+0
* Revert "Some cppcheck cleaning"Bjoern Michaelsen2012-07-142-3/+3
* simplify include guardsThomas Arnhold2012-07-141-1/+1
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-6/+0
* Remove unused #includesStephan Bergmann2012-07-132-2/+0
* change Exit menu entry to Exit %PRODUCTNAME fdo#51944Laurent Godard2012-07-131-1/+1
* hrc cleanup: Remove unused Strings in sfx2Thomas Arnhold2012-07-138-69/+0
* warning C4305: truncation from 'double' to 'float'Michael Stahl2012-07-121-2/+2
* warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl2012-07-121-1/+1
* hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrcThomas Arnhold2012-07-122-153/+0
* Draw thumbnail subtitle.Rafael Dominguez2012-07-111-0/+101
* Ignore case when searching for a template.Rafael Dominguez2012-07-111-1/+1
* Set SearchViewItem subtitle folder name.Rafael Dominguez2012-07-113-4/+7
* Rename ThumbnailViewItem maText attribute to maTitle.Rafael Dominguez2012-07-118-14/+14
* Decrease header files dependenciesMatteo Casalin2012-07-112-2/+1
* warning C4018: singed/unsigned mismatchMichael Stahl2012-07-111-1/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-099-36/+35
* Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez2012-07-084-6/+6
* Add an option in toolbar to delete folders when you select them.Rafael Dominguez2012-07-084-0/+42
* Remove "No folder" option from move menu.Rafael Dominguez2012-07-083-19/+0
* Hide template toolbar when we close overlay and templates are selected.Rafael Dominguez2012-07-081-1/+10
* Handle close overlay action in template dialog instead of folder view.Rafael Dominguez2012-07-082-7/+13
* Fix not displaying thumbnail text after opening a template.Rafael Dominguez2012-07-081-1/+1
* Center template dialog top buttons.Rafael Dominguez2012-07-082-2/+34
* Hide search view when theres no text to search for.Rafael Dominguez2012-07-081-0/+5