Home
last modified time | relevance | path

Searched refs:IsWritable (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstgcache.hxx74 sal_Bool IsWritable() { return ( pStrm && pStrm->IsWritable() ); } in IsWritable() function in StgCache
H A Dstg.cxx416 if( r.IsWritable() ) in Storage()
461 if( pStream->IsWritable() ) in Storage()
H A Dstgcache.cxx403 if( ( nMode & STREAM_WRITE ) && !pFileStrm->IsWritable() ) in Open()
H A Ducbstorage.cxx1635 if( rStrm.IsWritable() )
1836 if( rStream.IsWritable() )
/trunk/main/offapi/com/sun/star/sdb/
H A DResultColumn.idl82 [readonly, property] boolean IsWritable;
/trunk/main/connectivity/source/drivers/file/
H A DFTable.cxx180 if (m_pFileStream && m_pFileStream->IsWritable()) in FileClose()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc67 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISWRITABLE, "IsWritable");
/trunk/main/tools/inc/tools/
H A Dstream.hxx573 sal_Bool IsWritable() const { return bIsWritable; } in IsWritable() function in SvStream
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx108 if( ! (aStream.IsOpen() && aStream.IsWritable()) ) in flush()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx609 && ! pInStream->IsWritable() ) in GetInStream()
883 if ( pInStream && !pInStream->IsWritable() ) in GetOutputStorage()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx674 if( aStream.IsOpen() && aStream.IsWritable() ) in checkWriteability()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx188 if ( aCacheFile.IsWritable() ) in ~ImplFontAttrCache()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1042 if (m_pMemoStream && m_pMemoStream->IsWritable()) in FileClose()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx237 if ( !rOutput.IsWritable() ) in Write()

Completed in 137 milliseconds