Searched refs:ensureValid (Results 1 – 4 of 4) sorted by relevance
315 if( ensureValid( nData == -1 ) ) in readFontProperty()325 if( ensureValid( nData == -1 ) ) in readPictureProperty()334 if( ensureValid( mnPropFlags == 0 ) && !maLargeProps.empty() ) in finalizeImport()336 …ector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureValid() && (aIt != aE… in finalizeImport()338 ensureValid( (*aIt)->readProperty( maInStrm ) ); in finalizeImport()345 if( ensureValid() && !maStreamProps.empty() ) in finalizeImport()346 …tor::iterator aIt = maStreamProps.begin(), aEnd = maStreamProps.end(); ensureValid() && (aIt != aE… in finalizeImport()347 ensureValid( (*aIt)->readProperty( maInStrm ) ); in finalizeImport()352 bool AxBinaryPropertyReader::ensureValid( bool bCondition ) in ensureValid() function in oox::ole::AxBinaryPropertyReader363 return ensureValid() && bHasProp; in startNextProperty()
1084 if( ensureValid() ) in implDump()1117 return ensureValid() && bHasProp; in startNextProperty()1158 ensureValid( false ); in dumpUnknownProperty()1211 if( ensureValid() ) in dumpEmbeddedFont()1223 ensureValid(); in dumpToPosition()1259 if( ensureValid() ) in dumpShortProperties()1328 if( ensureValid() && !maStreamProps.empty() ) in dumpLargeProperties()1335 if( ensureValid( aIt->mnData == 0xFFFF ) ) in dumpLargeProperties()1346 ensureValid( false ); in dumpLargeProperties()1906 if( ensureValid() ) in dumpSiteData()[all …]
200 inline void skipUndefinedProperty() { ensureValid( !startNextProperty() ); } in skipUndefinedProperty()206 bool ensureValid( bool bCondition = true );
344 bool ensureValid( bool bCondition = true );
Completed in 36 milliseconds