Lines Matching refs:pLeft
1756 pLeft = rCpy.GetLeft() ? new SvxBorderLine( *rCpy.GetLeft() ) : 0; in SvxBoxItem()
1767 pLeft ( 0 ), in SvxBoxItem()
1783 delete pLeft; in ~SvxBoxItem()
1830 CmpBrdLn( pLeft, ( (SvxBoxItem&)rAttr ).GetLeft() ) && in operator ==()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2147 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) ) in GetPresentation()
2154 if ( pLeft ) in GetPresentation()
2156 rText += pLeft->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()
2210 if ( pLeft ) in GetPresentation()
2213 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2331 if ( pLeft ) pLeft->ScaleMetrics( nMult, nDiv ); in ScaleMetrics()
2405 pRet = pLeft; in GetLine()
2435 delete pLeft; in SetLine()
2436 pLeft = pTmp; in SetLine()
2529 pTmp = pLeft; in CalcLineSpace()