Lines Matching refs:pBottom
1755 pBottom = rCpy.GetBottom() ? new SvxBorderLine( *rCpy.GetBottom() ) : 0; in SvxBoxItem()
1766 pBottom ( 0 ), in SvxBoxItem()
1782 delete pBottom; in ~SvxBoxItem()
1829 CmpBrdLn( pBottom, ( (SvxBoxItem&)rAttr ).GetBottom() ) && in operator ==()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2147 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) ) in GetPresentation()
2149 if ( pBottom ) in GetPresentation()
2151 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2182 if( !(pTop || pBottom || pLeft || pRight) ) in GetPresentation()
2190 if( pTop && pBottom && pLeft && pRight && in GetPresentation()
2191 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight ) in GetPresentation()
2204 if ( pBottom ) in GetPresentation()
2207 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2330 if ( pBottom ) pBottom->ScaleMetrics( nMult, nDiv ); in ScaleMetrics()
2332 if ( pRight ) pBottom->ScaleMetrics( nMult, nDiv ); in ScaleMetrics()
2402 pRet = pBottom; in GetLine()
2431 delete pBottom; in SetLine()
2432 pBottom = pTmp; in SetLine()
2525 pTmp = pBottom; in CalcLineSpace()