Searched refs:skipAligned (Results 1 – 1 of 1) sorted by relevance
79 inline void skipAligned() { align( sizeof( Type ) ); skip( sizeof( Type ) ); } in skipAligned() function in oox::ole::AxAlignedInputStream176 …inline void skipIntProperty() { if( startNextProperty() ) maInStrm.skipAligned< StreamType… in skipIntProperty()