Searched refs:rLns (Results 1 – 4 of 4) sorted by relevance
185 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in ReadTable() local186 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() local701 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() local735 pNewLine = rLns[ rLns.Count()-1 ]; in ReadTable()880 SwTableLines& rLns = pTableNode->GetTable().GetTabLines(); in GotoNextBox() local[all …]
331 _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() local394 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()
1090 SwTableLines& rLns = pTable->GetTabLines(); in TextToTable() local1097 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() local1454 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() local3366 for( sal_uInt16 nLns = 0; nLns < rLns.Count(); ++nLns ) in lcl_ChgTblSize()3369 SwTableBoxes& rBoxes = rLns[ nLns ]->GetTabBoxes(); in lcl_ChgTblSize()
1657 const SwTableLines& rLns = pCellFrm-> in lcl_FindStartEndRow() local1659 if( rLns[ 0 ] == ((SwRowFrm*)aSttArr[ n ])->GetTabLine() && in lcl_FindStartEndRow()1660 rLns[ rLns.Count() - 1 ] == in lcl_FindStartEndRow()
Completed in 65 milliseconds