Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
NO | NO | NO | NO |
Methods |
|
OStoreFile( void ) throw( ); |
Construction. |
~OStoreFile( void ) throw( ); |
Destruction. |
OStoreFile( const OStoreFile & rhs ) throw( ); |
Copy construction. |
OStoreFile & operator=( const OStoreFile & rhs ) throw( ); |
Assignment. |
explicit OStoreFile( storeFileHandle Handle ) throw( ); |
Construction from File Handle. |
operator storeFileHandle( void ) const throw( ); |
Conversion into File Handle. |
bool isValid( void ) const throw( ); |
Check for a valid File Handle. |
storeError create( const rtl::OUString & rFilename, storeAccessMode eAccessMode, sal_uInt16 nPageSize = STORE_DEFAULT_PAGESIZE ) throw( ); |
Open the file. |
storeError createInMemory( sal_uInt16 nPageSize = STORE_DEFAULT_PAGESIZE ) throw( ); |
Open the temporary file in memory. |
void close( void ) throw( ); |
Close the file. |
storeError flush( void ) const throw( ); |
Flush the file. |
storeError getRefererCount( sal_uInt32 & rnRefCount ) const throw( ); |
Get the number of referers to the file. |
storeError getSize( sal_uInt32 & rnSize ) const throw( ); |
Get the file size. |
storeError attrib( const rtl::OUString & rPath, const rtl::OUString & rName, sal_uInt32 nMask1, sal_uInt32 nMask2, sal_uInt32 & rnAttrib ) throw( ); |
Set attributes of a file entry. |
storeError attrib( const rtl::OUString & rPath, const rtl::OUString & rName, sal_uInt32 nMask1, sal_uInt32 nMask2 ) throw( ); |
Set attributes of a file entry. |
storeError link( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
Insert a file entry as 'hard link' to another file entry. |
storeError symlink( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
Insert a file entry as 'symbolic link' to another file entry. |
storeError rename( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
Rename a file entry. |
storeError remove( const rtl::OUString & rPath, const rtl::OUString & rName ) throw( ); |
Remove a file entry. |
Data |
|
storeFileHandle m_hImpl; | Representation. |
Copyright © 2000, 2015 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.