Searched refs:xTitleShape (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/source/ui/vba/ |
H A D | vbatitle.hxx | 44 css::uno::Reference< css::drawing::XShape > xTitleShape; member in TitleImpl 49 …ss::drawing::XShape >& _xTitleShape ) : BaseClass( xParent, xContext ), xTitleShape( _xTitleShape ) in TitleImpl() 51 xShapePropertySet.set( xTitleShape, css::uno::UNO_QUERY_THROW ); in TitleImpl() 52 oShapeHelper.reset( new ov::ShapeHelper(xTitleShape) ); in TitleImpl()
|
H A D | vbachart.cxx | 877 uno::Reference< drawing::XShape > xTitleShape = mxChartDocument->getTitle(); in getChartTitle() local 879 return new ScVbaChartTitle(this, mxContext, xTitleShape); in getChartTitle()
|
/trunk/main/chart2/qa/complex/chart2/ |
H A D | TestCaseOldAPI.java | 138 XShape xTitleShape = mxOldDoc.getTitle(); in testTitle() local 140 XPropertySet.class, xTitleShape ); in testTitle() 162 xTitleShape.setPosition( aSetPos ); in testTitle() 164 Point aNewPos = xTitleShape.getPosition(); in testTitle() 188 XShape xTitleShape = mxOldDoc.getSubTitle(); in testSubTitle() local 190 XPropertySet.class, xTitleShape ); in testSubTitle()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 1049 uno::Reference< drawing::XShape > xTitleShape( xDoc->getTitle(), uno::UNO_QUERY ); in CreateChildContext() local 1051 rLocalName, maMainTitle, xTitleShape ); in CreateChildContext() 1062 uno::Reference< drawing::XShape > xTitleShape( xDoc->getSubTitle(), uno::UNO_QUERY ); in CreateChildContext() local 1064 rLocalName, maSubTitle, xTitleShape ); in CreateChildContext() 1171 uno::Reference< drawing::XShape >& xTitleShape ) : in SchXMLTitleContext() 1175 mxTitleShape( xTitleShape ) in SchXMLTitleContext()
|
H A D | SchXMLChartContext.hxx | 159 com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xTitleShape );
|
H A D | SchXMLAxisContext.cxx | 663 Reference< drawing::XShape > xTitleShape = getTitleShape(); in CreateChildContext() local 666 xTitleShape ); in CreateChildContext()
|
/trunk/main/oox/source/drawingml/chart/ |
H A D | converterbase.cxx | 94 Reference< XShape > xTitleShape( mpGetShape( rxChart1Doc ), UNO_SET_THROW ); in convertTitlePos() local 102 aLayoutConv.convertFromModel( xTitleShape, fAngle ); in convertTitlePos()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 1346 Reference< XShape > xTitleShape; in GetTitleShape() local 1348 xTitleShape = (aIt->second)( xChart1Doc ); in GetTitleShape() 1349 return xTitleShape; in GetTitleShape()
|
H A D | xechart.cxx | 1241 Reference< XShape > xTitleShape( xChart1Doc->getTitle(), UNO_SET_THROW ); in ConvertTitle() local 1242 ::com::sun::star::awt::Point aPos = xTitleShape->getPosition(); in ConvertTitle() 1243 ::com::sun::star::awt::Size aSize = xTitleShape->getSize(); in ConvertTitle()
|
H A D | xichart.cxx | 1190 Reference< XShape > xTitleShape( GetTitleShape( rTitleKey ), UNO_SET_THROW ); in ConvertTitlePosition() local 1192 ::com::sun::star::awt::Size aTitleSize = xTitleShape->getSize(); in ConvertTitlePosition() 1212 xTitleShape->setPosition( aTitlePos ); in ConvertTitlePosition()
|
Completed in 97 milliseconds