summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Collapse)Author
2012-08-07remove bogus date informationThomas Arnhold
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-06Remove create template menu and associated icons.Rafael Dominguez
Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e
2012-08-06Sync template repository list with user-stored settings.Rafael Dominguez
Change-Id: Ia9927e637fd99a9ae97c45c930b7c5b23409ad41
2012-08-06Implement adding new repositories through the toolbar.Rafael Dominguez
Change-Id: Ic16d48fb6efe3ef38c199fd62ca5c48199530d12
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-08-03Remove unneeded attribute.Rafael Dominguez
Change-Id: I41fcd5e07fa799f483f0c9eb007e8e6d8788eda1
2012-08-03Make local overlay fill all the window.Rafael Dominguez
- Since we dont need to support drag and drop its better to just display the full content of the folder as possible. - Resize overlay when view gets resized. Change-Id: I12909ae14b13dbaf5ec844f94268f8d86a84d91a
2012-08-02Display all templates in the overlay if we hide the search bar.Rafael Dominguez
Change-Id: I4af95a758912e5d4c885f889fd2dedb48472f7b6
2012-08-02Filter overlay templates by a search keyword.Rafael Dominguez
Change-Id: I8bcb193d1400c32b6292fd109422d22dbf8b1eb9
2012-08-02Cache results for remote repositories.Rafael Dominguez
- Only fetch template list when its the first time or when specified. Change-Id: I922e97dfcbf67cebdd66a85bd7ff204896757e52
2012-08-02Dont store repository information twice.Rafael Dominguez
Change-Id: Iaf15cd383abec092932b2b024142d959794f0fdb
2012-08-02strip down UniString some moreCaolán McNamara
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-08-01Remove unused code: those classes are unusedThomas Arnhold
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-07-31After closing a remote repository overlay display local view.Rafael Dominguez
Change-Id: Ic7a2274b36719eeb979218b3dd54f19488f114dc
2012-07-31Display repository list in a popup menu instead of a thumbnail view.Rafael Dominguez
Change-Id: Ib8205631a3c49b3ef4a942fa32a4b08ad9d4cb23
2012-07-31Avoid dividing by 0.Rafael Dominguez
Change-Id: Iab1bd0dbe28403a6063a681f11c282b7f15ce7b6
2012-07-31remove DECLARE_LISTCaolán McNamara
Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30...or rather, renamed #includeStephan Bergmann
Change-Id: I01e330672d2382e9241b836e7c2b38c0a5f5f0da
2012-07-30Missing #includeStephan Bergmann
Change-Id: I722621fac1be2fdcfff6f1b141d417208385f062
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-29Filter online view templates depending on their type.Rafael Dominguez
- Moved ViewFilter_Application to TemplateAbstractView header. - Removed unused attribute in ViewFilter_Application. Change-Id: I569f6a0c7135781256e348b01cb45aad6b7dcee6
2012-07-29Display overlay name for online view.Rafael Dominguez
Change-Id: I52b59074b10abd960b43d5d3326a312e2391b3eb
2012-07-29Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez
Change-Id: I1cc75b9f4279323ca26943f8a2f3d2d0ac1a7edc
2012-07-29Show/Hide template delete action depending on the view.Rafael Dominguez
Change-Id: Ia414e9c2ea8d1944b378e373e77607fad531b45f
2012-07-29Dont use a hardcode thumbnail maximum size use the define one instead.Rafael Dominguez
Change-Id: Ibe8f72463e542563d796bebe6d117097eff6b79a
2012-07-29Fix setting corret id for an imported template.Rafael Dominguez
Change-Id: I7f87901732d50a0bec9138d3feaf795d76a16e2a
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-29Fix WaE, unused parameter.Rafael Dominguez
Change-Id: I00104a446fa23da1ace696d46108bfc943ba04bf
2012-07-29Import templates from a remote repository.Rafael Dominguez
Change-Id: I2a3420903b546cc6ead8dcdc6196b31fc2c1a24a
2012-07-29Track overlay item state for online view.Rafael Dominguez
Change-Id: Iad58a4f6dd7dec034359e4b29b00fa9531a8b7ec
2012-07-29Move setting overlay item state handler to TemplateAbstractView.Rafael Dominguez
- Rename method to a more descriptive name. Change-Id: Ib8fc988209ed6bf1453f3ef6784cae865caf2fe0
2012-07-29Fetch thumbnails for templates in a remote repository.Rafael Dominguez
Change-Id: I1e2cdfcd7a98a798fde22722e8bba0a1ad8b3cd3
2012-07-29Move fetching thumbnail functions to TemplateAbstractView.Rafael Dominguez
- Reallocate lcl_ScaleImg and lcl_fetchThumbnail to be available for other classes to use them. - Mark this functions as static public. Change-Id: Ia64a1bad76d7d47519f50e144daa6ea78dfa0e59
2012-07-29Open remote templates when double clicking in the thumbnail.Rafael Dominguez
Change-Id: I74dfd2b9c117e577e777e8e5defa6f2964d97292
2012-07-29Fetch only documents.Rafael Dominguez
Change-Id: If775f159ba94d364f28c675a9493fd3c19d4a2e9
2012-07-29Close dialog after opening a template to edit it.Rafael Dominguez
Change-Id: I9d2aaddb6aece8db87d82d4a889be8e545303dd3
2012-07-29Hide folder actions is all selected folders were deleted.Rafael Dominguez
Change-Id: Id9056cbed6f2b3a28a8008a58a7b94a70f1916fc
2012-07-29Erase templates selected in the search view.Rafael Dominguez
Change-Id: I3c1035d061ec6c3e7430a1703d6873dc6d2b1d33
2012-07-29Add template region source as an argument to removeTemplate method.Rafael Dominguez
- Update OnTemplateDelete to reflect changes. Change-Id: Idd8f39d490168c5c826b0c917c8e0c3e3b78c694
2012-07-29Add a method to return overlay current region id.Rafael Dominguez
Change-Id: Icdbd01b050af9fc1f0532c20885cbad13605cdcd
2012-07-29Update search view after moving templates from the results.Rafael Dominguez
Change-Id: I894d786b69c52deb5756d4c17881acb25e861207
2012-07-29Add a method to deselect all currently selected items in the view.Rafael Dominguez
Change-Id: I4d05e5b851b028798c75a7767706b5aabb94e4b6
2012-07-29Move/Copy selected templates in the search view to target region.Rafael Dominguez
Change-Id: I94dfc3610925b37ca25e1fe1ea591d9b5abbeae1
2012-07-29Implement moveTemplate function for a single template.Rafael Dominguez
- Copy or move a template from a source region to a target region. Change-Id: I6dc2eedd0b8fdb310d67c63c6c315bf51d03e881
2012-07-29Move TemplateSearchViewItem to its own header.Rafael Dominguez
Change-Id: Ie00b5e81fdae69dea31be2a680b0d37f867b5f4e
2012-07-29Return correct new region id.Rafael Dominguez
Change-Id: Ifbe3a0dd13a286b6e39883ebd9a7e8d79c4602cf
2012-07-29Do different action when moving templates depending on the active view.Rafael Dominguez
Change-Id: I97726bf0d8e26f833fc96274a908e72c6110d86b
2012-07-29Set SearchView item state handle.Rafael Dominguez
Change-Id: I60d8552de9648b0b5f360612fa46b474e8dd9734