summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index dbaef0e7dc32..5ece422136c9 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -148,6 +148,12 @@ public:
//calls Ok without closing dialog
bool Apply();
void Applied() { m_xExampleSet->Put(*GetInputSetImpl()); }
+
+ //screenshotting
+ std::vector<OString> getAllPageUIXMLDescriptions() const;
+ bool selectPageByUIXMLDescription(const OString& rUIXMLDescription);
+ BitmapEx createScreenshot() const;
+ OString GetScreenshotId() const;
};
enum class DeactivateRC {