Home
last modified time | relevance | path

Searched refs:rTblSz (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx562 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
574 if( rTblSz.GetWidth() != nTblSz ) in ReadTable()
576 SwFmtFrmSize aSz( rTblSz ); in ReadTable()
592 rTblSz.GetWidth() != nTblSz || in ReadTable()
614 SwFmtFrmSize aSz( rTblSz ); in ReadTable()
669 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
672 rTblSz.GetWidth() != nTblSz || in ReadTable()
689 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
690 if( rTblSz.GetWidth() < nTblSz ) in ReadTable()
692 SwFmtFrmSize aSz( rTblSz ); in ReadTable()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3662 const SwFmtFrmSize& rTblSz = rTbl.GetFrmFmt()->GetFrmSize(); in MergeTable() local
3664 if( rTblSz != rDelTblSz ) in MergeTable()
3668 rDelTbl.GetFrmFmt()->SetFmtAttr( rTblSz ); in MergeTable()