summaryrefslogtreecommitdiffstats
path: root/sfx2/source/doc
Commit message (Expand)AuthorAgeFilesLines
* 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-021-19/+33
* Cache results for remote repositories.Rafael Dominguez2012-08-021-1/+1
* 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-313-22/+78
* Typo ressource -> resourceStephan Bergmann2012-07-301-2/+2
* Filter online view templates depending on their type.Rafael Dominguez2012-07-291-5/+5
* Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez2012-07-291-4/+4
* Show/Hide template delete action depending on the view.Rafael Dominguez2012-07-291-0/+6
* Fix WaE, unused parameter.Rafael Dominguez2012-07-291-1/+1
* Import templates from a remote repository.Rafael Dominguez2012-07-291-0/+38
* Track overlay item state for online view.Rafael Dominguez2012-07-291-0/+1
* Move setting overlay item state handler to TemplateAbstractView.Rafael Dominguez2012-07-291-1/+1
* Open remote templates when double clicking in the thumbnail.Rafael Dominguez2012-07-291-0/+1
* Close dialog after opening a template to edit it.Rafael Dominguez2012-07-291-0/+2
* Hide folder actions is all selected folders were deleted.Rafael Dominguez2012-07-291-0/+6
* Erase templates selected in the search view.Rafael Dominguez2012-07-291-6/+36
* Add template region source as an argument to removeTemplate method.Rafael Dominguez2012-07-291-1/+1
* Update search view after moving templates from the results.Rafael Dominguez2012-07-291-0/+6
* Move/Copy selected templates in the search view to target region.Rafael Dominguez2012-07-291-2/+10
* Do different action when moving templates depending on the active view.Rafael Dominguez2012-07-291-32/+75
* Set SearchView item state handle.Rafael Dominguez2012-07-291-0/+2
* fix indentationMarkus Mohrhard2012-07-271-1/+1
* Pass by const reference.Kohei Yoshida2012-07-261-1/+1
* callcatcher: update used code post-stlificationCaolán McNamara2012-07-261-28/+1
* aDataAvailableLink in SfxMedium was never called.Kohei Yoshida2012-07-251-9/+0
* file version is no longer used in SfxMedium.Kohei Yoshida2012-07-251-4/+0
* Another unused flag.Kohei Yoshida2012-07-251-2/+0
* This flag is set but never used. Removing.Kohei Yoshida2012-07-251-3/+0
* The impl class is never null. No point checking for it.Kohei Yoshida2012-07-251-3/+1
* Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida2012-07-252-23/+0
* Fix the dbgutil build.Kohei Yoshida2012-07-251-1/+1
* Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida2012-07-253-27/+0
* Nobody uses this guy.Kohei Yoshida2012-07-251-1/+0
* Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida2012-07-251-25/+25
* Calling delete on NULL pointer is no-op; no need to check it.Kohei Yoshida2012-07-251-4/+1
* Move pURLObj to Impl.Kohei Yoshida2012-07-251-14/+11
* And pInStream too.Kohei Yoshida2012-07-251-44/+41
* Move pOutStream to Impl.Kohei Yoshida2012-07-251-24/+21
* Move m_xInputStreamToLoadFrom to Impl.Kohei Yoshida2012-07-251-3/+4
* Move pFilter to Impl.Kohei Yoshida2012-07-251-14/+17
* Move pSet to Impl.Kohei Yoshida2012-07-251-49/+47
* Move error code and long name to Impl.Kohei Yoshida2012-07-251-44/+55
* Move aLogicName into Impl.Kohei Yoshida2012-07-251-29/+32
* More members to move to Impl.Kohei Yoshida2012-07-251-32/+34
* Move bInputStreamIsReadOnly flag to Impl & properly initialize it.Kohei Yoshida2012-07-251-2/+9
* Move bRemote to Impl. BTW this never was properly initialized.Kohei Yoshida2012-07-251-5/+8
* Moved bTriedStorage to Impl.Kohei Yoshida2012-07-251-12/+9
* Removing unused flag.Kohei Yoshida2012-07-251-4/+0
* Moved bSetFilter to Impl. BTW this flag is probably not used at all.Kohei Yoshida2012-07-251-6/+3