Home
last modified time | relevance | path

Searched refs:xTitleShape (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbatitle.hxx44 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 Dvbachart.cxx877 uno::Reference< drawing::XShape > xTitleShape = mxChartDocument->getTitle(); in getChartTitle() local
879 return new ScVbaChartTitle(this, mxContext, xTitleShape); in getChartTitle()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java162 XShape xTitleShape = mxOldDoc.getTitle(); in testTitle() local
164 XPropertySet.class, xTitleShape ); in testTitle()
186 xTitleShape.setPosition( aSetPos ); in testTitle()
188 Point aNewPos = xTitleShape.getPosition(); in testTitle()
212 XShape xTitleShape = mxOldDoc.getSubTitle(); in testSubTitle() local
214 XPropertySet.class, xTitleShape ); in testSubTitle()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx1049 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 DSchXMLChartContext.hxx159 com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xTitleShape );
H A DSchXMLAxisContext.cxx663 Reference< drawing::XShape > xTitleShape = getTitleShape(); in CreateChildContext() local
666 xTitleShape ); in CreateChildContext()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx94 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 Dxlchart.cxx1346 Reference< XShape > xTitleShape; in GetTitleShape() local
1348 xTitleShape = (aIt->second)( xChart1Doc ); in GetTitleShape()
1349 return xTitleShape; in GetTitleShape()
H A Dxechart.cxx1241 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 Dxichart.cxx1190 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 84 milliseconds