Searched refs:BlockIdVector (Results 1 – 2 of 2) sorted by relevance
190 typedef ::std::vector< sal_Int32 > BlockIdVector; typedef in oox::vml::Drawing200 mutable BlockIdVector maBlockIds; /// Block identifiers used by this drawing.
122 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in registerBlockId()181 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in getLocalShapeIndex()
Completed in 16 milliseconds