Searched refs:XclExpIndexMap (Results 1 – 1 of 1) sorted by relevance
167 typedef ::std::map< sal_uInt16, sal_uInt16 > XclExpIndexMap; typedef in XclExpNameManagerImpl171 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 10 milliseconds