Lines Matching refs:xTitle
87 Reference< chart2::XTitle > xTitle(xInnerPropertySet,uno::UNO_QUERY); in setPropertyValue() local
88 if(xTitle.is()) in setPropertyValue()
92 TitleHelper::setCompleteString( aString, xTitle, m_xContext ); in setPropertyValue()
99 Reference< chart2::XTitle > xTitle(xInnerPropertySet,uno::UNO_QUERY); in getPropertyValue() local
100 if(xTitle.is()) in getPropertyValue()
102 Sequence< Reference< chart2::XFormattedString > > aStrings( xTitle->getText()); in getPropertyValue()
313 Reference< chart2::XTitle > xTitle( this->getTitleObject() ); in getFirstCharacterPropertySet() local
314 if( xTitle.is()) in getFirstCharacterPropertySet()
316 Sequence< Reference< chart2::XFormattedString > > aStrings( xTitle->getText()); in getFirstCharacterPropertySet()
352 Reference< chart2::XTitle > xTitle( this->getTitleObject() ); in setFastCharacterPropertyValue() local
353 if( xTitle.is()) in setFastCharacterPropertyValue()
355 Sequence< Reference< chart2::XFormattedString > > aStrings( xTitle->getText()); in setFastCharacterPropertyValue()