Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx758 typedef ::std::map< sal_uInt32, XclExpBuiltInInfo > XclExpBuiltInMap; typedef in XclExpXFBuffer
764 XclExpBuiltInMap maBuiltInMap; /// Contained elements describe built-in XFs.
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2434 XclExpBuiltInMap::const_iterator aBuiltInEnd = maBuiltInMap.end(); in Finalize()
2443 for( XclExpBuiltInMap::const_iterator aIt = maBuiltInMap.begin(); aIt != aBuiltInEnd; ++aIt ) in Finalize()
2745 …for( XclExpBuiltInMap::const_iterator aIt = maBuiltInMap.begin(), aEnd = maBuiltInMap.end(); aIt !… in FindBuiltInXF()

Completed in 34 milliseconds