Searched refs:xTitleProperties (Results 1 – 2 of 2) sorted by relevance
143 uno::Reference< beans::XPropertySet > xTitleProperties( m_xTitle, uno::UNO_QUERY ); in createShapes() local144 …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()
269 uno::Reference< beans::XPropertySet > xTitleProperties( xTitle, uno::UNO_QUERY ); in setCompleteString() local270 if( xTitleProperties.is() ) in setCompleteString()271 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStacked; in setCompleteString()
Completed in 14 milliseconds