Home
last modified time | relevance | path

Searched refs:XLineStyle (Results 1 – 25 of 135) sorted by relevance

123456

/aoo4110/main/svx/inc/svx/
H A Dxlineit0.hxx38 XLineStyleItem(XLineStyle = XLINE_SOLID);
51 XLineStyle GetValue() const { return (XLineStyle) SfxEnumItem::GetValue(); } in GetValue()
H A Dxenum.hxx27 enum XLineStyle { XLINE_NONE, XLINE_SOLID, XLINE_DASH }; enum
/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/svx/source/tbxctrls/
H A Dcolrctrl.cxx513 XLineStyle eXLS = (XLineStyle) in IMPL_LINK()
H A Dlinectrl.cxx167 XLineStyle eXLS; in Update()
170 eXLS = ( XLineStyle )pStyleItem->GetValue(); in Update()
H A Ditemwin.cxx110 XLineStyle eXLS; in Select()
/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/cui/source/tabpages/
H A Dtplnedef.cxx343XLineStyle eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( GetWhich( XATTR_LINESTYLE )… in Reset()
H A Dtpline.cxx967 XLineStyle eXLS; // XLINE_NONE, XLINE_SOLID, XLINE_DASH in Reset()
1104 eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( XATTR_LINESTYLE ) ).GetValue(); in Reset()
/aoo4110/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx1163 const XLineStyle eXLS(mpStyleItem ? (XLineStyle)mpStyleItem->GetValue() : XLINE_NONE); in SelectLineStyle()
/aoo4110/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx130 const XLineStyle eLineStyle = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue(); in impGetStrokeAttribute()
/aoo4110/main/svx/source/engine3d/
H A Dview3d.cxx728 XLineStyle eLineStyle = (XLineStyle)((const XLineStyleItem&)rSet.Get(XATTR_LINESTYLE)).GetValue(); in ImpChangeSomeAttributesFor3DConversion2()
/aoo4110/main/svx/source/svdraw/
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()
H A Dsvdibrow.cxx631 XLineStyle eLineStyle=((const XLineStyleItem*)pItem)->GetValue(); in IsItemIneffective()
H A Dsvdedtv2.cxx1340 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pAttrObj->GetMergedItem(XATTR_LINESTYLE)).Ge… in CombineMarkedObjects()
/aoo4110/main/sd/source/ui/view/
H A Ddrviews9.cxx293 pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE); in AttrExec()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx226 const XLineStyle eStyle(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue()); in createNewSdrLineAttribute()
/aoo4110/main/svx/inc/
H A Dgloblmn_tmpl.hrc1109 Command = ".uno:XLineStyle" ; \
/aoo4110/main/helpcontent2/helpers/
H A Duno-commands.csv1691 .uno:XLineStyle
H A Dunocmds.txt1083 .uno:XLineStyle;shared/01/05200100.xhp
H A Dlongnames_commands.csv602 SID_ATTR_LINE_STYLE,.uno:XLineStyle
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2117 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pObj->GetMergedItem(XATTR_LINESTYLE)).GetVal… in CreatePathObj()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptin.cxx2678XLineStyle eLineStyle = ((XLineStyleItem&)(rObjItemSet.Get(XATTR_LINESTYLE))).GetValue(); in ProcessObj()

Completed in 170 milliseconds

123456