summaryrefslogtreecommitdiff
path: root/include/comphelper/backupfilehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/backupfilehelper.hxx')
-rw-r--r--include/comphelper/backupfilehelper.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx
index 7cb20231927b..503bfc672549 100644
--- a/include/comphelper/backupfilehelper.hxx
+++ b/include/comphelper/backupfilehelper.hxx
@@ -144,8 +144,14 @@ namespace comphelper
private:
// internal helper methods
bool splitBaseURL();
- bool baseFileExists();
- rtl::OUString getName();
+ const rtl::OUString getPackDirName() const;
+ const rtl::OUString getPackFileName(const rtl::OUString& rFileName) const;
+ bool tryPush_basefile(bool bCompress);
+ bool tryPush_extensionInfo(bool bCompress);
+ bool isPopPossible_basefile();
+ bool isPopPossible_extensionInfo();
+ bool tryPop_basefile();
+ bool tryPop_extensionInfo();
};
}