Lines Matching refs:SvxBoxItem

133 TYPEINIT1_FACTORY(SvxBoxItem, SfxPoolItem, new SvxBoxItem(0));
1745 SvxBoxItem::SvxBoxItem( const SvxBoxItem& rCpy ) : in SvxBoxItem() function in SvxBoxItem
1762 SvxBoxItem::SvxBoxItem( const sal_uInt16 nId ) : in SvxBoxItem() function in SvxBoxItem
1779 SvxBoxItem::~SvxBoxItem() in ~SvxBoxItem()
1789 SvxBoxItem& SvxBoxItem::operator=( const SvxBoxItem& rBox ) in operator =()
1819 int SvxBoxItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
1824 ( nTopDist == ( (SvxBoxItem&)rAttr ).nTopDist ) && in operator ==()
1825 ( nBottomDist == ( (SvxBoxItem&)rAttr ).nBottomDist ) && in operator ==()
1826 ( nLeftDist == ( (SvxBoxItem&)rAttr ).nLeftDist ) && in operator ==()
1827 ( nRightDist == ( (SvxBoxItem&)rAttr ).nRightDist ) && in operator ==()
1828 CmpBrdLn( pTop, ( (SvxBoxItem&)rAttr ).GetTop() ) && in operator ==()
1829 CmpBrdLn( pBottom, ( (SvxBoxItem&)rAttr ).GetBottom() ) && in operator ==()
1830 CmpBrdLn( pLeft, ( (SvxBoxItem&)rAttr ).GetLeft() ) && in operator ==()
1831 CmpBrdLn( pRight, ( (SvxBoxItem&)rAttr ).GetRight() ) ); in operator ==()
1835 table::BorderLine SvxBoxItem::SvxLineToLine(const SvxBorderLine* pLine, sal_Bool bConvert) in SvxLineToLine()
1850 sal_Bool SvxBoxItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1864 aSeq[0] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetLeft(), bConvert) ); in QueryValue()
1865 aSeq[1] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetRight(), bConvert) ); in QueryValue()
1866 aSeq[2] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetBottom(), bConvert) ); in QueryValue()
1867 aSeq[3] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetTop(), bConvert) ); in QueryValue()
1879 aRetLine = SvxBoxItem::SvxLineToLine(GetLeft(), bConvert); in QueryValue()
1884 aRetLine = SvxBoxItem::SvxLineToLine(GetRight(), bConvert); in QueryValue()
1889 aRetLine = SvxBoxItem::SvxLineToLine(GetBottom(), bConvert); in QueryValue()
1894 aRetLine = SvxBoxItem::SvxLineToLine(GetTop(), bConvert); in QueryValue()
1941 sal_Bool SvxBoxItem::LineToSvxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine&… in LineToSvxLine()
1953 sal_Bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1972 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1980 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1988 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1996 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2106 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2115 SfxPoolItem* SvxBoxItem::Clone( SfxItemPool* ) const in Clone()
2117 return new SvxBoxItem( *this ); in Clone()
2122 SfxItemPresentation SvxBoxItem::GetPresentation in GetPresentation()
2270 SvStream& SvxBoxItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store()
2315 sal_uInt16 SvxBoxItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
2327 int SvxBoxItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2342 int SvxBoxItem::HasMetrics() const in HasMetrics()
2349 SfxPoolItem* SvxBoxItem::Create( SvStream& rStrm, sal_uInt16 nIVersion ) const in Create()
2353 SvxBoxItem* pAttr = new SvxBoxItem( Which() ); in Create()
2392 const SvxBorderLine *SvxBoxItem::GetLine( sal_uInt16 nLine ) const in GetLine()
2420 void SvxBoxItem::SetLine( const SvxBorderLine* pNew, sal_uInt16 nLine ) in SetLine()
2449 sal_uInt16 SvxBoxItem::GetDistance() const in GetDistance()
2465 sal_uInt16 SvxBoxItem::GetDistance( sal_uInt16 nLine ) const in GetDistance()
2491 void SvxBoxItem::SetDistance( sal_uInt16 nNew, sal_uInt16 nLine ) in SetDistance()
2514 sal_uInt16 SvxBoxItem::CalcLineSpace( sal_uInt16 nLine, sal_Bool bIgnoreLine ) const in CalcLineSpace()
2806 aSeq[0] = ::com::sun::star::uno::makeAny( SvxBoxItem::SvxLineToLine( pHori, bConvert) ); in QueryValue()
2807 aSeq[1] = ::com::sun::star::uno::makeAny( SvxBoxItem::SvxLineToLine( pVert, bConvert) ); in QueryValue()
2824 aRetLine = SvxBoxItem::SvxLineToLine( pHori, bConvert); in QueryValue()
2828 aRetLine = SvxBoxItem::SvxLineToLine( pVert, bConvert); in QueryValue()
2895 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2903 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2987 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
3285 rVal <<= uno::makeAny( SvxBoxItem::SvxLineToLine(pLine, bConvert) ); in QueryValue()
3319 if( !SvxBoxItem::LineToSvxLine(aLine, *pLine, bConvert) ) in PutValue()