summaryrefslogtreecommitdiff
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx43
1 files changed, 0 insertions, 43 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index cdeeea68e2e2..1dfeb048d777 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -79,55 +79,12 @@ public:
OStorePageLink & rLink,
sal_uInt32 & rAttrib);
- /** attrib [nAttrib = ((nAttrib & ~nMask1) | nMask2)].
- * @see store_attrib()
- */
- storeError attrib (
- const OStorePageKey &rKey,
- sal_uInt32 nMask1,
- sal_uInt32 nMask2,
- sal_uInt32 &rAttrib);
-
- /** link (insert Source Key as hardlink to Destination).
- * @see store_link()
- */
- storeError link (
- const OStorePageKey &rSrcKey,
- const OStorePageKey &rDstKey);
-
- /** symlink (insert Source DirectoryPage as symlink to Destination).
- * @see store_symlink()
- */
- storeError symlink (
- const rtl_String *pSrcPath,
- const rtl_String *pSrcName,
- const OStorePageKey &rDstKey);
-
- /** rename.
- * @see store_rename()
- */
- storeError rename (
- const OStorePageKey &rSrcKey,
- const rtl_String *pDstPath,
- const rtl_String *pDstName);
-
/** remove.
* @see store_remove()
*/
storeError remove (
const OStorePageKey &rKey);
- /** rebuild (combines recover and compact from 'Src' to 'Dst').
- * @param pSrcLB [in] accessed readonly.
- * @param pDstLB [in] truncated and accessed readwrite (as initialize()).
- * @return store_E_None upon success.
- *
- * @see store_rebuildFile()
- */
- storeError rebuild (
- ILockBytes *pSrcLB,
- ILockBytes *pDstLB);
-
/** IStoreHandle.
*/
virtual bool isKindOf (sal_uInt32 nTypeId) override;