Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx190 typedef ::std::vector< sal_Int32 > BlockIdVector; typedef in oox::vml::Drawing
200 mutable BlockIdVector maBlockIds; /// Block identifiers used by this drawing.
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx122BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in registerBlockId()
181BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in getLocalShapeIndex()

Completed in 14 milliseconds