Searched refs:rLSz (Results 1 – 4 of 4) sorted by relevance
937 const SwFmtFrmSize& rLSz = pLineFmt->GetFrmSize(); in TableHeight() local939 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()943 switch ( rLSz.GetHeightSizeType() ) in TableHeight()945 case ATT_FIX_SIZE: nHeight = -rLSz.GetHeight(); break; in TableHeight()946 case ATT_MIN_SIZE: nHeight = rLSz.GetHeight(); break; in TableHeight()
1390 const SwFmtFrmSize& rLSz = pLineFmt->GetFrmSize(); in TableHeight() local1391 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()1393 sal_Int32 nHeight = rLSz.GetHeight(); in TableHeight()1396 switch ( rLSz.GetHeightSizeType() ) in TableHeight()
2189 const SwFmtFrmSize& rLSz = pLineFmt->GetFrmSize(); in TableHeight() local2190 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()2192 if ( ATT_MIN_SIZE == rLSz.GetHeightSizeType() ) in TableHeight()2193 nHeight = rLSz.GetHeight(); in TableHeight()2195 nHeight = -rLSz.GetHeight(); in TableHeight()
256 const SwFmtFrmSize& rLSz = pBoxFmt->GetFrmSize(); in getWidthsOfRow() local258 pWidths->push_back(rLSz.GetWidth()); in getWidthsOfRow()
Completed in 67 milliseconds