Home
last modified time | relevance | path

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

/aoo4110/main/chart2/qa/
H A DTestCaseOldAPI.java163 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local
167 if( xTitleProp != null ) in testTitle()
172 xTitleProp.setPropertyValue( "String", aTitle ); in testTitle()
173 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle()
178 String aNewTitle = AnyConverter.toString( xTitleProp.getPropertyValue( "String" ) ); in testTitle()
213 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface( in testSubTitle() local
217 if( xTitleProp != null ) in testSubTitle()
223 xTitleProp.setPropertyValue( "CharColor", new Integer( nColor ) ); in testSubTitle()
224 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle()
225 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle()
[all …]
/aoo4110/main/qadevOOo/tests/java/mod/_xmloff/Chart/
H A DXMLContentImporter.java133 final XPropertySet xTitleProp ; in createTestEnvironment() local
140 xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
187 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLImporter.java133 final XPropertySet xTitleProp ; in createTestEnvironment() local
138 xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
185 xTitleProp.getPropertyValue("String") ; in createTestEnvironment()
H A DXMLContentExporter.java139 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment() local
141 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
H A DXMLExporter.java140 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment() local
142 xTitleProp.setPropertyValue("String", exportStr) ; in createTestEnvironment()
/aoo4110/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx87 Reference< beans::XPropertySet > xTitleProp( xTitle, uno::UNO_QUERY_THROW ); in setValuesAtTitle() local
90 xTitleProp->getPropertyValue( C2U("ReferencePageSize")) >>= aOldRefSize ); in setValuesAtTitle()
105 setValuesAtPropertySet( xTitleProp, /* bAdaptFontSizes = */ false ); in setValuesAtTitle()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx715 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getTitle(), uno::UNO_QUERY ); in EndElement() local
716 if( xTitleProp.is()) in EndElement()
722 xTitleProp->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "String" )), aAny ); in EndElement()
732 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getSubTitle(), uno::UNO_QUERY ); in EndElement() local
733 if( xTitleProp.is()) in EndElement()
739 xTitleProp->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "String" )), aAny ); in EndElement()
H A DSchXMLAxisContext.cxx604 Reference< beans::XPropertySet > xTitleProp( xAxis->getAxisTitle() ); in SetAxisTitle() local
605 if( xTitleProp.is() ) in SetAxisTitle()
609xTitleProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "String" )), uno::makeAny(m_a… in SetAxisTitle()

Completed in 54 milliseconds