Searched refs:xTitleProps (Results 1 – 3 of 3) sorted by relevance
224 Reference< beans::XPropertySet > xTitleProps( xTitle, uno::UNO_QUERY ); in createTitle() local225 if( xTitleProps.is() ) in createTitle()232 … xTitleProps->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fNewAngleDegree )); in createTitle()
185 … Reference< beans::XPropertySet > xTitleProps( xTitled->getTitleObject(), uno::UNO_QUERY ); in setVertical() local186 if( !xTitleProps.is() ) in setVertical()189 … xTitleProps->getPropertyValue( C2U( "TextRotation" ) ) >>= fAngleDegree; in setVertical()200 … xTitleProps->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fNewAngleDegree )); in setVertical()
213 void exportAxisTitle( const Reference< beans::XPropertySet > xTitleProps, bool bExportContent );2344 void SchXMLExportHelper_Impl::exportAxisTitle( const Reference< beans::XPropertySet > xTitleProps, … in exportAxisTitle() argument2346 if( !xTitleProps.is() ) in exportAxisTitle()2348 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xTitleProps ); in exportAxisTitle()2352 Any aAny( xTitleProps->getPropertyValue( in exportAxisTitle()2356 Reference< drawing::XShape > xShape( xTitleProps, uno::UNO_QUERY ); in exportAxisTitle()2476 Reference< beans::XPropertySet > xTitleProps; in exportAxis() local2482 xTitleProps = bHasTitle ? xAxis->getAxisTitle() : 0; in exportAxis()2488 exportAxisTitle( xTitleProps , bExportContent ); in exportAxis()
Completed in 81 milliseconds