Searched refs:XLineStyle (Results  1 – 25 of 139) sorted by relevance
123456
| /trunk/main/svx/inc/svx/ | 
| H A D | xlineit0.hxx | 38 							XLineStyleItem(XLineStyle = XLINE_SOLID);51 	XLineStyle				GetValue() const { return (XLineStyle) SfxEnumItem::GetValue(); }  in GetValue()
 
 | 
| H A D | xenum.hxx | 27 enum XLineStyle			{ XLINE_NONE, XLINE_SOLID, XLINE_DASH };  enum
 | 
| /trunk/main/sd/source/ui/dlg/ | 
| H A D | morphdlg.cxx | 89 	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()
 
 | 
| /trunk/main/svx/source/tbxctrls/ | 
| H A D | colrctrl.cxx | 513 							XLineStyle eXLS = (XLineStyle)  in IMPL_LINK()
 | 
| H A D | linectrl.cxx | 167 		XLineStyle eXLS;  in Update()170 			eXLS = ( XLineStyle )pStyleItem->GetValue();  in Update()
 
 | 
| H A D | itemwin.cxx | 110 		XLineStyle eXLS;  in Select()
 | 
| /trunk/main/sd/source/ui/func/ | 
| H A D | fumorph.cxx | 352 	const XLineStyle eLineStyle1 = ITEMVALUE( aSet1, XATTR_LINESTYLE, XLineStyleItem );  in ImpInsertPolygons()353 	const XLineStyle eLineStyle2 = ITEMVALUE( aSet2, XATTR_LINESTYLE, XLineStyleItem );  in ImpInsertPolygons()
 
 | 
| /trunk/main/cui/source/tabpages/ | 
| H A D | tplnedef.cxx | 343 …XLineStyle eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( GetWhich( XATTR_LINESTYLE )…  in Reset()
 | 
| H A D | tpline.cxx | 967 	XLineStyle	eXLS; // XLINE_NONE, XLINE_SOLID, XLINE_DASH  in Reset()1104 		eXLS = (XLineStyle) ( ( const XLineStyleItem& ) rAttrs.Get( XATTR_LINESTYLE ) ).GetValue();  in Reset()
 
 | 
| /trunk/main/svx/source/sidebar/line/ | 
| H A D | LinePropertyPanel.cxx | 1163     const XLineStyle eXLS(mpStyleItem ? (XLineStyle)mpStyleItem->GetValue() : XLINE_NONE);  in SelectLineStyle()
 | 
| /trunk/main/svx/source/sdr/attribute/ | 
| H A D | sdrformtextattribute.cxx | 130 		const XLineStyle eLineStyle = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue();  in impGetStrokeAttribute()
 | 
| /trunk/main/svx/source/engine3d/ | 
| H A D | view3d.cxx | 728 		XLineStyle eLineStyle = (XLineStyle)((const XLineStyleItem&)rSet.Get(XATTR_LINESTYLE)).GetValue();  in ImpChangeSomeAttributesFor3DConversion2()
 | 
| /trunk/main/svx/source/svdraw/ | 
| H A D | svdcrtv.cxx | 806 				const XLineStyle eLine(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue());  in ShowCreateObj()
 | 
| H A D | svdobj.cxx | 1007 	XLineStyle eXLS = (XLineStyle)((const XLineStyleItem&)GetMergedItem(XATTR_LINESTYLE)).GetValue();  in LineGeometryUsageIsNecessary()
 | 
| H A D | svdocirc.cxx | 177 		XLineStyle eLine = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue();  in PaintNeedsXPolyCirc()
 | 
| H A D | svdibrow.cxx | 631 				XLineStyle eLineStyle=((const XLineStyleItem*)pItem)->GetValue();  in IsItemIneffective()
 | 
| H A D | svdedtv2.cxx | 1346 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pAttrObj->GetMergedItem(XATTR_LINESTYLE)).Ge…  in CombineMarkedObjects()
 | 
| /trunk/main/sd/source/ui/view/ | 
| H A D | drviews9.cxx | 293 						pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE);  in AttrExec()
 | 
| /trunk/main/svx/source/sdr/primitive2d/ | 
| H A D | sdrattributecreator.cxx | 226 			const XLineStyle eStyle(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue());  in createNewSdrLineAttribute()
 | 
| /trunk/main/svx/inc/ | 
| H A D | globlmn_tmpl.hrc | 1109 	Command = ".uno:XLineStyle" ; \
 | 
| /trunk/main/helpcontent2/helpers/ | 
| H A D | uno-commands.csv | 1691 .uno:XLineStyle
 | 
| H A D | unocmds.txt | 1082 .uno:XLineStyle;shared/01/05200100.xhp
 | 
| H A D | longnames_commands.csv | 602 SID_ATTR_LINE_STYLE,.uno:XLineStyle
 | 
| /trunk/main/svx/source/customshapes/ | 
| H A D | EnhancedCustomShape2d.cxx | 2117 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pObj->GetMergedItem(XATTR_LINESTYLE)).GetVal…  in CreatePathObj()
 | 
| /trunk/main/sd/source/filter/ppt/ | 
| H A D | pptin.cxx | 2687 …          XLineStyle eLineStyle = ((XLineStyleItem&)(rObjItemSet.Get(XATTR_LINESTYLE))).GetValue();  in ProcessObj()
 | 
        Completed in 575 milliseconds
123456