Home
last modified time | relevance | path

Searched refs:xTitleProps (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/chart2/source/tools/
H A DTitleHelper.cxx224 Reference< beans::XPropertySet > xTitleProps( xTitle, uno::UNO_QUERY ); in createTitle() local
225 if( xTitleProps.is() ) in createTitle()
232xTitleProps->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fNewAngleDegree )); in createTitle()
H A DDiagramHelper.cxx185 … Reference< beans::XPropertySet > xTitleProps( xTitled->getTitleObject(), uno::UNO_QUERY ); in setVertical() local
186 if( !xTitleProps.is() ) in setVertical()
189xTitleProps->getPropertyValue( C2U( "TextRotation" ) ) >>= fAngleDegree; in setVertical()
200xTitleProps->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fNewAngleDegree )); in setVertical()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx213 void exportAxisTitle( const Reference< beans::XPropertySet > xTitleProps, bool bExportContent );
2344 void SchXMLExportHelper_Impl::exportAxisTitle( const Reference< beans::XPropertySet > xTitleProps, … in exportAxisTitle() argument
2346 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() local
2482 xTitleProps = bHasTitle ? xAxis->getAxisTitle() : 0; in exportAxis()
2488 exportAxisTitle( xTitleProps , bExportContent ); in exportAxis()

Completed in 49 milliseconds