Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/rtf/
H A Drtftbl.cxx568 if( 1 == pLns->Count() ) in ReadTable()
591 1 < pLns->Count() && in ReadTable()
605 pNewLine = (*pLns)[ pLns->Count() - 2 ]; in ReadTable()
607 while( ( pLns = &pBox->GetTabLines() )->Count() ) in ReadTable()
608 pBox = (*pLns)[ 0 ]->GetTabBoxes()[ 0 ]; in ReadTable()
627 pLns = &pTableNode->GetTable().GetTabLines(); in ReadTable()
628 pNewLine = (*pLns)[ pLns->Count() - 1 ]; in ReadTable()
939 SwTableLine* pLine = (*pLns)[ pLns->Count()-1 ]; in NewTblLine()
965 pLns = &pTableNode->GetTable().GetTabLines(); in NewTblLine()
971 pBox = (*pLns)[ pLns->Count()-1 ]->GetTabBoxes()[0]; in NewTblLine()
[all …]
/aoo4110/main/sw/source/core/doc/
H A Ddocchart.cxx84 const SwTableLines* pLns = &GetTabLines(); in IsTblComplexForChart() local
85 pSttBox = (*pLns)[ 0 ]->GetTabBoxes()[ 0 ]; in IsTblComplexForChart()
90 const SwTableBoxes* pBoxes = &(*pLns)[ pLns->Count()-1 ]->GetTabBoxes(); in IsTblComplexForChart()
95 pLns = &pEndBox->GetTabLines(); in IsTblComplexForChart()
96 pBoxes = &(*pLns)[ pLns->Count()-1 ]->GetTabBoxes(); in IsTblComplexForChart()
H A Dgctable.cxx328 SwTableLines* pLns; member
332 : pLns( &rLns ), pShareFmts( pPara ? pPara->pShareFmts : 0 ) in _GCLinePara()
392 SwTableLines& rLns = *pGCPara->pLns; in lcl_MergeGCLine()

Completed in 39 milliseconds