Lines Matching refs:aOrg
116 ScAddress aOrg( ScAddress::INITIALIZE_INVALID ); in GetBlockMatrixEdges() local
117 return ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in GetBlockMatrixEdges()
124 ScAddress aOrg( ScAddress::INITIALIZE_INVALID ); in GetBlockMatrixEdges() local
135 nEdges = ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in GetBlockMatrixEdges()
168 ScAddress aOrg( ScAddress::INITIALIZE_INVALID ); in HasSelectionMatrixFragment() local
184 nEdges = ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in HasSelectionMatrixFragment()
201 if ( aCurOrg != aOrg ) in HasSelectionMatrixFragment()
203 aCurOrg = aOrg; in HasSelectionMatrixFragment()
207 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in HasSelectionMatrixFragment()
213 ScRange aRange( aOrg, ScAddress( in HasSelectionMatrixFragment()
214 aOrg.Col() + nC - 1, aOrg.Row() + nR - 1, in HasSelectionMatrixFragment()
215 aOrg.Tab() ) ); in HasSelectionMatrixFragment()