Home
last modified time | relevance | path

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

/AOO42X/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()
/AOO42X/main/oox/source/dump/
H A Doledumper.cxx1084 if( ensureValid() ) in implDump()
1096 bool AxPropertyObjectBase::ensureValid( bool bCondition ) in ensureValid() function in oox::dump::AxPropertyObjectBase
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()
1270 if( ensureValid( mnPropFlags == 0 ) && !maLargeProps.empty() ) in dumpLargeProperties()
1274 …ector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureValid() && (aIt != aE… in dumpLargeProperties()
1328 if( ensureValid() && !maStreamProps.empty() ) in dumpLargeProperties()
[all …]
/AOO42X/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx200 inline void skipUndefinedProperty() { ensureValid( !startNextProperty() ); } in skipUndefinedProperty()
206 bool ensureValid( bool bCondition = true );
/AOO42X/main/oox/inc/oox/dump/
H A Doledumper.hxx344 bool ensureValid( bool bCondition = true );