Home
last modified time | relevance | path

Searched refs:xTitleProp (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/
H A DTestCaseOldAPI.java155 XPropertySet xTitleProp = UnoRuntime.queryInterface( in testTitle() local
159 if( xTitleProp != null ) in testTitle()
164 xTitleProp.setPropertyValue( "String", aTitle ); in testTitle()
165 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle()
170 String aNewTitle = AnyConverter.toString( xTitleProp.getPropertyValue( "String" ) ); in testTitle()
205 XPropertySet xTitleProp = UnoRuntime.queryInterface( in testSubTitle() local
209 if( xTitleProp != null ) in testSubTitle()
215 xTitleProp.setPropertyValue( "CharColor", Integer.valueOf( nColor ) ); in testSubTitle()
216 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle()
217 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/
H A DTestCaseOldAPI.java155 XPropertySet xTitleProp = UnoRuntime.queryInterface( in testTitle() local
159 if( xTitleProp != null ) in testTitle()
164 xTitleProp.setPropertyValue( "String", aTitle ); in testTitle()
165 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle()
170 String aNewTitle = AnyConverter.toString( xTitleProp.getPropertyValue( "String" ) ); in testTitle()
205 XPropertySet xTitleProp = UnoRuntime.queryInterface( in testSubTitle() local
209 if( xTitleProp != null ) in testSubTitle()
215 xTitleProp.setPropertyValue( "CharColor", Integer.valueOf( nColor ) ); in testSubTitle()
216 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle()
217 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_xmloff/Chart/
H A DXMLContentImporter.java124 final XPropertySet xTitleProp ; in createTestEnvironment() local
130 xTitleProp = UnoRuntime.queryInterface in createTestEnvironment()
173 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLImporter.java124 final XPropertySet xTitleProp ; in createTestEnvironment() local
128 xTitleProp = UnoRuntime.queryInterface in createTestEnvironment()
171 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLContentExporter.java128 XPropertySet xTitleProp = UnoRuntime.queryInterface in createTestEnvironment() local
130 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
H A DXMLExporter.java128 XPropertySet xTitleProp = UnoRuntime.queryInterface in createTestEnvironment() local
130 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_xmloff/Chart/
H A DXMLContentImporter.java124 final XPropertySet xTitleProp ; in createTestEnvironment() local
130 xTitleProp = UnoRuntime.queryInterface in createTestEnvironment()
173 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLImporter.java124 final XPropertySet xTitleProp ; in createTestEnvironment() local
128 xTitleProp = UnoRuntime.queryInterface in createTestEnvironment()
171 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLContentExporter.java128 XPropertySet xTitleProp = UnoRuntime.queryInterface in createTestEnvironment() local
130 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
H A DXMLExporter.java128 XPropertySet xTitleProp = UnoRuntime.queryInterface in createTestEnvironment() local
130 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DReferenceSizeProvider.cxx66 Reference< beans::XPropertySet > xTitleProp( xTitle, uno::UNO_QUERY_THROW ); in setValuesAtTitle() local
69 xTitleProp->getPropertyValue( "ReferencePageSize") >>= aOldRefSize ); in setValuesAtTitle()
84 setValuesAtPropertySet( xTitleProp, /* bAdaptFontSizes = */ false ); in setValuesAtTitle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DReferenceSizeProvider.cxx66 Reference< beans::XPropertySet > xTitleProp( xTitle, uno::UNO_QUERY_THROW ); in setValuesAtTitle() local
69 xTitleProp->getPropertyValue( "ReferencePageSize") >>= aOldRefSize ); in setValuesAtTitle()
84 setValuesAtPropertySet( xTitleProp, /* bAdaptFontSizes = */ false ); in setValuesAtTitle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLChartContext.cxx721 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getTitle(), uno::UNO_QUERY ); in endFastElement() local
722 if( xTitleProp.is()) in endFastElement()
726 xTitleProp->setPropertyValue("String", uno::Any(maMainTitle) ); in endFastElement()
736 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getSubTitle(), uno::UNO_QUERY ); in endFastElement() local
737 if( xTitleProp.is()) in endFastElement()
741 xTitleProp->setPropertyValue("String", uno::Any(maSubTitle) ); in endFastElement()
H A DSchXMLAxisContext.cxx562 Reference< beans::XPropertySet > xTitleProp( xAxis->getAxisTitle() ); in SetAxisTitle() local
563 if( xTitleProp.is() ) in SetAxisTitle()
567 xTitleProp->setPropertyValue("String", uno::makeAny(m_aCurrentAxis.aTitle) ); in SetAxisTitle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLChartContext.cxx722 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getTitle(), uno::UNO_QUERY ); in EndElement() local
723 if( xTitleProp.is()) in EndElement()
727 xTitleProp->setPropertyValue("String", uno::Any(maMainTitle) ); in EndElement()
737 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getSubTitle(), uno::UNO_QUERY ); in EndElement() local
738 if( xTitleProp.is()) in EndElement()
742 xTitleProp->setPropertyValue("String", uno::Any(maSubTitle) ); in EndElement()
H A DSchXMLAxisContext.cxx590 Reference< beans::XPropertySet > xTitleProp( xAxis->getAxisTitle() ); in SetAxisTitle() local
591 if( xTitleProp.is() ) in SetAxisTitle()
595 xTitleProp->setPropertyValue("String", uno::makeAny(m_aCurrentAxis.aTitle) ); in SetAxisTitle()