| /trunk/main/accessibility/source/helper/ | 
| H A D | acc_factory.cxx | 157 …   const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _xParent 173 				const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _xParent 446         SvtIconChoiceCtrl& _rIconCtrl, const Reference< XAccessible >& _xParent ) const  in createAccessibleIconChoiceCtrl() 448         return new AccessibleIconChoiceCtrl( _rIconCtrl, _xParent );  in createAccessibleIconChoiceCtrl() 466         SvTreeListBox& _rListBox, const Reference< XAccessible >& _xParent ) const  in createAccessibleTreeListBox() 468         return new AccessibleListBox( _rListBox, _xParent );  in createAccessibleTreeListBox()
  | 
| /trunk/main/sc/source/ui/vba/ | 
| H A D | vbachartobjects.cxx | 49 …t uno::Reference< XHelperInterface >& _xParent ) throw ( uno::RuntimeException ) : EnumerationHelp…  in ChartObjectEnumerationImpl()  argument 59 …_xParent, const css::uno::Reference< css::uno::XComponentContext >& _xContext, const css::uno::Ref…  in ScVbaChartObjects()  argument
  | 
| H A D | vbacharts.cxx | 31 …& _xParent, const css::uno::Reference< css::uno::XComponentContext >& _xContext, const uno::Refere…  in ScVbaCharts()  argument
  | 
| H A D | vbachartobject.cxx | 37 …_xParent, const css::uno::Reference< css::uno::XComponentContext >& _xContext, const css::uno::Ref…  in ScVbaChartObject()  argument
  | 
| H A D | vbachartobjects.hxx | 52 …ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Re…
  | 
| /trunk/main/reportdesign/source/core/inc/ | 
| H A D | Tools.hxx | 42 …template <class T> void lcl_createSectionIfNeeded(sal_Bool _bOn,const T& _xParent,::com::sun::star…  in lcl_createSectionIfNeeded()  argument 45 			_xSection = new OSection(_xParent,_xParent->getContext(),_bPageSection);  in lcl_createSectionIfNeeded()
  | 
| H A D | Section.hxx | 111 …ion(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xParent 113 		OSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xParent
  | 
| /trunk/main/connectivity/source/inc/ | 
| H A D | OSubComponent.hxx | 62 				const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent,  in OSubComponent() 64 			:m_xParent(_xParent)  in OSubComponent()
  | 
| /trunk/main/accessibility/source/standard/ | 
| H A D | vclxaccessibletextfield.cxx | 46 …Field::VCLXAccessibleTextField (VCLXWindow* pVCLWindow, const Reference< XAccessible >& _xParent) :  in VCLXAccessibleTextField()  argument 50 	m_xParent( _xParent )  in VCLXAccessibleTextField()
  | 
| H A D | vclxaccessiblelistitem.cxx | 71 …BoxHelper* _pListBoxHelper, sal_Int32 _nIndexInParent, const Reference< XAccessible >& _xParent ) :  in DBG_NAME() 80 	m_xParent		( _xParent )  in DBG_NAME()
  | 
| /trunk/main/reportdesign/source/core/api/ | 
| H A D | Section.cxx | 67 OSection::OSection( const uno::Reference< report::XGroup >& _xParent  in OSection()  argument 74 ,m_xGroup(_xParent)  in OSection() 116 OSection::OSection(const uno::Reference< report::XReportDefinition >& _xParent  in OSection()  argument 123 ,m_xReportDefinition(_xParent)  in OSection()
  | 
| H A D | Functions.cxx | 41 OFunctions::OFunctions(const uno::Reference< report::XFunctionsSupplier >& _xParent,const uno::Refe…  in DBG_NAME() 45 ,m_xParent(_xParent)  in DBG_NAME()
  | 
| H A D | Groups.cxx | 40 OGroups::OGroups(const uno::Reference< report::XReportDefinition >& _xParent,const uno::Reference< …  in DBG_NAME() 44 ,m_xParent(_xParent)  in DBG_NAME()
  | 
| H A D | Group.cxx | 49 OGroup::OGroup(const uno::Reference< report::XGroups >& _xParent  in DBG_NAME() 54 ,m_xParent(_xParent)  in DBG_NAME()
  | 
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ | 
| H A D | OSubComponent.hxx | 74 					const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent,  in OSubComponent() 76 				:m_xParent(_xParent)  in OSubComponent()
  | 
| /trunk/main/mysqlc/source/ | 
| H A D | mysqlc_subcomponent.hxx | 84 					const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent,  in OSubComponent() 86 				:m_xParent(_xParent)  in OSubComponent()
  | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | accessiblefactory.hxx | 100 …   const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _xParent 116 				const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _xParent
  | 
| /trunk/main/accessibility/source/extended/ | 
| H A D | accessibleiconchoicectrl.cxx | 54 …cessibleIconChoiceCtrl( SvtIconChoiceCtrl& _rIconCtrl, const Reference< XAccessible >& _xParent ) :  in DBG_NAME() 57 		m_xParent		( _xParent )  in DBG_NAME()
  | 
| H A D | accessiblelistbox.cxx | 58 …eListBox::AccessibleListBox( SvTreeListBox& _rListBox, const Reference< XAccessible >& _xParent ) :  in DBG_NAME() 61 		m_xParent( _xParent )  in DBG_NAME()
  | 
| H A D | accessibleiconchoicectrlentry.cxx | 87 																  const Reference< XAccessible >& _xParent ) :  in DBG_NAME() 94 		m_xParent		( _xParent )  in DBG_NAME()
  | 
| /trunk/main/connectivity/source/commontools/ | 
| H A D | dbtools.cxx | 1287 Reference< XDataSource> findDataSource(const Reference< XInterface >& _xParent)  in findDataSource()  argument 1289 	Reference< XOfficeDatabaseDocument> xDatabaseDocument(_xParent, UNO_QUERY);  in findDataSource() 1294 		xDataSource.set(_xParent, UNO_QUERY);  in findDataSource() 1297 		Reference< XChild> xChild(_xParent, UNO_QUERY);  in findDataSource() 1532 			   const Reference< XWindow>& _xParent,  in showError() 1541 …aArgs[1] <<= PropertyValue(::rtl::OUString::createFromAscii("ParentWindow"), 0, makeAny(_xParent),…  in showError()
  | 
| /trunk/main/reportdesign/source/ui/misc/ | 
| H A D | toolboxcontroller.cxx | 334 …ow > SAL_CALL OToolboxController::createItemWindow( const uno::Reference< awt::XWindow >& _xParent)  in createItemWindow()  argument 343 …ToolBoxControl*>(m_pToolbarController.get())->CreateItemWindow(VCLUnoHelper::GetWindow(_xParent)));  in createItemWindow()
  | 
| /trunk/main/dbaccess/source/core/api/ | 
| H A D | column.cxx | 472 void SAL_CALL OColumns::setParent( const Reference< XInterface >& _xParent ) throw (NoSupportExcept…  in setParent()  argument 475 	m_xParent = _xParent;  in setParent()
  | 
| H A D | definitioncolumn.cxx | 137 void SAL_CALL OTableColumnDescriptor::setParent( const Reference< XInterface >& _xParent ) throw (N…  in setParent()  argument 140 	m_xParent = _xParent;  in setParent()
  | 
| /trunk/main/dbaccess/source/core/dataaccess/ | 
| H A D | ContentHelper.cxx | 678 void SAL_CALL OContentHelper::setParent( const Reference< XInterface >& _xParent ) throw (NoSupport…  in setParent()  argument 681 	m_xParentContainer = _xParent;  in setParent()
  |