Home
last modified time | relevance | path

Searched refs:_xSource (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DGroup.cxx71 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 DSection.cxx618 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 DGroups.cxx56 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 DPropertyForward.cxx53 …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 DPropertyForward.cxx43 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 Dfmview.cxx552 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 DPropertyForward.hxx65 …tyMediator(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource
/trunk/main/dbaccess/source/core/inc/
H A DPropertyForward.hxx71 …yForward( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xSource,
/trunk/main/svx/inc/svx/
H A Dfmview.hxx152 …ckUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
/trunk/main/reportdesign/source/core/inc/
H A DGroups.hxx66 … copyGroups(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroups >& _xSource);
H A DGroup.hxx94 …id copyGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xSource);
H A DSection.hxx197 …l_copySection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSource
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1758 …std::bit_vector& _aSet,const Reference<XIndexAccess>& _xSource) : m_aSet(_aSet),m_xSource(_xSource in OParameterWrapper() argument

Completed in 58 milliseconds