Searched refs:_xSource (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/reportdesign/source/core/api/ |
H A D | Group.cxx | 70 void OGroup::copyGroup(const uno::Reference< report::XGroup >& _xSource) in copyGroup() argument 72 ::comphelper::copyProperties(_xSource.get(),static_cast<GroupPropertySet*>(this)); in copyGroup() 74 if ( _xSource->getHeaderOn() ) in copyGroup() 77 OSection::lcl_copySection(_xSource->getHeader(),m_xHeader); in copyGroup() 80 if ( _xSource->getFooterOn() ) in copyGroup() 83 OSection::lcl_copySection(_xSource->getFooter(),m_xFooter); in copyGroup()
|
H A D | Groups.cxx | 55 void OGroups::copyGroups(const uno::Reference< report::XGroups >& _xSource) in copyGroups() argument 57 sal_Int32 nCount = _xSource->getCount(); in copyGroups() 62 uno::Reference<report::XGroup> xGroup(_xSource->getByIndex(i),uno::UNO_QUERY); in copyGroups()
|
H A D | Section.cxx | 617 void OSection::lcl_copySection(const uno::Reference< report::XSection>& _xSource,uno::Reference< re… in lcl_copySection() argument 619 if ( _xSource.is() ) in lcl_copySection() 621 ::comphelper::copyProperties(_xSource.get(),_xDest.get()); in lcl_copySection() 622 sal_Int32 nCount = _xSource->getCount(); in lcl_copySection() 625 uno::Reference<util::XCloneable> xClone(_xSource->getByIndex(i),uno::UNO_QUERY); in lcl_copySection()
|
/aoo41x/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()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | PropertyForward.cxx | 41 OPropertyMediator::OPropertyMediator(const Reference< XPropertySet>& _xSource in DBG_NAME() 47 ,m_xSource(_xSource) in DBG_NAME() 73 …_xSource->setPropertyValue(aIter->first,aIter->second.second->operator()(aIter->second.first,aValu… in DBG_NAME() 83 …Iter->second.first,aIter->second.second->operator()(aIter->second.first,_xSource->getPropertyValue… in DBG_NAME()
|
/aoo41x/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()
|
/aoo41x/main/reportdesign/inc/ |
H A D | PropertyForward.hxx | 65 …tyMediator(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | PropertyForward.hxx | 71 …yForward( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource,
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmview.hxx | 152 …ckUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
|
/aoo41x/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
|
/aoo41x/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 151 milliseconds