Home
last modified time | relevance | path

Searched refs:aHatch (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx286 XHatch aHatch(((XFillHatchItem&)(rOriginalSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in ImpCreateShadowObjectClone() local
287 aHatch.SetColor(aShadowColor); in ImpCreateShadowObjectClone()
288 aTempSet.Put(XFillHatchItem(aTempSet.GetPool(), aHatch)); in ImpCreateShadowObjectClone()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx120 XHatch aHatch = ((XFillHatchItem&)(rItemSet.Get(XATTR_FILLHATCH))).GetHatchValue(); in createViewIndependentPrimitive2DSequence() local
121 aHatch.SetColor(aShadowColor); in createViewIndependentPrimitive2DSequence()
122 aSet.Put(XFillHatchItem(String(),aHatch)); in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx414 const XHatch aHatch = aItem.GetHatchList()->GetHatch(mnLastPosHatch)->GetHatch(); in IMPL_LINK() local
415 const XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
558 const XHatch aHatch = aItem.GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK() local
559 const XFillHatchItem aXFillHatchItem( mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx4276 aHatch(rTheHatch) in XFillHatchItem()
4294 aHatch(rTheHatch) in XFillHatchItem()
4310 aHatch(rItem.aHatch) in XFillHatchItem()
4326 aHatch(COL_BLACK) in XFillHatchItem()
4343 aHatch.SetColor(aCol); in XFillHatchItem()
4353 aHatch(rTheHatch) in XFillHatchItem()
4392 aHatch == ((const XFillHatchItem&) rItem).aHatch ); in operator ==()
4453 return aHatch; in GetHatchValue()
4493 aHatch.SetDistance( ScaleMetricValue( aHatch.GetDistance(), nMul, nDiv ) ); in ScaleMetrics()
4644 aHatch.SetColor( nVal ); in PutValue()
[all …]
H A Dxtable.cxx93 aHatch(rHatch) in XHatchEntry()
99 aHatch(rOther.aHatch) in XHatchEntry()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1341 Hatch aHatch( pAct->GetHatch() ); in Rotate() local
1343 aHatch.SetAngle( aHatch.GetAngle() + (sal_uInt16) nAngle10 ); in Rotate()
1345 aHatch ) ); in Rotate()
2262 Hatch aHatch( pAct->GetHatch() ); in ImplExchangeColors() local
2264 aHatch.SetColor( pFncCol( aHatch.GetColor(), pColParam ) ); in ImplExchangeColors()
2265 aMtf.Insert( new MetaHatchAction( pAct->GetPolyPolygon(), aHatch ), LIST_APPEND ); in ImplExchangeColors()
H A Doutdev4.cxx1052 Hatch aHatch( rHatch ); in DrawHatch() local
1081 aHatch.SetColor( aColor ); in DrawHatch()
1085 mpMetaFile->AddAction( new MetaHatchAction( rPolyPoly, aHatch ) ); in DrawHatch()
1106 aHatch.SetDistance( ImplLogicWidthToDevicePixel( aHatch.GetDistance() ) ); in DrawHatch()
1111 SetLineColor( aHatch.GetColor() ); in DrawHatch()
1113 ImplDrawHatch( aPolyPoly, aHatch, sal_False ); in DrawHatch()
H A Dcvtsvm.cxx1249 Hatch aHatch; in ImplConvertFromSVM1() local
1252 rIStm >> aPolyPoly >> aHatch >> nFollowingActionCount; in ImplConvertFromSVM1()
1254 rMtf.AddAction( new MetaHatchAction( aPolyPoly, aHatch ) ); in ImplConvertFromSVM1()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx101 XHatch aHatch; member in XHatchEntry
109 return aHatch; in GetHatch()
H A Dxflhtit.hxx38 XHatch aHatch; member in XFillHatchItem
65 …void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchVa… in SetHatchValue()
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java212 Hatch aHatch=new Hatch(); in testShapeFillHatch() local
213 aHatch.Style=HatchStyle.DOUBLE; in testShapeFillHatch()
214 aHatch.Color=0x00ff00; in testShapeFillHatch()
215 aHatch.Distance=100; in testShapeFillHatch()
216 aHatch.Angle=450; in testShapeFillHatch()
217 xPropSet.setPropertyValue("FillHatch", aHatch); in testShapeFillHatch()
224 aHatch=(Hatch) xPropSet.getPropertyValue("FillHatch"); in testShapeFillHatch()
225 assertEquals("Not Double Hatch",HatchStyle.DOUBLE,aHatch.Style); in testShapeFillHatch()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java187 Hatch aHatch = new Hatch(); in testFillHatch() local
188 aHatch.Style = HatchStyle.DOUBLE; in testFillHatch()
189 aHatch.Color = 0x00ff00; in testFillHatch()
190 aHatch.Distance = 100; in testFillHatch()
191 aHatch.Angle = 450; in testFillHatch()
192 xPropSet.setPropertyValue("FillHatch", aHatch); in testFillHatch()
201 aHatch = (Hatch) xPropSet.getPropertyValue("FillHatch"); in testFillHatch()
202 assertEquals("Not Double Hatch", HatchStyle.DOUBLE, aHatch.Style); in testFillHatch()
/trunk/main/xmloff/source/style/
H A DHatchStyle.cxx92 drawing::Hatch aHatch; in importXML() local
93 aHatch.Style = drawing::HatchStyle_SINGLE; in importXML()
94 aHatch.Color = 0; in importXML()
95 aHatch.Distance = 0; in importXML()
96 aHatch.Angle = 0; in importXML()
138 aHatch.Style = (drawing::HatchStyle) eValue; in importXML()
146 aHatch.Color = (sal_Int32)( aColor.GetColor() ); in importXML()
156 aHatch.Angle = sal_Int16( nValue ); in importXML()
166 rValue <<= aHatch; in importXML()
203 drawing::Hatch aHatch; in exportXML() local
[all …]
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx148 const Hatch aHatch(HatchStyle_TRIPLE,aBlackColor,4,450); in setupMethodStubs() local
745 aPoly3,aHatch )); in setupMethodStubs()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx519 const XHatch& aHatch = ((XHatchEntry*)pEntry)->GetHatch(); in getAny() local
523 aUnoHatch.Style = (drawing::HatchStyle)aHatch.GetHatchStyle(); in getAny()
524 aUnoHatch.Color = aHatch.GetColor().GetColor(); in getAny()
525 aUnoHatch.Distance = aHatch.GetDistance(); in getAny()
526 aUnoHatch.Angle = aHatch.GetAngle(); in getAny()
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx822 XHatch aHatch = pItem->GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK() local
823 XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(),aHatch); in IMPL_LINK()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx283 const Primitive2DReference aHatch( in create2DDecomposition() local
289 aRetval = Primitive2DSequence(&aHatch, 1); in create2DDecomposition()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx424 attribute::FillHatchAttribute aHatch; in createNewSdrFillAttribute() local
476 aHatch = attribute::FillHatchAttribute( in createNewSdrFillAttribute()
497 aHatch, in createNewSdrFillAttribute()
/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx448 XHatch aHatch(pEntry->GetHatch()); in AttrExec() local
450 aHatch.SetColor (aColor); in AttrExec()
453 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
460 XHatch aHatch (aColor); in AttrExec() local
465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
625 XHatch aHatch(pEntry->GetHatch()); in AttrExec() local
627 aHatch.SetHatchStyle ((XHatchStyle) pStyle->GetValue ()); in AttrExec()
628 aHatch.SetDistance (pDistance->GetValue ()); in AttrExec()
629 aHatch.SetAngle (pAngle->GetValue () * 10); in AttrExec()
643 aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx883 cssd::Hatch aHatch; in ReadEscherProperties() local
884 if( rHatchTable.GetObject( aHatchName ) >>= aHatch ) in ReadEscherProperties()
888 … rEscherFmt.mxEscherSet->CreateEmbeddedHatchProperties( aHatch, aColor, bFillBackground ); in ReadEscherProperties()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1533 ::com::sun::star::drawing::Hatch aHatch; in CreateGraphicProperties()
1534 if ( aAny >>= aHatch ) in CreateGraphicProperties()
1550 aGraphicObject = lclDrawHatch( aHatch, aBackColor, bFillBackground, aRect ); in CreateGraphicProperties()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx350 drawing::Hatch aHatch; in ImplSetFillBundle() local
353 aHatch.Color = nFillColor; in ImplSetFillBundle()
355 aHatch.Color = nFillColor; in ImplSetFillBundle()
361 case 0 : aHatch.Style = drawing::HatchStyle_SINGLE; break; in ImplSetFillBundle()
362 case 1 : aHatch.Style = drawing::HatchStyle_DOUBLE; break; in ImplSetFillBundle()
365 aHatch.Distance = pHatchEntry->HatchDistance; in ImplSetFillBundle()
366 aHatch.Angle = pHatchEntry->HatchAngle; in ImplSetFillBundle()
370 aHatch.Style = drawing::HatchStyle_TRIPLE; in ImplSetFillBundle()
371 aHatch.Distance = 10 * ( nHatchIndex & 0x1f ) | 100; in ImplSetFillBundle()
372 aHatch.Angle = 15 * ( ( nHatchIndex & 0x1f ) - 5 ); in ImplSetFillBundle()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx155 texture::GeoTexSvxHatch aHatch( in impCreate3DDecomposition() local
161 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition()
166 texture::GeoTexSvxHatch aHatch( in impCreate3DDecomposition() local
172 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition()
177 texture::GeoTexSvxHatch aHatch( in impCreate3DDecomposition() local
183 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx77 texture::GeoTexSvxHatch aHatch( in create2DDecomposition() local
83 aHatch.appendTransformations(aMatrices); in create2DDecomposition()
90 texture::GeoTexSvxHatch aHatch( in create2DDecomposition() local
96 aHatch.appendTransformations(aMatrices); in create2DDecomposition()
103 texture::GeoTexSvxHatch aHatch( in create2DDecomposition() local
109 aHatch.appendTransformations(aMatrices); in create2DDecomposition()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx673 uno::Any aHatch; in ApplySpecialItem() local
674 rItem.QueryValue( aHatch, MID_FILLHATCH ); in ApplySpecialItem()
678 aHatch, m_xNamedPropertyTableFactory, aPreferredName ); in ApplySpecialItem()

Completed in 163 milliseconds

12