Home
last modified time | relevance | path

Searched refs:XLineEndItem (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svx/inc/svx/
H A Dxlnedit.hxx36 class SVX_DLLPUBLIC XLineEndItem : public NameOrIndex class
42 XLineEndItem(sal_Int32 nIndex = -1);
43 XLineEndItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
44 XLineEndItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
45 XLineEndItem(SfxItemPool* pPool );
46 XLineEndItem(const XLineEndItem& rItem);
47 XLineEndItem(SvStream& rIn);
65 XLineEndItem* checkForUniqueItem( SdrModel* pModel ) const;
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx2216 XLineEndItem::XLineEndItem(sal_Int32 nIndex) in XLineEndItem() function in XLineEndItem
2232 XLineEndItem::XLineEndItem(const XubString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineEndItem() function in XLineEndItem
2248 XLineEndItem::XLineEndItem(const XLineEndItem& rItem) in XLineEndItem() function in XLineEndItem
2264 XLineEndItem::XLineEndItem(SvStream& rIn) : in XLineEndItem() function in XLineEndItem
2275 XLineEndItem::XLineEndItem(SfxItemPool* /*pPool*/, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineEndItem() function in XLineEndItem
2283 XLineEndItem::XLineEndItem(SfxItemPool* /*pPool*/) in XLineEndItem() function in XLineEndItem
2300 return new XLineEndItem(*this); in Clone()
2330 return new XLineEndItem(rIn); in Create()
2381 XLineEndItem* XLineEndItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
2394 return (XLineEndItem*)this; in checkForUniqueItem()
[all …]
H A Dxpool.cxx83 mppLocalPoolDefaults[XATTR_LINEEND -XATTR_START] = new XLineEndItem (this,aNullPol); in XOutdevItemPool()
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx696 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_ARROW), aArrow)); in SetLineEnds()
724 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_ARROW), aArrow)); in SetLineEnds()
737 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_CIRCLE), aCircle)); in SetLineEnds()
759 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_CIRCLE), aCircle)); in SetLineEnds()
771 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_CIRCLE), aCircle)); in SetLineEnds()
787 rAttr.Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_SQUARE), aSquare)); in SetLineEnds()
H A Dfutempl.cxx514 SfxPoolItem* pNewItem = ((XLineEndItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx640 const XLineEndItem* pItem = dynamic_cast< const XLineEndItem* >(pState); in NotifyItemUpdate()
644 mpEndItem.reset(pItem ? (XLineEndItem*)pItem->Clone() : 0); in NotifyItemUpdate()
880 XLineEndItem* pItem = NULL; in IMPL_LINK()
882 pItem = new XLineEndItem(); in IMPL_LINK()
884 …pItem = new XLineEndItem( mpLBEnd->GetSelectEntry(), maLineEndList->GetLineEnd( nPos - 1 )->GetLin… in IMPL_LINK()
H A DLinePropertyPanel.hxx44 class XLineEndItem;
141 ::boost::scoped_ptr< XLineEndItem > mpEndItem;
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx624 ( !pOld || !( *(const XLineEndItem*)pOld == *pItem ) ) ) in FillItemSet()
636 XLineEndItem* pItem = NULL; in FillItemSet()
638 pItem = new XLineEndItem(); in FillItemSet()
640 pItem = new XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillItemSet()
644 ( !pOld || !( *(const XLineEndItem*)pOld == *pItem ) ) ) in FillItemSet()
875 rXLSet.Put( XLineEndItem() ); in FillXLSet_Impl()
877 rXLSet.Put( XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillXLSet_Impl()
1210 …const basegfx::B2DPolyPolygon& rItemPolygon = ((const XLineEndItem&)rAttrs.Get(XATTR_LINEEND)).Get… in Reset()
H A Dtplneend.cxx262 rSet.Put( XLineEndItem( pEntry->GetName(), pEntry->GetLineEnd() ) ); in FillItemSet()
284 rXLSet.Put( XLineEndItem( String(), pEntry->GetLineEnd() ) ); in Reset()
328 rXLSet.Put( XLineEndItem( String(), pEntry->GetLineEnd() ) ); in IMPL_LINK()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx464 XLineEndItem* pLineEndItem = NULL; in IMPL_LINK()
474 pLineEndItem = new XLineEndItem(); in IMPL_LINK()
484 pLineEndItem = new XLineEndItem( pEntry->GetName(), pEntry->GetLineEnd() ); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx183 aArrowSet.Put( XLineEndItem( aName, basegfx::B2DPolyPolygon(aTriangle) ) ); in ScDetectiveData()
190 aToTabSet.Put( XLineEndItem( aName, basegfx::B2DPolyPolygon(aSquare) ) ); in ScDetectiveData()
197 aFromTabSet.Put( XLineEndItem( aName, basegfx::B2DPolyPolygon(aTriangle) ) ); in ScDetectiveData()
437 lcl_IsOtherTab( ((const XLineEndItem&)rSet.Get(XATTR_LINEEND)).GetLineEndValue() ); in HasArrow()
463 lcl_IsOtherTab( ((const XLineEndItem&)rSet.Get(XATTR_LINEEND)).GetLineEndValue() ); in IsNonAlienArrow()
/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx169 XLineEndItem aEndMarker; in ImplInsertByName()
255 XLineEndItem aEndMarker; in replaceByName()
H A Dunoshape.cxx1649 XLineEndItem aLEItem; in SetFillAttribute()
1710 rSet.Put( XLineEndItem( aEmpty, aEmptyPoly ) ); in SetFillAttribute()
/trunk/main/svx/source/sdr/properties/
H A Dmeasureproperties.cxx128 mpItemSet->Put(XLineEndItem(String(), basegfx::B2DPolyPolygon(aNewPolygon))); in ForceDefaultAttributes()
H A Dattributeproperties.cxx196 pItem = ((XLineEndItem*)pItem)->checkForUniqueItem( pModel ); in ItemChange()
/trunk/main/sw/sdi/
H A Dswslots.sdi51 item String XLineEndItem;
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx446 mpPathObj->SetMergedItem(XLineEndItem(aEmpty,::basegfx::B2DPolyPolygon(aEndArrow))); in updatePathAttributes()
452 mpPathObj->SetMergedItem(XLineEndItem()); in updatePathAttributes()
/trunk/main/svx/sdi/
H A Dxoitems.sdi121 item XLineEnd XLineEndItem;
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx176 rISet.Put(XLineEndItem(pPool,aNullPolyPolygon)); in CreateLayoutTemplates()
531 pISet->Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_ARROW),::basegfx::B2DPolyPolygon(aArrow))); in CreateLayoutTemplates()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx236 rAttr.Put( XLineEndItem( SVX_RESSTR( RID_SVXSTR_ARROW ), aArrow ) ); in setLineEnds()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1351 XLineEndItem aLineEnd; in SwapStartAndEndArrow()
1352 …aLineEnd.SetLineEndValue(((XLineEndItem&)pObj->GetMergedItem( XATTR_LINESTART )).GetLineEndValue()… in SwapStartAndEndArrow()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx321 …aEndPolyPolygon = basegfx::B2DPolyPolygon(((const XLineEndItem&)(rSet.Get(XATTR_LINEEND))).GetLine… in createNewSdrLineStartEndAttribute()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx462 pResult = static_cast< const XLineEndItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx194 bNeed = ((XLineEndItem&)(rSet.Get(XATTR_LINEEND))).GetLineEndValue().count() != 0L && in PaintNeedsXPolyCirc()
H A Dsvdmodel.cxx1888 pItem = ((XLineEndItem*)pItem)->checkForUniqueItem( pNewModel ); in MigrateItemSet()

Completed in 155 milliseconds

12