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.cxx563 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
575 if( rTblSz.GetWidth() != nTblSz ) in ReadTable()
577 SwFmtFrmSize aSz( rTblSz ); in ReadTable()
593 rTblSz.GetWidth() != nTblSz || in ReadTable()
615 SwFmtFrmSize aSz( rTblSz ); in ReadTable()
670 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
673 rTblSz.GetWidth() != nTblSz || in ReadTable()
690 const SwFmtFrmSize& rTblSz = pFmt->GetFrmSize(); in ReadTable() local
691 if( rTblSz.GetWidth() < nTblSz ) in ReadTable()
693 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()

Completed in 42 milliseconds