Methods
|
OStoreFile( 無効の ) throw( ); |
Construction.
|
~OStoreFile( 無効の ) throw( ); |
破壊.
|
OStoreFile( const OStoreFile & rhs ) throw( ); |
Copy construction.
|
OStoreFile &
操作者=( const OStoreFile & rhs ) throw( ); |
Assignment.
|
explicit
OStoreFile( storeFileHandle 扱う ) throw( ); |
Construction from とじ込み/提出する 扱う.
|
操作者 storeFileHandle( 無効の ) const throw( ); |
転換 into とじ込み/提出する 扱う.
|
bool
isValid( 無効の ) const throw( ); |
Check for a valid とじ込み/提出する 扱う.
|
storeError
create( const rtl::OUString & rFilename, storeAccessMode eAccessMode, sal_uInt16 nPageSize = STORE_DEFAULT_PAGESIZE ) throw( ); |
Open the とじ込み/提出する.
|
storeError
createInMemory( sal_uInt16 nPageSize = STORE_DEFAULT_PAGESIZE ) throw( ); |
Open the 一時的な とじ込み/提出する in memory.
|
無効の
の近くに( 無効の ) throw( ); |
の近くに the とじ込み/提出する.
|
storeError
紅潮/摘発する( 無効の ) const throw( ); |
紅潮/摘発する the とじ込み/提出する.
|
storeError
getRefererCount( sal_uInt32 & rnRefCount ) const throw( ); |
Get the number of referers to the とじ込み/提出する.
|
storeError
getSize( sal_uInt32 & rnSize ) const throw( ); |
Get the とじ込み/提出する size.
|
storeError
attrib( const rtl::OUString & rPath, const rtl::OUString & rName, sal_uInt32 nMask1, sal_uInt32 nMask2, sal_uInt32 & rnAttrib ) throw( ); |
始める,決める せいにするs of a とじ込み/提出する 入ること/参加(者).
|
storeError
attrib( const rtl::OUString & rPath, const rtl::OUString & rName, sal_uInt32 nMask1, sal_uInt32 nMask2 ) throw( ); |
始める,決める せいにするs of a とじ込み/提出する 入ること/参加(者).
|
storeError
link( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
挿入する a とじ込み/提出する 入ること/参加(者) as 'hard link' to another とじ込み/提出する 入ること/参加(者).
|
storeError
symlink( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
挿入する a とじ込み/提出する 入ること/参加(者) as '象徴的な link' to another とじ込み/提出する 入ること/参加(者).
|
storeError
改名する( const rtl::OUString & rSrcPath, const rtl::OUString & rSrcName, const rtl::OUString & rDstPath, const rtl::OUString & rDstName ) throw( ); |
改名する a とじ込み/提出する 入ること/参加(者).
|
storeError
除去する( const rtl::OUString & rPath, const rtl::OUString & rName ) throw( ); |
除去する a とじ込み/提出する 入ること/参加(者).
|