Lines Matching refs:pTop
1754 pTop = rCpy.GetTop() ? new SvxBorderLine( *rCpy.GetTop() ) : 0; in SvxBoxItem()
1765 pTop ( 0 ), in SvxBoxItem()
1781 delete pTop; in ~SvxBoxItem()
1828 CmpBrdLn( pTop, ( (SvxBoxItem&)rAttr ).GetTop() ) && in operator ==()
2141 if ( pTop ) in GetPresentation()
2143 rText = pTop->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2147 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) ) 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()
2193 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2198 if ( pTop ) in GetPresentation()
2201 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2329 if ( pTop ) pTop->ScaleMetrics( nMult, nDiv ); in ScaleMetrics()
2399 pRet = pTop; in GetLine()
2427 delete pTop; in SetLine()
2428 pTop = pTmp; in SetLine()
2521 pTmp = pTop; in CalcLineSpace()