Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dtoken.hxx379 void GetMatColsRows( SCCOL & nC, SCROW & nR ) const in GetMatColsRows() function in ScMatrixFormulaCellToken
H A Dcell.hxx452 void GetMatColsRows( SCCOL& nCols, SCROW& nRows ) const;
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1642 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in GetRefString()
1995 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in PutValueToDoc()
2734 ((const ScFormulaCell*)pOldCell)->GetMatColsRows( nC1, nR1 ); in IsMatrixFormulaRangeDifferent()
2737 ((const ScFormulaCell*)pNewCell)->GetMatColsRows( nC1, nR1 ); in IsMatrixFormulaRangeDifferent()
4238 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in SelectContent()
H A Dinterpr1.cxx4063 pMyFormulaCell->GetMatColsRows( nCols, nRows); in ScColumn()
4139 pMyFormulaCell->GetMatColsRows( nCols, nRows); in ScRow()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1776 void ScFormulaCell::GetMatColsRows( SCCOL & nCols, SCROW & nRows ) const in GetMatColsRows() function in ScFormulaCell
1780 pMat->GetMatColsRows( nCols, nRows); in GetMatColsRows()
H A Dtable6.cxx231 ((ScFormulaCell*)pCell)->GetMatColsRows( nMatCols, nMatRows ); in SearchCell()
H A Dcell2.cxx520 pFCell->GetMatColsRows( nC, nR ); in GetMatrixEdge()
H A Dcolumn.cxx212 pFCell->GetMatColsRows( nC, nR ); in HasSelectionMatrixFragment()
H A Ddocument.cxx4598 ((ScFormulaCell*)pCell)->GetMatColsRows(nSizeX,nSizeY); in GetMatrixFormulaRange()
4607 ((ScFormulaCell*)pCell)->GetMatColsRows(nSizeX,nSizeY); in GetMatrixFormulaRange()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx405 pFormulaCell->GetMatColsRows(nColumns, nRows); in WriteFormulaCell()
H A DXMLChangeTrackingImportHelper.cxx806 static_cast<ScFormulaCell*>(pCell)->GetMatColsRows(nCols, nRows); in SetNewCell()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1051 ((const ScFormulaCell*)pCell)->GetMatColsRows( nCols, nRows ); in MergeDocument()
H A Dimpex.cxx1885 pFCell->GetMatColsRows( nC, nR ); in Doc2Sylk()
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx862 mrScFmlaCell.GetMatColsRows( nMatWidth, nMatHeight ); in XclExpFormulaCell()

Completed in 163 milliseconds