Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx65 …uno::Reference< container::XNameContainer > xHatchTable( xTableFactory->createInstance("com.sun.st… in setModel() local
70 m_aTableMap["FillHatchName"] = xHatchTable; in setModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx66 …uno::Reference< container::XNameContainer > xHatchTable( xTableFactory->createInstance("com.sun.st… in setModel() local
71 m_aTableMap["FillHatchName"] = xHatchTable; in setModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/
H A DTestCaseOldAPI.java634 XNameContainer xHatchTable = UnoRuntime.queryInterface( in testDataSeriesAndPoints() local
637 assure( "no hatch table", xHatchTable != null ); in testDataSeriesAndPoints()
645 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints()
653 xHatchTable.getByName( aNewHatchName )); in testDataSeriesAndPoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/
H A DTestCaseOldAPI.java634 XNameContainer xHatchTable = UnoRuntime.queryInterface( in testDataSeriesAndPoints() local
637 assure( "no hatch table", xHatchTable != null ); in testDataSeriesAndPoints()
645 xHatchTable.insertByName( aHatchName, aHatch ); in testDataSeriesAndPoints()
653 xHatchTable.getByName( aNewHatchName )); in testDataSeriesAndPoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx4331 if(!xHatchTable.is()) in GetDrawTable()
4332xHatchTable = SvxUnoHatchTable_createInstance( m_pDoc->getIDocumentDrawModelAccess().GetOrCreateDr… in GetDrawTable()
4333 xRet = xHatchTable; in GetDrawTable()
4367 xHatchTable = nullptr; in Invalidate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunotxdoc.hxx587 css::uno::Reference < css::uno::XInterface > xHatchTable; member in SwXDocumentPropertyHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx1503 …uno::Reference< container::XNameAccess > xHatchTable( xFact->createInstance("com.sun.star.drawing.… in exportHatch() local
1504 uno::Any rValue = xHatchTable->getByName(aHatchName); in exportHatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx1915 …uno::Reference< container::XNameAccess > xHatchTable( xFact->createInstance("com.sun.star.drawing.… in exportHatch() local
1916 uno::Any rValue = xHatchTable->getByName(aHatchName); in exportHatch()