summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* 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
* PRECOMPILED_HEADERS not definedMatúš Kukan2012-07-161-13/+2
* 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-152-1/+9
* Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez2012-07-154-3/+24
* Move some methods to TemplateAbstractView.Rafael Dominguez2012-07-154-44/+46
* Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez2012-07-156-13/+15
* Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez2012-07-154-8/+4
* Refactor setting TemplateView name through regionId.Rafael Dominguez2012-07-153-21/+23
* Inherit from TemplateAbstractClass instead of ThumbnailView.Rafael Dominguez2012-07-154-6/+6
* Create abstract class for template repositories.Rafael Dominguez2012-07-154-0/+56
* Fill overlay template list when opening an online repository.Rafael Dominguez2012-07-152-0/+124
* Set online overlay dimensions the same as parent and set bg as white.Rafael Dominguez2012-07-152-2/+7
* Create overlay for online templates.Rafael Dominguez2012-07-152-1/+28
* Store item url in TemplateOnlineViewItem.Rafael Dominguez2012-07-152-0/+9
* 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-156-0/+104
* Switch main view between local/online repository.Rafael Dominguez2012-07-152-0/+36
* 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-154-0/+50
* Remove unused HIDsThomas Arnhold2012-07-143-32/+0
* Revert "Some cppcheck cleaning"Bjoern Michaelsen2012-07-142-3/+3
* simplify include guardsThomas Arnhold2012-07-142-2/+2
* 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
* java: printStackTrace always to stderrThomas Arnhold2012-07-132-2/+2
* 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-122-2/+2
* hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrcThomas Arnhold2012-07-122-153/+0
* Draw thumbnail subtitle.Rafael Dominguez2012-07-112-0/+107
* Ignore case when searching for a template.Rafael Dominguez2012-07-111-1/+1
* Set SearchViewItem subtitle folder name.Rafael Dominguez2012-07-113-4/+7
* Add subtitle attribute to TemplateViewItem.Rafael Dominguez2012-07-111-0/+5
* Rename ThumbnailViewItem maText attribute to maTitle.Rafael Dominguez2012-07-119-15/+15
* Decrease header files dependenciesMatteo Casalin2012-07-112-2/+1
* warning C4018: singed/unsigned mismatchMichael Stahl2012-07-111-1/+1
* solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer2012-07-101-1/+1
* fdo#35663: enable UndoManager test, but disable failing Calc testMichael Stahl2012-07-092-1/+2
* re-disable UndoManager testMichael Meeks2012-07-091-1/+0
* some UniString->rtl::OUStringCaolán McNamara2012-07-099-36/+35
* Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez2012-07-085-7/+7
* Add an option in toolbar to delete folders when you select them.Rafael Dominguez2012-07-086-0/+45
* 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-084-9/+16