Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx1155 typedef ::std::map< sal_Size, XclImpDrawObjRef > XclImpObjMap; typedef in XclImpDrawing
1162 XclImpObjMap maObjMap; /// Maps BIFF8 drawing objects to DFF stream position.
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3833 XclImpObjMap::const_iterator aIt = maObjMap.upper_bound( rHeader.GetRecBegFilePos() ); in FindDrawObj()
3870 …for( XclImpObjMap::const_iterator aIt = maObjMap.begin(), aEnd = maObjMap.end(); aIt != aEnd; ++aI… in GetProgressSize()

Completed in 42 milliseconds