Lines Matching refs:aCursorPos
74 ScAddress ScFormulaDlg::aCursorPos; member in ScFormulaDlg
149 aCursorPos = ScAddress( nCol, nRow, nTab ); in ScFormulaDlg()
204 pCell = new ScFormulaCell( pDoc, aCursorPos, rStrExp ); in ScFormulaDlg()
261 pCell = new ScFormulaCell( pDoc, aCursorPos, rStrExp ); in fill()
337 ::std::auto_ptr<ScFormulaCell> pFCell( new ScFormulaCell( pDoc, aCursorPos, rStrExp ) ); in calculateValue()
353 pFCell.reset( new ScFormulaCell( pDoc, aCursorPos, aBraced ) ); in calculateValue()
451 sal_uInt16 nFmt = ( rRef.aStart.Tab() == aCursorPos.Tab() ) in SetReference()
603 SCTAB nExecTab = aCursorPos.Tab(); in switchBack()
607 SCROW nRow=aCursorPos.Row(); in switchBack()
608 SCCOL nCol=aCursorPos.Col(); in switchBack()
654 return table::CellAddress(aCursorPos.Tab(),aCursorPos.Col(),aCursorPos.Row()); in getReferencePosition()