Lines Matching refs:aRg
700 SwNodeRange aRg( pStt->nNode, pEnd->nNode ); in TextToTable() local
717 aRg.aStart--; in TextToTable()
720 aRg.aEnd++; in TextToTable()
724 if( aRg.aEnd.GetIndex() == aRg.aStart.GetIndex() ) in TextToTable()
727 aRg.aEnd++; in TextToTable()
731 SwNode2Layout aNode2Layout( aRg.aStart.GetNode() ); in TextToTable()
763 aRg, cCh, pTableFmt, pLineFmt, pBoxFmt, in TextToTable()
1153 SwNodeRange aRg( pStt->nNode, pEnd->nNode ); in TextToTable() local
1170 aRg.aStart--; in TextToTable()
1173 aRg.aEnd++; in TextToTable()
1177 if( aRg.aEnd.GetIndex() == aRg.aStart.GetIndex() ) in TextToTable()
1180 aRg.aEnd++; in TextToTable()
1184 SwNode2Layout aNode2Layout( aRg.aStart.GetNode() ); in TextToTable()
1495 SwNodeRange aRg( *pTblNd, 0, *pTblNd->EndOfSectionNode() ); in TableToText() local
1501 pUndoRg = new SwNodeRange( aRg.aStart, -1, aRg.aEnd, +1 ); in TableToText()
1509 sal_Bool bRet = GetNodes().TableToText( aRg, cCh, pUndo ); in TableToText()