Home
last modified time | relevance | path

Searched refs:pCurrLine (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx411 LineStructure::const_iterator pCurrLine = pFirstLine; in assignBoxes() local
422 BoxStructure::const_iterator pFirstBox = pCurrLine->begin(); in assignBoxes()
423 BoxStructure::const_iterator pLastBox = pCurrLine->end(); in assignBoxes()
482 ++pCurrLine; in assignBoxes()
483 if( pCurrLine == pLastLine ) in assignBoxes()
484 pCurrLine = pFirstLine; in assignBoxes()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1071 SwTableLine* pCurrLine = pTable->GetTabLines()[ n ]; in TextToTable() local
1072 if( nMaxBoxes != ( nBoxes = pCurrLine->GetTabBoxes().Count() )) in TextToTable()
1074 InsBoxen( pTblNd, pCurrLine, pBoxFmt, pTxtColl, 0, in TextToTable()
1079 pUndo->AddFillBox( *pCurrLine->GetTabBoxes()[ i ] ); in TextToTable()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1386 const SwTableLine* pCurrLine = pStart->GetUpper(); in NewSetTabCols() local
1387 sal_uInt16 nCurr = rLines.C40_GETPOS( SwTableLine, pCurrLine ); in NewSetTabCols()

Completed in 49 milliseconds