summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-07-29 21:28:31 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-07-29 21:29:31 -0430
commit6c0d0bc410b4c5b4c2c559bbe2247d4bbea610c0 (patch)
treebcd0587853f7d1a5dfe39e99e6608a844c6493aa /sfx2/inc
parenta2a041a0a1b1d00229c25e16d07e39b0e32bec86 (diff)
Import templates from a remote repository.
Change-Id: I2a3420903b546cc6ead8dcdc6196b31fc2c1a24a
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templatefolderview.hxx3
-rw-r--r--sfx2/inc/templatedlg.hxx2
2 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templatefolderview.hxx b/sfx2/inc/sfx2/templatefolderview.hxx
index f6cb683af30f..cc7f957d2d72 100644
--- a/sfx2/inc/sfx2/templatefolderview.hxx
+++ b/sfx2/inc/sfx2/templatefolderview.hxx
@@ -58,6 +58,9 @@ public:
bool moveTemplates (std::set<const ThumbnailViewItem*> &rItems, const sal_uInt16 nTargetItem, bool bCopy);
+ void copyFrom (const sal_uInt16 nRegionItemId, const OUString &rName,
+ const BitmapEx &rThumbnail, const OUString &rPath);
+
void copyFrom (TemplateFolderViewItem *pItem, const rtl::OUString &rPath);
private:
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 607d39421091..bffc83b09ece 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -89,6 +89,8 @@ private:
void localMoveTo (sal_uInt16 nMenuId);
+ void remoteMoveTo (const sal_uInt16 nMenuId);
+
/**
*
* Move search result templates stored in the filesystem to another folder.