Searched refs:xHatchTable (Results 1 – 4 of 4) sorted by relevance
659 XNameContainer xHatchTable = (XNameContainer) UnoRuntime.queryInterface( in testDataSeriesAndPoints() local662 assertTrue( "no hatch table", xHatchTable != null ); in testDataSeriesAndPoints()670 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints()678 xHatchTable.getByName( aNewHatchName )); in testDataSeriesAndPoints()
74 …uno::Reference< container::XNameContainer > xHatchTable( xTableFactory->createInstance( C2U( "com.… in setModel() local80 m_aTableMap[ C2U( "FillHatchName" ) ] = xHatchTable; in setModel()
4125 if(!xHatchTable.is()) in GetDrawTable()4126 xHatchTable = SvxUnoHatchTable_createInstance( m_pDoc->GetOrCreateDrawModel() ); in GetDrawTable()4127 xRet = xHatchTable; in GetDrawTable()4162 xHatchTable = 0; in Invalidate()
581 css::uno::Reference < css::uno::XInterface > xHatchTable; member in SwXDocumentPropertyHelper