Home
last modified time | relevance | path

Searched refs:setShape (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sc/source/ui/vba/
H A Dvbachartobject.cxx43 xShape = setShape(); in ScVbaChartObject()
58 ScVbaChartObject::setShape() throw ( script::BasicErrorException ) in setShape() function in ScVbaChartObject
H A Dvbachartobject.hxx49 … css::uno::Reference< css::drawing::XShape > setShape() throw ( css::script::BasicErrorException );
/AOO41X/main/reportdesign/source/core/inc/
H A DReportComponent.hxx78 void setShape(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape
/AOO41X/main/reportdesign/source/core/api/
H A DReportComponent.cxx118 void OReportComponentProperties::setShape(uno::Reference< drawing::XShape >& _xShape,const uno::Ref… in setShape() function in reportdesign::OReportComponentProperties
H A DFixedText.cxx76 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText()
H A DFormattedField.cxx83 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField()
H A DImageControl.cxx149 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl()
H A DFixedLine.cxx186 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedLine()
H A DShape.cxx94 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape()
H A DReportDefinition.cxx703 m_aProps->setShape(_xShape,this,m_refCount); in OReportDefinition()
/AOO41X/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx963 m_pTabBar->setShape( QTabBar::RoundedAbove ); in tabBar()