Home
last modified time | relevance | path

Searched refs:ensureValid (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/oox/source/ole/
H A Daxbinaryreader.cxx315 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::AxBinaryPropertyReader
363 return ensureValid() && bHasProp; in startNextProperty()
/aoo4110/main/oox/source/dump/
H A Doledumper.cxx1084 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 …]
/aoo4110/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx200 inline void skipUndefinedProperty() { ensureValid( !startNextProperty() ); } in skipUndefinedProperty()
206 bool ensureValid( bool bCondition = true );
/aoo4110/main/oox/inc/oox/dump/
H A Doledumper.hxx344 bool ensureValid( bool bCondition = true );

Completed in 34 milliseconds