Home
last modified time | relevance | path

Searched refs:rLns (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx185 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in ReadTable() local
186 SwTableLine* pLine = rLns[ rLns.Count()-1 ]; in ReadTable()
309 SwTableLine* pLine = rLns[ rLns.Count()-1 ]; in ReadTable()
698 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in ReadTable() local
701 pNewLine = rLns[ rLns.Count()-1 ]; in ReadTable()
705 (SwTableLineFmt*)rLns[ rLns.Count()-1 ]->GetFrmFmt(), in ReadTable()
709 rLns.C40_INSERT( SwTableLine, pNewLine, rLns.Count() ); in ReadTable()
734 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in ReadTable() local
735 pNewLine = rLns[ rLns.Count()-1 ]; in ReadTable()
880 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in GotoNextBox() local
[all …]
/trunk/main/sw/source/core/doc/
H A Dgctable.cxx331 _GCLinePara( SwTableLines& rLns, _GCLinePara* pPara = 0 ) in _GCLinePara()
332 : pLns( &rLns ), pShareFmts( pPara ? pPara->pShareFmts : 0 ) in _GCLinePara()
392 SwTableLines& rLns = *pGCPara->pLns; in lcl_MergeGCLine() local
394 sal_uInt16 nInsPos = rLns.GetPos( pTmp ); in lcl_MergeGCLine()
399 rLns.Remove( nInsPos, 1 ); // die Line dem aus Array loeschen in lcl_MergeGCLine()
400 rLns.Insert( &pBox->GetTabLines(), nInsPos ); in lcl_MergeGCLine()
421 rLns[ nInsPos++ ]->SetUpper( pUpper ); in lcl_MergeGCLine()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1090 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable() local
1097 for( sal_uInt16 nTmpLine = 0; nTmpLine < rLns.Count(); ++nTmpLine ) in TextToTable()
1100 pNewFmt->Add( rLns[ nTmpLine ]->GetTabBoxes()[ n ] ); in TextToTable()
1447 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable() local
1454 for( sal_uInt16 nLines2 = 0; nLines2 < rLns.Count(); ++nLines2 ) in TextToTable()
1457 pNewFmt->Add( rLns[ nLines2 ]->GetTabBoxes()[ n ] ); in TextToTable()
3365 SwTableLines& rLns = rTbl.GetTabLines(); in lcl_ChgTblSize() local
3366 for( sal_uInt16 nLns = 0; nLns < rLns.Count(); ++nLns ) in lcl_ChgTblSize()
3369 SwTableBoxes& rBoxes = rLns[ nLns ]->GetTabBoxes(); in lcl_ChgTblSize()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1657 const SwTableLines& rLns = pCellFrm-> in lcl_FindStartEndRow() local
1659 if( rLns[ 0 ] == ((SwRowFrm*)aSttArr[ n ])->GetTabLine() && in lcl_FindStartEndRow()
1660 rLns[ rLns.Count() - 1 ] == in lcl_FindStartEndRow()

Completed in 55 milliseconds