summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Bin ThumbnailView::ImplGetFirstItem()Julien Nabet2012-08-092-6/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-08-091-5/+7
* Remove unused defines.Rafael Dominguez2012-08-081-5/+0
* Delete currently open remote overlay.Rafael Dominguez2012-08-084-1/+38
* Display delete option when viewing a remote repository.Rafael Dominguez2012-08-081-0/+4
* Make import contextual, appears when you select a folder to import to.Rafael Dominguez2012-08-082-4/+4
* Store template repositories urls and names in user settings.Rafael Dominguez2012-08-081-4/+4
* Set overlay title and id when loading a remote repository.Rafael Dominguez2012-08-081-3/+4
* Insert cached items to overlay instead of displaying current ones.Rafael Dominguez2012-08-081-0/+3
* Update remote repository name.Rafael Dominguez2012-08-082-0/+24
* Scale down template thumbnail subtitle.Rafael Dominguez2012-08-081-2/+5
* Fix conflicting sfx command ids.Rafael Dominguez2012-08-081-3/+2
* Reload view templates when click refresh button.Rafael Dominguez2012-08-088-0/+55
* Set overlay repository id.Rafael Dominguez2012-08-081-0/+1
* reduce ascii noise and useless commentsThomas Arnhold2012-08-084-22/+0
* remove include comments and boxesThomas Arnhold2012-08-0826-66/+3
* remove bogus date informationThomas Arnhold2012-08-072-11/+0
* Remove forwards of non-existing structsThomas Arnhold2012-08-076-6/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-0716-28/+0
* Remove create template menu and associated icons.Rafael Dominguez2012-08-064-140/+0
* Sync template repository list with user-stored settings.Rafael Dominguez2012-08-063-0/+31
* Implement adding new repositories through the toolbar.Rafael Dominguez2012-08-063-0/+25
* kill va_args abuse for SfxItemSetBjoern Michaelsen2012-08-041-1/+1
* Remove unneeded attribute.Rafael Dominguez2012-08-034-7/+2
* Make local overlay fill all the window.Rafael Dominguez2012-08-036-31/+7
* Display all templates in the overlay if we hide the search bar.Rafael Dominguez2012-08-021-0/+4
* Filter overlay templates by a search keyword.Rafael Dominguez2012-08-023-19/+63
* Cache results for remote repositories.Rafael Dominguez2012-08-024-3/+17
* Dont store repository information twice.Rafael Dominguez2012-08-022-7/+8
* strip down UniString some moreCaolán McNamara2012-08-022-6/+6
* Remove unused code: those classes are unusedThomas Arnhold2012-08-012-26/+0
* After closing a remote repository overlay display local view.Rafael Dominguez2012-07-311-1/+5
* Display repository list in a popup menu instead of a thumbnail view.Rafael Dominguez2012-07-316-41/+120
* Avoid dividing by 0.Rafael Dominguez2012-07-311-0/+3
* remove DECLARE_LISTCaolán McNamara2012-07-311-2/+4
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-304-4/+0
* ...or rather, renamed #includeStephan Bergmann2012-07-301-1/+0
* Missing #includeStephan Bergmann2012-07-301-0/+1
* Typo ressource -> resourceStephan Bergmann2012-07-301-2/+2
* Filter online view templates depending on their type.Rafael Dominguez2012-07-297-60/+73
* Display overlay name for online view.Rafael Dominguez2012-07-291-0/+1
* Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez2012-07-298-60/+60
* Show/Hide template delete action depending on the view.Rafael Dominguez2012-07-291-0/+6
* Dont use a hardcode thumbnail maximum size use the define one instead.Rafael Dominguez2012-07-291-1/+3
* Fix setting corret id for an imported template.Rafael Dominguez2012-07-291-1/+1
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-303-4/+0
* Fix WaE, unused parameter.Rafael Dominguez2012-07-293-5/+4
* Import templates from a remote repository.Rafael Dominguez2012-07-294-0/+81
* Track overlay item state for online view.Rafael Dominguez2012-07-291-0/+1
* Move setting overlay item state handler to TemplateAbstractView.Rafael Dominguez2012-07-295-13/+14