Home
last modified time | relevance | path

Searched refs:xHatchTable (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java683 XNameContainer xHatchTable = (XNameContainer) UnoRuntime.queryInterface( in testDataSeriesAndPoints() local
686 assure( "no hatch table", xHatchTable != null ); in testDataSeriesAndPoints()
694 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints()
702 xHatchTable.getByName( aNewHatchName )); in testDataSeriesAndPoints()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx74 …uno::Reference< container::XNameContainer > xHatchTable( xTableFactory->createInstance( C2U( "com.… in setModel() local
80 m_aTableMap[ C2U( "FillHatchName" ) ] = xHatchTable; in setModel()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx4171 if(!xHatchTable.is()) in GetDrawTable()
4172 xHatchTable = SvxUnoHatchTable_createInstance( m_pDoc->GetOrCreateDrawModel() ); in GetDrawTable()
4173 xRet = xHatchTable; in GetDrawTable()
4208 xHatchTable = 0; in Invalidate()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx578 css::uno::Reference < css::uno::XInterface > xHatchTable; member in SwXDocumentPropertyHelper

Completed in 50 milliseconds