Lines Matching refs:mrDoc
74 mrDoc( *rViewData.GetDocShell()->GetDocument() ), in ScConversionEngineBase()
117 mrDoc.GetString( mnCurrCol, mnCurrRow, mnStartTab, aVisibleStr ); in FindNextConversionCell()
119 for( SCTAB nTab = 0, nTabCount = mrDoc.GetTableCount(); nTab < nTabCount; ++nTab ) in FindNextConversionCell()
126 lclHasString( mrDoc, mnCurrCol, mnCurrRow, nTab, aVisibleStr )) ) in FindNextConversionCell()
129 CellType eCellType = mrDoc.GetCellType( aPos ); in FindNextConversionCell()
130 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell()
149 mrDoc.SetString( mnCurrCol, mnCurrRow, nTab, aNewStr ); in FindNextConversionCell()
150 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell()
180 bLoop = mrDoc.GetNextSpellingCell( nNewCol, nNewRow, mnStartTab, bSheetSel, rMark ); in FindNextConversionCell()
216 pPattern = mrDoc.GetPattern( nNewCol, nNewRow, mnStartTab ); in FindNextConversionCell()
225 … const SfxPoolItem* pItem = mrDoc.GetAttr( nNewCol, nNewRow, mnStartTab, ATTR_FONT_LANGUAGE ); in FindNextConversionCell()
284 mrDoc.GetCellType( nCol, nRow, nTab, eCellType ); in FillFromCell()
291 mrDoc.GetString( nCol, nRow, nTab, aText ); in FillFromCell()
298 mrDoc.GetCell( nCol, nRow, nTab, pCell ); in FillFromCell()