Home
last modified time | relevance | path

Searched refs:XATTR_LINESTYLE (Results 1 – 25 of 32) sorted by relevance

12

/aoo4110/main/sd/source/ui/view/
H A Ddrviews9.cxx292 pAttr->ClearItem (XATTR_LINESTYLE); in AttrExec()
293 pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE); in AttrExec()
495 pAttr->ClearItem (XATTR_LINESTYLE); in AttrExec()
512 pAttr->Put (XLineStyleItem (XLINE_DASH), XATTR_LINESTYLE); in AttrExec()
796 const XLineStyleItem &rLineStyleItem = (const XLineStyleItem &) aAttr.Get (XATTR_LINESTYLE); in AttrState()
/aoo4110/main/svx/source/svdraw/
H A Dsvdoattr.cxx158 if(XLINE_NONE != ((XLineStyleItem&)(GetObjectItem(XATTR_LINESTYLE))).GetValue()) in ImpGetLineWdt()
173 …return ((XLineStyleItem&)(GetProperties().GetObjectItemSet().Get(XATTR_LINESTYLE))).GetValue()!=XL… in HasLine()
H A Dsvdcrtv.cxx806 const XLineStyle eLine(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue()); in ShowCreateObj()
H A Dsvdocirc.cxx177 XLineStyle eLine = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue(); in PaintNeedsXPolyCirc()
H A Dsvdobj.cxx1007 XLineStyle eXLS = (XLineStyle)((const XLineStyleItem&)GetMergedItem(XATTR_LINESTYLE)).GetValue(); in LineGeometryUsageIsNecessary()
3157 return (((const XLineStyleItem&)GetObjectItem(XATTR_LINESTYLE)).GetValue() != XLINE_NONE); in HasLineStyle()
H A Dsvdibrow.cxx630 if (ImpGetItem(*pSet,XATTR_LINESTYLE,pItem)) { in IsItemIneffective()
/aoo4110/main/sd/source/ui/dlg/
H A Dmorphdlg.cxx89 const XLineStyle eLineStyle1 = ( (const XLineStyleItem&) aSet1.Get( XATTR_LINESTYLE ) ).GetValue(); in MorphDlg()
90 const XLineStyle eLineStyle2 = ( (const XLineStyleItem&) aSet2.Get( XATTR_LINESTYLE ) ).GetValue(); in MorphDlg()
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx68 IPM_MAP_ENTRY( XATTR_LINESTYLE, "BorderStyle", 0 ) in lcl_GetDataPointFilledPropertyMap()
91 IPM_MAP_ENTRY( XATTR_LINESTYLE, "LineStyle", 0 ) in lcl_GetDataPointLinePropertyMap()
102 IPM_MAP_ENTRY( XATTR_LINESTYLE, "LineStyle", 0 ) in lcl_GetLinePropertyMap()
/aoo4110/main/svx/source/xoutdev/
H A Dxpool.cxx78 mppLocalPoolDefaults[XATTR_LINESTYLE -XATTR_START] = new XLineStyleItem; in XOutdevItemPool()
138 mpLocalItemInfos[XATTR_LINESTYLE -XATTR_START]._nSID = SID_ATTR_LINE_STYLE; in XOutdevItemPool()
H A Dxattr.cxx536 SfxEnumItem(XATTR_LINESTYLE, sal::static_int_cast< sal_uInt16 >(eTheLineStyle)) in XLineStyleItem()
551 SfxEnumItem(XATTR_LINESTYLE, rIn) in XLineStyleItem()
/aoo4110/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx511 if ( aAttrSet.GetItemState( XATTR_LINESTYLE ) != SFX_ITEM_DONTCARE ) in IMPL_LINK()
514 ( (const XLineStyleItem&)aAttrSet.Get( XATTR_LINESTYLE ) ).GetValue(); in IMPL_LINK()
/aoo4110/main/sd/source/ui/func/
H A Dfumorph.cxx352 const XLineStyle eLineStyle1 = ITEMVALUE( aSet1, XATTR_LINESTYLE, XLineStyleItem ); in ImpInsertPolygons()
353 const XLineStyle eLineStyle2 = ITEMVALUE( aSet2, XATTR_LINESTYLE, XLineStyleItem ); in ImpInsertPolygons()
/aoo4110/main/svx/source/sdr/properties/
H A Dcaptionproperties.cxx110 mpItemSet->ClearItem(XATTR_LINESTYLE); in ForceDefaultAttributes()
H A Dtextproperties.cxx214 …const sal_Bool bLineVisible(XLINE_NONE != ((const XLineStyleItem&)(GetItem(XATTR_LINESTYLE))).GetV… in ItemChange()
/aoo4110/main/svx/inc/svx/
H A Dxdef.hxx41 #define XATTR_LINESTYLE XATTR_LINE_FIRST macro
H A Dunoshprp.hxx221 …{ MAP_CHAR_LEN(UNO_NAME_LINESTYLE), XATTR_LINESTYLE, &::getCppuType((const ::com::sun::star::dr…
/aoo4110/main/cui/source/tabpages/
H A Dtplnedef.cxx341 if( rAttrs.GetItemState( GetWhich( XATTR_LINESTYLE ) ) != SFX_ITEM_DONTCARE ) in Reset()
343 …XLineStyle eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( GetWhich( XATTR_LINESTYLE )… in Reset()
H A Dtpline.cxx552 pOld = GetOldItem( rAttrs, XATTR_LINESTYLE ); in FillItemSet()
1102 if( rAttrs.GetItemState( XATTR_LINESTYLE ) != SFX_ITEM_DONTCARE ) in Reset()
1104 eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( XATTR_LINESTYLE ) ).GetValue(); in Reset()
/aoo4110/main/svx/source/dialog/
H A Ddlgctl3d.cxx141 XATTR_LINESTYLE, XATTR_LINESTYLE, in Construct()
/aoo4110/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx130 const XLineStyle eLineStyle = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue(); in impGetStrokeAttribute()
/aoo4110/main/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx371 if ( aViewSet.GetItemState( XATTR_LINESTYLE ) == SFX_ITEM_DEFAULT ) in GetAttrFuncState()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx226 const XLineStyle eStyle(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue()); in createNewSdrLineAttribute()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx706 …bStroked ( ((const XLineStyleItem&)pAObj->GetMergedItem( XATTR_LINESTYLE )).GetValue() != XLINE_… in EnhancedCustomShape2d()
2117 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pObj->GetMergedItem(XATTR_LINESTYLE)).GetVal… in CreatePathObj()
H A DEnhancedCustomShape3d.cxx407 && (((XLineStyleItem&)pNext->GetMergedItem( XATTR_LINESTYLE )).GetValue() == XLINE_NONE ); in Create3DObject()
/aoo4110/main/svx/source/engine3d/
H A Dview3d.cxx728 XLineStyle eLineStyle = (XLineStyle)((const XLineStyleItem&)rSet.Get(XATTR_LINESTYLE)).GetValue(); in ImpChangeSomeAttributesFor3DConversion2()

Completed in 181 milliseconds

12