Home
last modified time | relevance | path

Searched defs:_xShape (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DReportComponent.cxx117 … _xShape,const uno::Reference< report::XReportComponent>& _xTunnel,oslInterlockedCount& _rRefCount) in setShape()
H A DFixedText.cxx64 OFixedText::OFixedText(uno::Reference< uno::XComponentContext > const & _xContext in OFixedText()
H A DFormattedField.cxx71 OFormattedField::OFormattedField(uno::Reference< uno::XComponentContext > const & _xContext in OFormattedField()
H A DImageControl.cxx132 OImageControl::OImageControl(uno::Reference< uno::XComponentContext > const & _xContext in OImageControl()
H A DShape.cxx73 OShape::OShape(uno::Reference< uno::XComponentContext > const & _xContext in OShape()
H A DFixedLine.cxx155 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext in OFixedLine()
H A DReportDefinition.cxx691 OReportDefinition::OReportDefinition(uno::Reference< uno::XComponentContext > const & _xContext in OReportDefinition()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx266 … void lcl_fillShapeToItems( const uno::Reference<report::XShape >& _xShape,SfxItemSet& _rItemSet ) in lcl_fillShapeToItems()
289 … lcl_fillItemsToShape( const uno::Reference<report::XShape >& _xShape,const SfxItemSet& _rItemSet ) in lcl_fillItemsToShape()
747 …nst uno::Reference<report::XShape >& _xShape,const uno::Reference< awt::XWindow>& _rxParentWindow ) in openAreaDialog()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx297 …etMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xShape,sal_Bool _bMark) in setMarked()
H A DReportWindow.cxx328 …etMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xShape,sal_Bool _bMark) in setMarked()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java496 public void removeShape(XShape _xShape) in removeShape()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx364 Reference< XShape > _xShape( xRef, UNO_QUERY ); in convertTarget() local
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1202 …nce< css::drawing::XShape >& _xShape) throw (css::script::BasicErrorException ) : xShape( _xShape ) in ShapeHelper()