Home
last modified time | relevance | path

Searched refs:aHatchName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java663 String aHatchName = "NewAPITestHatch"; in testDataSeriesAndPoints() local
670 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints()
671 xProp.setPropertyValue( "FillHatchName", aHatchName ); in testDataSeriesAndPoints()
675 assertTrue( "HatchName", aNewHatchName.equals( aHatchName )); in testDataSeriesAndPoints()
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx878 OUString aHatchName; in ReadEscherProperties() local
882 rHatchHlp >> eApiStyle >> aHatchName >> aColor >> bFillBackground; in ReadEscherProperties()
884 if( rHatchTable.GetObject( aHatchName ) >>= aHatch ) in ReadEscherProperties()

Completed in 34 milliseconds