Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedtab.cxx67 void ConvertNestedTablesToText( const SwTableLines &rTableLines, sal_Unicode cCh ) in ConvertNestedTablesToText() argument
69 for( sal_uInt16 n = 0; n < rTableLines.Count(); ++n ) in ConvertNestedTablesToText()
71 SwTableLine* pTableLine = rTableLines[ n ]; in ConvertNestedTablesToText()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1644 const SwTableLines &rTableLines = ( rBox.GetUpper()->GetUpper() != NULL ) ? in lcl_FindTableLine() local
1648 sal_uInt16 nLineNo = rTableLines.C40_GETPOS( SwTableLine, pLine ); in lcl_FindTableLine()
1649 pRet = rTableLines[nLineNo - 1]; in lcl_FindTableLine()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx485 const SwTableBox* lcl_FindCornerTableBox(const SwTableLines& rTableLines, const bool i_bTopLeft) in lcl_FindCornerTableBox() argument
491 const SwTableLines& rLines(bFirst ? rTableLines : pBox->GetTabLines()); in lcl_FindCornerTableBox()

Completed in 69 milliseconds