The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: store ::

class OStoreDirectory


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
File
store.hxx

Public Members

Classes

traveller Directory traversal helper.

Typedefs

iterator Directory iterator type.

Methods


OStoreDirectory( void ) throw( );
Construction.

~OStoreDirectory( void ) throw( );
Destruction.

OStoreDirectory( const OStoreDirectory & rhs ) throw( );
Copy construction.
OStoreDirectory &
operator=( const OStoreDirectory & rhs ) throw( );
Assignment.
explicit
OStoreDirectory( storeDirectoryHandle Handle ) throw( );
Construction from Directory Handle.

operator storeDirectoryHandle( void ) const throw( );
Conversion into Directory Handle.
bool
isValid( void ) const throw( );
Check for a valid Directory Handle.
storeError
create( storeFileHandle hFile, const rtl::OUString & rPath, const rtl::OUString & rName, storeAccessMode eMode ) throw( );
Open the directory.
void
close( void ) throw( );
Close the directory.
storeError
first( iterator & it ) throw( );
Find first directory entry.
storeError
next( iterator & it ) throw( );
Find next directory entry.
storeError
travel( traveller & rTraveller ) const;
Directory traversal.

Private Members

Data

storeDirectoryHandle m_hImpl; Representation.

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice 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.