Home
last modified time | relevance | path

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

12

/trunk/main/svx/inc/svx/
H A Dxlndsit.hxx39 class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex class
45 XLineDashItem() : NameOrIndex(XATTR_LINEDASH, -1) {} in XLineDashItem() function in XLineDashItem
46 XLineDashItem(sal_Int32 nIndex, const XDash& rTheDash);
47 XLineDashItem(const String& rName, const XDash& rTheDash);
48 XLineDashItem(SfxItemPool* pPool, const XDash& rTheDash);
49 XLineDashItem(SfxItemPool* pPool );
50 XLineDashItem(const XLineDashItem& rItem);
51 XLineDashItem(SvStream& rIn);
72 XLineDashItem* checkForUniqueItem( SdrModel* pModel ) const;
H A Dlinectrl.hxx33 class XLineDashItem;
48 XLineDashItem* pDashItem;
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx907 XLineDashItem::XLineDashItem(sal_Int32 nIndex, const XDash& rTheDash) : in XLineDashItem() function in XLineDashItem
923 XLineDashItem::XLineDashItem(const XubString& rName, const XDash& rTheDash) : in XLineDashItem() function in XLineDashItem
939 XLineDashItem::XLineDashItem(const XLineDashItem& rItem) : in XLineDashItem() function in XLineDashItem
955 XLineDashItem::XLineDashItem(SvStream& rIn) : in XLineDashItem() function in XLineDashItem
975 XLineDashItem::XLineDashItem(SfxItemPool* /*pPool*/, const XDash& rTheDash) in XLineDashItem() function in XLineDashItem
983 XLineDashItem::XLineDashItem(SfxItemPool* /*pPool*/) in XLineDashItem() function in XLineDashItem
1000 return new XLineDashItem(*this); in Clone()
1031 return new XLineDashItem(rIn); in Create()
1372 return ((XLineDashItem*)p1)->GetDashValue() == ((XLineDashItem*)p2)->GetDashValue(); in CompareValueFunc()
1375 XLineDashItem* XLineDashItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
[all …]
H A Dxpool.cxx79 mppLocalPoolDefaults[XATTR_LINEDASH -XATTR_START] = new XLineDashItem(this,aNullDash); in XOutdevItemPool()
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx331 rAttrs.Put( XLineDashItem( aString, aDash ) ); in FillItemSet()
354 const XLineDashItem& rDashItem = ( const XLineDashItem& ) rAttrs.Get( XATTR_LINEDASH ); in Reset()
409 rXLSet.Put( XLineDashItem( String(), aDash ) ); in IMPL_LINK()
968 rXLSet.Put( XLineDashItem( String(), aDash ) ); in FillDash_Impl()
H A Dtpline.cxx543XLineDashItem aDashItem( aLbLineStyle.GetSelectEntry(), maDashList->GetDash( nPos - 2 )->GetDash()… in FillItemSet()
545 if ( !pOld || !( *(const XLineDashItem*)pOld == aDashItem ) ) in FillItemSet()
858 …rXLSet.Put( XLineDashItem( aLbLineStyle.GetSelectEntry(), maDashList->GetDash( nPos - 2 )->GetDash… in FillXLSet_Impl()
1117 aLbLineStyle.SelectEntry( ( ( const XLineDashItem& ) rAttrs. in Reset()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx347 XLineDashItem aItem; in FillSpecialItem()
356 XLineDashItem * pItemToPut = & aItem; in FillSpecialItem()
598 const XLineDashItem & rItem = in ApplySpecialItem()
599 static_cast< const XLineDashItem & >( in ApplySpecialItem()
/trunk/main/svx/source/unodraw/
H A Dunodtabl.cxx83 XLineDashItem* pNewItem = new XLineDashItem(); in createItem()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.hxx42 class XLineDashItem;
134 ::boost::scoped_ptr< XLineDashItem > mpDashItem;
H A DLinePropertyPanel.cxx514 const XLineDashItem* pItem = dynamic_cast< const XLineDashItem* >(pState); in NotifyItemUpdate()
518 mpDashItem.reset(pState ? (XLineDashItem*)pItem->Clone() : 0); in NotifyItemUpdate()
842 const XLineDashItem aItemB(
/trunk/main/cui/source/inc/
H A Dcuitabline.hxx161 XLineDashItem aXDash;
289 XLineDashItem aXDash;
/trunk/main/sw/sdi/
H A Dswslots.sdi50 item String XLineDashItem;
/trunk/main/svx/sdi/
H A Dxoitems.sdi114 item XLineDash XLineDashItem;
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx136 const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue(); in impGetStrokeAttribute()
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx186 pItem = ((XLineDashItem*)pItem)->checkForUniqueItem( pModel ); in ItemChange()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx391 mpLineAttr->Put(XLineDashItem(String(), maDash)); in SetAttributes()
395 mpLineAttr->Put(XLineDashItem(String(), XDash(XDASH_RECT))); in SetAttributes()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx137 XLineDashItem aLineDashItem( GetSelectEntry(), in Select()
H A Dlinectrl.cxx136 pDashItem = (XLineDashItem*)pState->Clone(); in StateChanged()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx665 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 0, nDotLen, 1, nDashLen, nD… in ConvertLineStyle()
669 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 0, nDashLen, nD… in ConvertLineStyle()
673 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 1, nDashLen, nD… in ConvertLineStyle()
677 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 2, nDotLen, 1, nDashLen, nD… in ConvertLineStyle()
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx494 SfxPoolItem* pNewItem = ((XLineDashItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute()
/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx511 pAttr->Put (XLineDashItem (pName->GetValue (), aNewDash), XATTR_LINEDASH); in AttrExec()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx248 const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue(); in createNewSdrLineAttribute()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx452 … pResult = static_cast< const XLineDashItem* >(pItem)->checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx388 mpPathObj->SetMergedItem( XLineDashItem( aEmpty, aDash ) ); in MotionPathTag()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx174 rISet.Put(XLineDashItem(pPool,aNullDash)); in CreateLayoutTemplates()

Completed in 165 milliseconds

12