summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vectorNoel Grandin3-22/+18
2012-07-17removed unused forward declarations of classTakeshi Abe1-2/+0
2012-07-17Fix MinGW build.Jan Holesovsky1-1/+1
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar1-4/+3
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-16PRECOMPILED_HEADERS not definedMatúš Kukan1-13/+2
2012-07-15Possible inefficient checking for <var> emptinessJulien Nabet1-2/+2
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-07-15Keep track of the current view and close it when we click close icon.Rafael Dominguez2-1/+9
2012-07-15Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez4-3/+24
2012-07-15Move some methods to TemplateAbstractView.Rafael Dominguez4-44/+46
2012-07-15Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez6-13/+15
2012-07-15Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez4-8/+4
2012-07-15Refactor setting TemplateView name through regionId.Rafael Dominguez3-21/+23
2012-07-15Inherit from TemplateAbstractClass instead of ThumbnailView.Rafael Dominguez4-6/+6
2012-07-15Create abstract class for template repositories.Rafael Dominguez4-0/+56
2012-07-15Fill overlay template list when opening an online repository.Rafael Dominguez2-0/+124
2012-07-15Set online overlay dimensions the same as parent and set bg as white.Rafael Dominguez2-2/+7
2012-07-15Create overlay for online templates.Rafael Dominguez2-1/+28
2012-07-15Store item url in TemplateOnlineViewItem.Rafael Dominguez2-0/+9
2012-07-15Load user saved repositories when loading dialog.Rafael Dominguez1-0/+2
2012-07-15Set online view position, dimensions and item details.Rafael Dominguez1-0/+8
2012-07-15Load repositories URLs and names from user settings.Rafael Dominguez6-0/+104
2012-07-15Switch main view between local/online repository.Rafael Dominguez2-0/+36
2012-07-15Create toolbox buttons to display local/online templates.Rafael Dominguez2-0/+14
2012-07-15Create a class to display online templates thumbnails.Rafael Dominguez4-0/+50
2012-07-14Remove unused HIDsThomas Arnhold3-32/+0
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen2-3/+3
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-6/+0
2012-07-13Remove unused #includesStephan Bergmann2-2/+0
2012-07-13change Exit menu entry to Exit %PRODUCTNAME fdo#51944Laurent Godard1-1/+1
2012-07-13java: printStackTrace always to stderrThomas Arnhold2-2/+2
2012-07-13hrc cleanup: Remove unused Strings in sfx2Thomas Arnhold8-69/+0
2012-07-12warning C4305: truncation from 'double' to 'float'Michael Stahl1-2/+2
2012-07-12warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl2-2/+2
2012-07-12hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrcThomas Arnhold2-153/+0
2012-07-11Draw thumbnail subtitle.Rafael Dominguez2-0/+107
2012-07-11Ignore case when searching for a template.Rafael Dominguez1-1/+1
2012-07-11Set SearchViewItem subtitle folder name.Rafael Dominguez3-4/+7
2012-07-11Add subtitle attribute to TemplateViewItem.Rafael Dominguez1-0/+5
2012-07-11Rename ThumbnailViewItem maText attribute to maTitle.Rafael Dominguez9-15/+15
2012-07-11Decrease header files dependenciesMatteo Casalin2-2/+1
2012-07-11warning C4018: singed/unsigned mismatchMichael Stahl1-1/+1
2012-07-10solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer1-1/+1
2012-07-09fdo#35663: enable UndoManager test, but disable failing Calc testMichael Stahl2-1/+2
2012-07-09re-disable UndoManager testMichael Meeks1-1/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara9-36/+35
2012-07-08Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez5-7/+7
2012-07-08Add an option in toolbar to delete folders when you select them.Rafael Dominguez6-0/+45