Lines Matching refs:XLineStartItem

305 …bFound = (((XLineStartItem*)pCheckItem)->GetLineStartValue() == ((XLineEndEntry*)pEntry)->GetLineE…  in CheckNamedItem()
1732 TYPEINIT1_AUTOFACTORY(XLineStartItem, NameOrIndex);
1744 XLineStartItem::XLineStartItem(sal_Int32 nIndex) in XLineStartItem() function in XLineStartItem
1760 XLineStartItem::XLineStartItem(const XubString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineStartItem() function in XLineStartItem
1776 XLineStartItem::XLineStartItem(const XLineStartItem& rItem) in XLineStartItem() function in XLineStartItem
1792 XLineStartItem::XLineStartItem(SvStream& rIn) : in XLineStartItem() function in XLineStartItem
1803 XLineStartItem::XLineStartItem(SfxItemPool* /*pPool*/, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineStartItem() function in XLineStartItem
1811 XLineStartItem::XLineStartItem(SfxItemPool* /*pPool*/) in XLineStartItem() function in XLineStartItem
1826 SfxPoolItem* XLineStartItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
1828 return new XLineStartItem(*this); in Clone()
1841 int XLineStartItem::operator==(const SfxPoolItem& rItem) const in operator ==()
1843 …return ( NameOrIndex::operator==(rItem) && ((const XLineStartItem&) rItem).maPolyPolygon == maPoly… in operator ==()
1856 SfxPoolItem* XLineStartItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1858 return new XLineStartItem(rIn); in Create()
1871 SvStream& XLineStartItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store()
1894 basegfx::B2DPolyPolygon XLineStartItem::GetLineStartValue(const XLineEndList* pTable) const in GetLineStartValue()
1908 SfxItemPresentation XLineStartItem::GetPresentation in GetPresentation()
1930 sal_Bool XLineStartItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1950 sal_Bool XLineStartItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1983 XLineStartItem* XLineStartItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
1987 XLineStartItem* pTempItem = NULL; in checkForUniqueItem()
1988 const XLineStartItem* pLineStartItem = this; in checkForUniqueItem()
1996 return (XLineStartItem*)this; in checkForUniqueItem()
1999 return new XLineStartItem( String(), maPolyPolygon ); in checkForUniqueItem()
2010 pTempItem = new XLineStartItem( aUniqueName, aNew ); in checkForUniqueItem()
2029 …const XLineStartItem* pItem = (const XLineStartItem*)pPool1->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2075 …const XLineStartItem* pItem = (const XLineStartItem*)pPool2->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2131 …const XLineStartItem* pItem = (const XLineStartItem*)pPool1->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2193 return new XLineStartItem( aUniqueName, maPolyPolygon ); in checkForUniqueItem()
2198 return (XLineStartItem*)this; in checkForUniqueItem()
2427 …const XLineStartItem* pItem = (const XLineStartItem*)pPool1->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2473 …const XLineStartItem* pItem = (const XLineStartItem*)pPool2->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2529 …const XLineStartItem* pItem = (const XLineStartItem*)pPool1->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()