Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx86 …static_cast<ScFormulaCell*>(pCell)->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SC… in CreateCell()
807 static_cast<ScFormulaCell*>(pNewCell)->SetMatColsRows(nCols, nRows); in SetNewCell()
/aoo41x/main/sc/source/core/data/
H A Dcell.cxx1091 SetMatColsRows( 1, 1); in CalcAfterLoad()
1766 void ScFormulaCell::SetMatColsRows( SCCOL nCols, SCROW nRows ) in SetMatColsRows() function in ScFormulaCell
1770 pMat->SetMatColsRows( nCols, nRows); in SetMatColsRows()
H A Dtable6.cxx232 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell()
H A Ddocumen4.cxx155 pCell->SetMatColsRows( nCol2 - nCol1 + 1, nRow2 - nRow1 + 1 ); in InsertMatrixFormula()
H A Dcell2.cxx559 pFCell->SetMatColsRows( nC, nR ); in GetMatrixEdge()
H A Dtable4.cxx478 ((ScFormulaCell*)pOrgCell)->SetMatColsRows( in FillFormula()
/aoo41x/main/sc/inc/
H A Dformularesult.hxx323 pMatFormula->SetMatColsRows( pNewMatFormula->GetMatCols(), in SetToken()
H A Dtoken.hxx374 void SetMatColsRows( SCCOL nC, SCROW nR ) in SetMatColsRows() function in ScMatrixFormulaCellToken
H A Dcell.hxx451 void SetMatColsRows( SCCOL nCols, SCROW nRows );

Completed in 63 milliseconds