Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Drangenam.hxx85 typedef ::std::map<sal_uInt16, sal_uInt16> IndexMap; typedef in ScRangeData
155 void ReplaceRangeNamesInUse( const IndexMap& rMap );
H A Dclipparam.hxx81 ScRangeData::IndexMap maRangeMap;
H A Dcell.hxx409 void ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap );
H A Dcolumn.hxx298 void ReplaceRangeNamesInUse( SCROW nRow1, SCROW nRow2, const ScRangeData::IndexMap& rMap );
H A Dtable.hxx500 const ScRangeData::IndexMap& rMap );
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx998 ScRangeData::IndexMap aSrcRangeMap; in TransferTab()
1024 ScRangeData::IndexMap::value_type(nOldIndex, nExistingIndex)); in TransferTab()
1045 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in TransferTab()
H A Dclipparam.cxx199 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in insert()
H A Dcell2.cxx1476 void ScFormulaCell::ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap ) in ReplaceRangeNamesInUse()
1483 ScRangeData::IndexMap::const_iterator itr = rMap.find(nIndex); in ReplaceRangeNamesInUse()
H A Dtable1.cxx1392 const ScRangeData::IndexMap& rMap ) in ReplaceRangeNamesInUse()
H A Dcolumn.cxx1858 const ScRangeData::IndexMap& rMap ) in ReplaceRangeNamesInUse()
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx635 void ScRangeData::ReplaceRangeNamesInUse( const IndexMap& rMap ) in ReplaceRangeNamesInUse()
643 IndexMap::const_iterator itr = rMap.find(nOldIndex); in ReplaceRangeNamesInUse()

Completed in 74 milliseconds