(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4
 Overview   Namespace   Class   Index   Help 

Methods of Class OStoreDirectory


OStoreDirectory
OStoreDirectory(
void ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Construction.

~OStoreDirectory
~OStoreDirectory(
void ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Destruction.

OStoreDirectory
OStoreDirectory(
const OStoreDirectory & rOther ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Copy construction.

operator=
OStoreDirectory & operator=(
const OStoreDirectory & rOther ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Assignment.

OStoreDirectory
OStoreDirectory(
storeDirectoryHandle Handle ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Construction from Directory Handle.

operator storeDirectoryHandle
operator storeDirectoryHandle(
void ) const throw();

virtual abstract const volatile template static inline C-linkage
NO NO YES NO NO NO YES NO

Summary
Conversion into Directory Handle.

isValid
sal_Bool isValid(
void ) const throw();

virtual abstract const volatile template static inline C-linkage
NO NO YES NO NO NO YES NO

Summary
Check for a valid Directory Handle.
Return
sal_True if valid, sal_False otherwise.

create
storeError create(
storeFileHandle hFile,
const rtl::OUString & rPath,
const rtl::OUString & rName,
storeAccessMode eMode ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Open the directory.
See Also
store_openDirectory()

close
void close(
void ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Close the directory.
See Also
store_closeDirectory()

first
storeError first(
iterator & it ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Find first directory entry.
See Also
store_findFirst()

next
storeError next(
iterator & it ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Find next directory entry.
See Also
store_findNext()

travel
storeError travel(
traveller & rTraveller ) const;

virtual abstract const volatile template static inline C-linkage
NO NO YES NO NO NO YES NO

Summary
Directory traversal.
See Also
store_findFirst()
store_findNext()
Parameters
rTraveller
the traversal callback.
Return
store_E_NoMoreFiles upon end of iteration.

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.