/aoo41x/main/xmloff/source/style/ |
H A D | HatchStyle.cxx | 92 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 …]
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 4276 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 D | xtable.cxx | 93 aHatch(rHatch) in XHatchEntry() 99 aHatch(rOther.aHatch) in XHatchEntry()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 448 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 …]
|
/aoo41x/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 187 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()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | fillhatchprimitive2d.cxx | 77 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle - F_PI4); in create2DDecomposition() local 78 aHatch.appendTransformations(aMatrices); in create2DDecomposition() 85 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle - F_PI2); in create2DDecomposition() local 86 aHatch.appendTransformations(aMatrices); in create2DDecomposition() 93 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle); in create2DDecomposition() local 94 aHatch.appendTransformations(aMatrices); in create2DDecomposition()
|
/aoo41x/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 212 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()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 350 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 …]
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | hatchtextureprimitive3d.cxx | 155 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI4); in impCreate3DDecomposition() local 156 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition() 161 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI2); in impCreate3DDecomposition() local 162 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition() 167 texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle); in impCreate3DDecomposition() local 168 aHatch.appendTransformations(aMatrices); in impCreate3DDecomposition()
|
/aoo41x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 688 Hatch aHatch = new Hatch(); in testDataSeriesAndPoints() local 689 aHatch.Style = HatchStyle.DOUBLE; in testDataSeriesAndPoints() 690 aHatch.Color = 0xd2691e; // chocolate in testDataSeriesAndPoints() 691 aHatch.Distance = 200; // 2 mm (?) in testDataSeriesAndPoints() 692 aHatch.Angle = 230; // 23 degrees in testDataSeriesAndPoints() 694 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints() 703 assure( "Hatch Style", aNewHatch.Style == aHatch.Style ); in testDataSeriesAndPoints() 704 assure( "Hatch Color", aNewHatch.Color == aHatch.Color ); in testDataSeriesAndPoints() 705 assure( "Hatch Distance", aNewHatch.Distance == aHatch.Distance ); in testDataSeriesAndPoints() 706 assure( "Hatch Angle", aNewHatch.Angle == aHatch.Angle ); in testDataSeriesAndPoints()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrcaptionobj.cxx | 120 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()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 519 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 1052 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 D | gdimtf.cxx | 1341 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 D | cvtsvm.cxx | 1249 Hatch aHatch; in ImplConvertFromSVM1() local 1252 rIStm >> aPolyPoly >> aHatch >> nFollowingActionCount; in ImplConvertFromSVM1() 1254 rMtf.AddAction( new MetaHatchAction( aPolyPoly, aHatch ) ); in ImplConvertFromSVM1()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xflhtit.hxx | 38 XHatch aHatch; member in XFillHatchItem 65 …void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchVa… in SetHatchValue()
|
H A D | xtable.hxx | 101 XHatch aHatch; member in XHatchEntry 109 return aHatch; in GetHatch()
|
/aoo41x/main/chart2/source/controller/itemsetwrapper/ |
H A D | GraphicPropertyItemConverter.cxx | 673 uno::Any aHatch; in ApplySpecialItem() local 674 rItem.QueryValue( aHatch, MID_FILLHATCH ); in ApplySpecialItem() 678 aHatch, m_xNamedPropertyTableFactory, aPreferredName ); in ApplySpecialItem()
|
/aoo41x/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 412 … const XHatch aHatch = aItem.GetHatchList()->GetHatch(mnLastPosHatch)->GetHatch(); in IMPL_LINK() local 413 … const XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK() 556 const XHatch aHatch = aItem.GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK() local 557 … const XFillHatchItem aXFillHatchItem( mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 424 attribute::FillHatchAttribute aHatch; in createNewSdrFillAttribute() local 476 aHatch = attribute::FillHatchAttribute( in createNewSdrFillAttribute() 497 aHatch, in createNewSdrFillAttribute()
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 283 const Primitive2DReference aHatch( in create2DDecomposition() local 289 aRetval = Primitive2DSequence(&aHatch, 1); in create2DDecomposition()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 883 cssd::Hatch aHatch; in ReadEscherProperties() local 884 if( rHatchTable.GetObject( aHatchName ) >>= aHatch ) in ReadEscherProperties() 888 … rEscherFmt.mxEscherSet->CreateEmbeddedHatchProperties( aHatch, aColor, bFillBackground ); in ReadEscherProperties()
|
/aoo41x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 148 const Hatch aHatch(HatchStyle_TRIPLE,aBlackColor,4,450); in setupMethodStubs() local 745 aPoly3,aHatch )); in setupMethodStubs()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | fillctrl.cxx | 742 XHatch aHatch = aItem.GetHatchList()->GetHatch( nPos )->GetHatch(); in IMPL_LINK() local 743 XFillHatchItem aXFillHatchItem( pLbFillAttr->GetSelectEntry(), aHatch ); in IMPL_LINK()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 286 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()
|