Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxename.cxx167 typedef ::std::map< sal_uInt16, sal_uInt16 > XclExpIndexMap; typedef in XclExpNameManagerImpl
171 sal_uInt16 FindNameIdx( const XclExpIndexMap& rMap, sal_uInt16 nScIdx ) const;
197 XclExpIndexMap maNameMap; /// Maps Calc defined names to Excel NAME records.
198 XclExpIndexMap maDBRangeMap; /// Maps Calc database ranges to Excel NAME records.
484 sal_uInt16 XclExpNameManagerImpl::FindNameIdx( const XclExpIndexMap& rMap, sal_uInt16 nScIdx ) const in FindNameIdx()
486 XclExpIndexMap::const_iterator aIt = rMap.find( nScIdx ); in FindNameIdx()

Completed in 17 milliseconds