Searched refs:IsWritable (Results 1 – 14 of 14) sorted by relevance
74 sal_Bool IsWritable() { return ( pStrm && pStrm->IsWritable() ); } in IsWritable() function in StgCache
416 if( r.IsWritable() ) in Storage()461 if( pStream->IsWritable() ) in Storage()
403 if( ( nMode & STREAM_WRITE ) && !pFileStrm->IsWritable() ) in Open()
1635 if( rStrm.IsWritable() )1836 if( rStream.IsWritable() )
82 [readonly, property] boolean IsWritable;
180 if (m_pFileStream && m_pFileStream->IsWritable()) in FileClose()
67 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISWRITABLE, "IsWritable");
577 sal_Bool IsWritable() const { return bIsWritable; } in IsWritable() function in SvStream
108 if( ! (aStream.IsOpen() && aStream.IsWritable()) ) in flush()
609 && ! pInStream->IsWritable() ) in GetInStream()883 if ( pInStream && !pInStream->IsWritable() ) in GetOutputStorage()
674 if( aStream.IsOpen() && aStream.IsWritable() ) in checkWriteability()
188 if ( aCacheFile.IsWritable() ) in ~ImplFontAttrCache()
1042 if (m_pMemoStream && m_pMemoStream->IsWritable()) in FileClose()
237 if ( !rOutput.IsWritable() ) in Write()
Completed in 325 milliseconds