Home
last modified time | relevance | path

Searched refs:bLineOnly (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/svx/source/engine3d/
H A Dpolygn3d.cxx55 bLineOnly(bLinOnly) in E3dPolygonObj()
79 bLineOnly(bLinOnly) in E3dPolygonObj()
102 bLineOnly(bLinOnly) in E3dPolygonObj()
117 bLineOnly(false) // added missing initialisation in E3dPolygonObj()
339 bLineOnly = r3DObj.bLineOnly; in operator =()
350 if(bNew != bLineOnly) in SetLineOnly()
352 bLineOnly = bNew; in SetLineOnly()
/aoo4110/main/cui/source/tabpages/
H A Dtabline.cxx93 bool bLineOnly = false; in SvxLineTabDialog() local
104 bLineOnly = true; in SvxLineTabDialog()
113 if( bLineOnly ) in SvxLineTabDialog()
/aoo4110/main/svx/inc/svx/
H A Dpolygn3d.hxx37 sal_Bool bLineOnly; member in E3dPolygonObj
81 sal_Bool GetLineOnly() { return bLineOnly; } in GetLineOnly()
/aoo4110/main/filter/source/svg/
H A Dsvgwriter.cxx629 void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly, in ImplWritePolyPolygon() argument
648 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrD, GetPathString( aPolyPoly, bLineOnly ) ); in ImplWritePolyPolygon()
667 …const sal_Bool bLineOnly = ( rShape.maShapeFillColor == Color( COL_TRANSPARENT ) ) && ( !rShape.m… in ImplWriteShape() local
746 ImplWritePolyPolygon( aPolyPoly, bLineOnly, sal_False ); in ImplWriteShape()
H A Dsvgwriter.hxx207 void ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly,

Completed in 24 milliseconds