Home
last modified time | relevance | path

Searched refs:xTitleProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DVTitle.cxx143 uno::Reference< beans::XPropertySet > xTitleProperties( m_xTitle, uno::UNO_QUERY ); in createShapes() local
144 …xText.is() || !xTextRange.is() || !xTextCursor.is() || !xShapeProp.is() || !xTitleProperties.is() ) in createShapes()
153 PropertyMapper::getValueMap( aValueMap, aNameMap, xTitleProperties ); in createShapes()
187 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStackCharacters; in createShapes()
214 if( xTitleProperties->getPropertyValue( C2U("ReferencePageSize")) >>= aOldRefSize ) in createShapes()
233 ( xTitleProperties->getPropertyValue( C2U("ReferencePageSize")) >>= aOldRefSize ); in createShapes()
270 xTitleProperties->getPropertyValue( C2U( "TextRotation" ) ) >>= fAngleDegree; in createShapes()
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx269 uno::Reference< beans::XPropertySet > xTitleProperties( xTitle, uno::UNO_QUERY ); in setCompleteString() local
270 if( xTitleProperties.is() ) in setCompleteString()
271 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStacked; in setCompleteString()

Completed in 14 milliseconds