Searched refs:ReplaceRangeNamesInUse (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/inc/ |
H A D | rangenam.hxx | 155 void ReplaceRangeNamesInUse( const IndexMap& rMap );
|
H A D | cell.hxx | 409 void ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap );
|
H A D | column.hxx | 298 void ReplaceRangeNamesInUse( SCROW nRow1, SCROW nRow2, const ScRangeData::IndexMap& rMap );
|
H A D | table.hxx | 499 void ReplaceRangeNamesInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
|
/trunk/main/sc/source/core/data/ |
H A D | documen2.cxx | 1064 pSrcRangeNames[i]->ReplaceRangeNamesInUse( aSrcRangeMap ); in TransferTab() 1067 pTab[nDestPos]->ReplaceRangeNamesInUse( 0, 0, MAXCOL, MAXROW, aSrcRangeMap ); in TransferTab()
|
H A D | table1.cxx | 1390 void ScTable::ReplaceRangeNamesInUse(SCCOL nCol1, SCROW nRow1, in ReplaceRangeNamesInUse() function in ScTable 1396 aCol[i].ReplaceRangeNamesInUse( nRow1, nRow2, rMap ); in ReplaceRangeNamesInUse()
|
H A D | column.cxx | 1857 void ScColumn::ReplaceRangeNamesInUse(SCROW nRow1, SCROW nRow2, in ReplaceRangeNamesInUse() function in ScColumn 1868 ((ScFormulaCell*)pItems[i].pCell)->ReplaceRangeNamesInUse( rMap ); in ReplaceRangeNamesInUse()
|
H A D | cell2.cxx | 1476 void ScFormulaCell::ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap ) in ReplaceRangeNamesInUse() function in ScFormulaCell
|
H A D | document.cxx | 1834 rRangeNames.mpRangeNames[i]->ReplaceRangeNamesInUse(rRangeNames.maRangeMap); in UpdateRangeNamesInFormulas() 1860 pTab[k]->ReplaceRangeNamesInUse(nC1, nR1, in UpdateRangeNamesInFormulas()
|
/trunk/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 635 void ScRangeData::ReplaceRangeNamesInUse( const IndexMap& rMap ) in ReplaceRangeNamesInUse() function in ScRangeData
|
Completed in 96 milliseconds