Searched refs:rLSz (Results 1 – 4 of 4) sorted by relevance
929 const SwFmtFrmSize& rLSz = pLineFmt->GetFrmSize(); in TableHeight() local931 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()935 switch ( rLSz.GetHeightSizeType() ) in TableHeight()937 case ATT_FIX_SIZE: nHeight = -rLSz.GetHeight(); break; in TableHeight()938 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()
2175 const SwFmtFrmSize& rLSz = pLineFmt->GetFrmSize(); in TableHeight() local2176 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()2178 if ( ATT_MIN_SIZE == rLSz.GetHeightSizeType() ) in TableHeight()2179 nHeight = rLSz.GetHeight(); in TableHeight()2181 nHeight = -rLSz.GetHeight(); in TableHeight()
256 const SwFmtFrmSize& rLSz = pBoxFmt->GetFrmSize(); in getWidthsOfRow() local258 pWidths->push_back(rLSz.GetWidth()); in getWidthsOfRow()
Completed in 58 milliseconds