Home
last modified time | relevance | path

Searched refs:maBlockIds (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx122 …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()
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx200 mutable BlockIdVector maBlockIds; /// Block identifiers used by this drawing. member in oox::vml::Drawing

Completed in 11 milliseconds