Home
last modified time | relevance | path

Searched refs:XATTR_LINECAP (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dxdef.hxx53 #define XATTR_LINECAP (XATTR_LINE_FIRST + 12) /* V3: 1012 */ macro
54 #define XATTR_LINE_LAST XATTR_LINECAP
H A Dunoshprp.hxx214 …{ MAP_CHAR_LEN(UNO_NAME_LINECAP), XATTR_LINECAP, &::getCppuType((const ::com::s…
/trunk/main/svx/source/xoutdev/
H A Dxpool.cxx90 mppLocalPoolDefaults[XATTR_LINECAP -XATTR_START] = new XLineCapItem; in XOutdevItemPool()
170 mpLocalItemInfos[XATTR_LINECAP - XATTR_START]._nSID = SID_ATTR_LINE_CAP; in XOutdevItemPool()
H A Dxattr2.cxx396 : SfxEnumItem(XATTR_LINECAP, sal::static_int_cast< sal_uInt16 >(eLineCap)) in XLineCapItem()
403 : SfxEnumItem(XATTR_LINECAP, rIn) in XLineCapItem()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx784 pOld = GetOldItem( rAttrs, XATTR_LINECAP ); in FillItemSet()
1365 if(bObjSelected && SFX_ITEM_DEFAULT == rAttrs.GetItemState(XATTR_LINECAP)) in Reset()
1370 else if(SFX_ITEM_DONTCARE != rAttrs.GetItemState(XATTR_LINECAP)) in Reset()
1372 …un::star::drawing::LineCap eLineCap(((const XLineCapItem&)(rAttrs.Get(XATTR_LINECAP))).GetValue()); in Reset()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx119 …const com::sun::star::drawing::LineCap eLineCap = ((const XLineCapItem&)(rSet.Get(XATTR_LINECAP)))… in impGetLineAttribute()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx242 …const com::sun::star::drawing::LineCap eCap(((const XLineCapItem&)(rSet.Get(XATTR_LINECAP))).GetVa… in createNewSdrLineAttribute()

Completed in 54 milliseconds