Searched refs:maBlockIds (Results 1 – 2 of 2) sorted by relevance
122 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in registerBlockId()123 if( (aIt == maBlockIds.end()) || (nBlockId != *aIt) ) in registerBlockId()124 maBlockIds.insert( aIt, nBlockId ); in registerBlockId()181 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in getLocalShapeIndex()182 sal_Int32 nIndex = static_cast< sal_Int32 >( aIt - maBlockIds.begin() ); in getLocalShapeIndex()185 if( (aIt == maBlockIds.end()) || (*aIt != nBlockId) ) in getLocalShapeIndex()186 maBlockIds.insert( aIt, nBlockId ); in getLocalShapeIndex()
200 mutable BlockIdVector maBlockIds; /// Block identifiers used by this drawing. member in oox::vml::Drawing
Completed in 16 milliseconds