Searched refs:_xSource (Results  1 – 13 of 13) sorted by relevance
| /trunk/main/reportdesign/source/core/api/ | 
| H A D | Group.cxx | 71 void OGroup::copyGroup(const uno::Reference< report::XGroup >& _xSource)  in copyGroup()  argument 73 	::comphelper::copyProperties(_xSource.get(),static_cast<GroupPropertySet*>(this));  in copyGroup() 75 	if ( _xSource->getHeaderOn() )  in copyGroup() 78 		OSection::lcl_copySection(_xSource->getHeader(),m_xHeader);  in copyGroup() 81 	if ( _xSource->getFooterOn() )  in copyGroup() 84 		OSection::lcl_copySection(_xSource->getFooter(),m_xFooter);  in copyGroup()
  | 
| H A D | Section.cxx | 618 void OSection::lcl_copySection(const uno::Reference< report::XSection>& _xSource,uno::Reference< re…  in lcl_copySection()  argument 620 	if ( _xSource.is() )  in lcl_copySection() 622 		::comphelper::copyProperties(_xSource.get(),_xDest.get());  in lcl_copySection() 623 		sal_Int32 nCount = _xSource->getCount();  in lcl_copySection() 626 			uno::Reference<util::XCloneable> xClone(_xSource->getByIndex(i),uno::UNO_QUERY);  in lcl_copySection()
  | 
| H A D | Groups.cxx | 56 void OGroups::copyGroups(const uno::Reference< report::XGroups >& _xSource)  in copyGroups()  argument 58 	sal_Int32 nCount = _xSource->getCount();  in copyGroups() 63 		uno::Reference<report::XGroup> xGroup(_xSource->getByIndex(i),uno::UNO_QUERY);  in copyGroups()
  | 
| /trunk/main/dbaccess/source/core/misc/ | 
| H A D | PropertyForward.cxx | 53 …OPropertyForward::OPropertyForward( const Reference< XPropertySet>& _xSource, const Reference< XNa…  in DBG_NAME() 55         :m_xSource( _xSource, UNO_SET_THROW )  in DBG_NAME() 66 			    _xSource->addPropertyChangeListener( ::rtl::OUString(), this );  in DBG_NAME() 72 				    _xSource->addPropertyChangeListener( *aIter, this );  in DBG_NAME()
  | 
| /trunk/main/reportdesign/source/core/sdr/ | 
| H A D | PropertyForward.cxx | 43 OPropertyMediator::OPropertyMediator(const Reference< XPropertySet>& _xSource  in DBG_NAME() 49 								,m_xSource(_xSource)  in DBG_NAME() 75 …_xSource->setPropertyValue(aIter->first,aIter->second.second->operator()(aIter->second.first,aValu…  in DBG_NAME() 85 …Iter->second.first,aIter->second.second->operator()(aIter->second.first,_xSource->getPropertyValue…  in DBG_NAME()
  | 
| /trunk/main/svx/source/form/ | 
| H A D | fmview.cxx | 552 sal_Bool FmFormView::checkUnMarkAll(const Reference< XInterface >& _xSource)  in checkUnMarkAll()  argument 555 	sal_Bool bRet = !xControl.is() || !_xSource.is() || _xSource != xControl->getModel();  in checkUnMarkAll()
  | 
| /trunk/main/reportdesign/inc/ | 
| H A D | PropertyForward.hxx | 65 …tyMediator(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource
  | 
| /trunk/main/dbaccess/source/core/inc/ | 
| H A D | PropertyForward.hxx | 71 …yForward( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource,
  | 
| /trunk/main/svx/inc/svx/ | 
| H A D | fmview.hxx | 152 …ckUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
  | 
| /trunk/main/reportdesign/source/core/inc/ | 
| H A D | Groups.hxx | 66 … copyGroups(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroups >& _xSource);
  | 
| H A D | Group.hxx | 94 …id copyGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xSource);
  | 
| H A D | Section.hxx | 197 …l_copySection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSource
  | 
| /trunk/main/connectivity/source/commontools/ | 
| H A D | dbtools.cxx | 1758 …std::bit_vector& _aSet,const Reference<XIndexAccess>& _xSource) : m_aSet(_aSet),m_xSource(_xSource…  in OParameterWrapper()  argument
  | 
        Completed in 212 milliseconds