Searched refs:startNextProperty (Results 1 – 4 of 4) sorted by relevance
277 orbValue = startNextProperty() != bReverse; in readBoolProperty()282 if( startNextProperty() ) in readPairProperty()288 if( startNextProperty() ) in readStringProperty()297 if( startNextProperty() ) in readStringArrayProperty()306 if( startNextProperty() ) in readGuidProperty()312 if( startNextProperty() ) in readFontProperty()322 if( startNextProperty() ) in readPictureProperty()358 bool AxBinaryPropertyReader::startNextProperty() in startNextProperty() function in oox::ole::AxBinaryPropertyReader
150 … { if( startNextProperty() ) ornValue = maInStrm.readAligned< StreamType >(); } in readIntProperty()176 …inline void skipIntProperty() { if( startNextProperty() ) maInStrm.skipAligned< StreamType… in skipIntProperty()179 inline void skipBoolProperty() { startNextProperty(); } in skipBoolProperty()200 inline void skipUndefinedProperty() { ensureValid( !startNextProperty() ); } in skipUndefinedProperty()207 bool startNextProperty();
1112 bool AxPropertyObjectBase::startNextProperty() in startNextProperty() function in oox::dump::AxPropertyObjectBase1127 if( startNextProperty() ) in dumpFlagsProperty()1137 if( startNextProperty() ) in dumpColorProperty()1147 if( startNextProperty() ) in dumpUnicodeProperty()1157 if( startNextProperty() ) in dumpUnknownProperty()1163 if( startNextProperty() ) in dumpPosProperty()1169 if( startNextProperty() ) in dumpSizeProperty()1175 if( startNextProperty() ) in dumpGuidProperty()1181 if( startNextProperty() ) in dumpStringProperty()1191 if( startNextProperty() ) in dumpStringArrayProperty()[all …]
350 bool startNextProperty();358 inline bool dumpBoolProperty() { return startNextProperty(); } in dumpBoolProperty()440 if( startNextProperty() ) in dumpDecProperty()451 if( startNextProperty() ) in dumpHexProperty()
Completed in 46 milliseconds