Searched refs:XLineEndCenterItem (Results 1 – 15 of 15) sorted by relevance
33 class SVX_DLLPUBLIC XLineEndCenterItem : public SfxBoolItem class37 XLineEndCenterItem(sal_Bool bEndCenter = sal_False);38 XLineEndCenterItem(SvStream& rIn);
3000 TYPEINIT1_AUTOFACTORY(XLineEndCenterItem, SfxBoolItem);3012 XLineEndCenterItem::XLineEndCenterItem(sal_Bool bEndCenter) : in XLineEndCenterItem() function in XLineEndCenterItem3027 XLineEndCenterItem::XLineEndCenterItem(SvStream& rIn) : in XLineEndCenterItem() function in XLineEndCenterItem3042 SfxPoolItem* XLineEndCenterItem::Clone(SfxItemPool* /*pPool*/) const in Clone()3044 return new XLineEndCenterItem(*this); in Clone()3058 SfxPoolItem* XLineEndCenterItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()3060 return new XLineEndCenterItem(rIn); in Create()3065 SfxItemPresentation XLineEndCenterItem::GetPresentation in GetPresentation()3088 sal_Bool XLineEndCenterItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/)… in QueryValue()3095 sal_Bool XLineEndCenterItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberI… in PutValue()
87 mppLocalPoolDefaults[XATTR_LINEENDCENTER -XATTR_START] = new XLineEndCenterItem; in XOutdevItemPool()
668 XLineEndCenterItem aItem( sal::static_int_cast< sal_Bool >( eState ) ); in FillItemSet()670 if ( !pOld || !( *(const XLineEndCenterItem*)pOld == aItem ) ) in FillItemSet()948 rXLSet.Put( XLineEndCenterItem( sal_True ) ); in FillXLSet_Impl()950 rXLSet.Put( XLineEndCenterItem( sal_False ) ); in FillXLSet_Impl()1291 if( ( ( const XLineEndCenterItem& ) rAttrs.Get( XATTR_LINEENDCENTER ) ).GetValue() ) in Reset()
185 aArrowSet.Put( XLineEndCenterItem( sal_False ) ); in ScDetectiveData()192 aToTabSet.Put( XLineEndCenterItem( sal_False ) ); in ScDetectiveData()199 aFromTabSet.Put( XLineEndCenterItem( sal_False ) ); in ScDetectiveData()
53 item String XLineEndCenterItem;
124 item BOOL XLineEndCenterItem;
1354 …XLineEndCenterItem aLineEndCenter(((XLineEndCenterItem&)pObj->GetMergedItem( XATTR_LINESTARTCENT… in SwapStartAndEndArrow()
326 bEndCentered = ((const XLineEndCenterItem&)(rSet.Get(XATTR_LINEENDCENTER))).GetValue(); in createNewSdrLineStartEndAttribute()
448 mpPathObj->SetMergedItem(XLineEndCenterItem(sal_True)); in updatePathAttributes()
180 rISet.Put(XLineEndCenterItem()); in CreateLayoutTemplates()
405 bArrow2Center = ((const XLineEndCenterItem&)(rSet.Get(XATTR_LINEENDCENTER))).GetValue(); in ImpCalcGeometrics()
304 rSet.Put(XLineEndCenterItem(false)); in SetLineEndAttr()
1164 xSdrObj->SetMergedItem( XLineEndCenterItem( sal_False ) ); in DoCreateSdrObj()
1071 rSet.Put( XLineEndCenterItem( bArrowCenter ) ); in ApplyLineAttributes()
Completed in 164 milliseconds