|
STORE_DLLPUBLIC storeError | store_acquireHandle (storeHandle Handle) SAL_THROW_EXTERN_C() |
| Acquire a Handle. More...
|
|
STORE_DLLPUBLIC storeError | store_releaseHandle (storeHandle Handle) SAL_THROW_EXTERN_C() |
| Release a Handle. More...
|
|
STORE_DLLPUBLIC storeError | store_createMemoryFile (sal_uInt16 nPageSize, storeFileHandle *phFile) SAL_THROW_EXTERN_C() |
| Open a temporary file in memory. More...
|
|
STORE_DLLPUBLIC storeError | store_openFile (rtl_uString *pFilename, storeAccessMode eAccessMode, sal_uInt16 nPageSize, storeFileHandle *phFile) SAL_THROW_EXTERN_C() |
| Open a file. More...
|
|
STORE_DLLPUBLIC storeError | store_closeFile (storeFileHandle hFile) SAL_THROW_EXTERN_C() |
| Close a file. More...
|
|
STORE_DLLPUBLIC storeError | store_flushFile (storeFileHandle hFile) SAL_THROW_EXTERN_C() |
| Flush a file. More...
|
|
STORE_DLLPUBLIC storeError | store_getFileRefererCount (storeFileHandle hFile, sal_uInt32 *pnRefCount) SAL_THROW_EXTERN_C() |
| Get the number of referers to a file. More...
|
|
STORE_DLLPUBLIC storeError | store_getFileSize (storeFileHandle hFile, sal_uInt32 *pnSize) SAL_THROW_EXTERN_C() |
| Get the size of a file. More...
|
|
STORE_DLLPUBLIC storeError | store_rebuildFile (rtl_uString *pSrcFilename, rtl_uString *pDstFilename) SAL_THROW_EXTERN_C() |
| Recover and Compact a file into another file. More...
|
|
STORE_DLLPUBLIC storeError | store_openDirectory (storeFileHandle hFile, rtl_uString *pPath, rtl_uString *pName, storeAccessMode eAccessMode, storeDirectoryHandle *phDirectory) SAL_THROW_EXTERN_C() |
| Open a directory. More...
|
|
STORE_DLLPUBLIC storeError | store_closeDirectory (storeDirectoryHandle hDirectory) SAL_THROW_EXTERN_C() |
| Close a directory. More...
|
|
STORE_DLLPUBLIC storeError | store_findFirst (storeDirectoryHandle hDirectory, storeFindData *pFindData) SAL_THROW_EXTERN_C() |
| Find first directory entry. More...
|
|
STORE_DLLPUBLIC storeError | store_findNext (storeDirectoryHandle hDirectory, storeFindData *pFindData) SAL_THROW_EXTERN_C() |
| Find next directory entry. More...
|
|
STORE_DLLPUBLIC storeError | store_openStream (storeFileHandle hFile, rtl_uString *pPath, rtl_uString *pName, storeAccessMode eMode, storeStreamHandle *phStrm) SAL_THROW_EXTERN_C() |
| Open a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_closeStream (storeStreamHandle hStrm) SAL_THROW_EXTERN_C() |
| Close a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_readStream (storeStreamHandle hStrm, sal_uInt32 nOffset, void *pBuffer, sal_uInt32 nBytes, sal_uInt32 *pnDone) SAL_THROW_EXTERN_C() |
| Read from a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_writeStream (storeStreamHandle hStrm, sal_uInt32 nOffset, const void *pBuffer, sal_uInt32 nBytes, sal_uInt32 *pnDone) SAL_THROW_EXTERN_C() |
| Write to a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_flushStream (storeStreamHandle hStrm) SAL_THROW_EXTERN_C() |
| Flush a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_getStreamSize (storeStreamHandle hStrm, sal_uInt32 *pnSize) SAL_THROW_EXTERN_C() |
| Get the size of a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_setStreamSize (storeStreamHandle hStrm, sal_uInt32 nSize) SAL_THROW_EXTERN_C() |
| Set the size of a stream. More...
|
|
STORE_DLLPUBLIC storeError | store_attrib (storeFileHandle hFile, rtl_uString *pPath, rtl_uString *pName, sal_uInt32 nMask1, sal_uInt32 nMask2, sal_uInt32 *pnAttrib) SAL_THROW_EXTERN_C() |
| Set attributes of a file entry. More...
|
|
STORE_DLLPUBLIC storeError | store_link (storeFileHandle hFile, rtl_uString *pSrcPath, rtl_uString *pSrcName, rtl_uString *pDstPath, rtl_uString *pDstName) SAL_THROW_EXTERN_C() |
| Insert a file entry as 'hard link' to another file entry. More...
|
|
STORE_DLLPUBLIC storeError | store_symlink (storeFileHandle hFile, rtl_uString *pSrcPath, rtl_uString *pSrcName, rtl_uString *pDstPath, rtl_uString *pDstName) SAL_THROW_EXTERN_C() |
| Insert a file entry as 'symbolic link' to another file entry. More...
|
|
STORE_DLLPUBLIC storeError | store_rename (storeFileHandle hFile, rtl_uString *pSrcPath, rtl_uString *pSrcName, rtl_uString *pDstPath, rtl_uString *pDstName) SAL_THROW_EXTERN_C() |
| Rename a file entry. More...
|
|
STORE_DLLPUBLIC storeError | store_remove (storeFileHandle hFile, rtl_uString *pPath, rtl_uString *pName) SAL_THROW_EXTERN_C() |
| Remove a file entry. More...
|
|