Searched refs:_xDest (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | PropertyForward.cxx | 42 ,const Reference< XPropertySet>& _xDest in DBG_NAME() 48 ,m_xDest(_xDest) in DBG_NAME() 71 Any aValue = _xDest->getPropertyValue(aIter->second.first); in DBG_NAME() 83 …_xDest->setPropertyValue(aIter->second.first,aIter->second.second->operator()(aIter->second.first,… in DBG_NAME()
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | ContainerMediator.cxx | 231 …tor::notifyElementCreated( const ::rtl::OUString& _sName, const Reference< XPropertySet >& _xDest ) in notifyElementCreated() argument 249 impl_initSettings_nothrow( _sName, _xDest ); in notifyElementCreated() 252 Reference< XPropertySetInfo > xPSI( _xDest->getPropertySetInfo(), UNO_QUERY_THROW ); in notifyElementCreated() 271 …::rtl::Reference< OPropertyForward > pForward( new OPropertyForward( _xDest, m_xSettings, _sName, … in notifyElementCreated()
|
H A D | PropertyForward.cxx | 147 …efinition( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDest ) in setDefinition() argument 156 m_xDest.set( _xDest, UNO_SET_THROW ); in setDefinition()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 107 void fillListBox(const Reference< XPropertySet>& _xDest,long nRow,sal_uInt16 nColumnId); 404 …void ORelationControl::fillListBox(const Reference< XPropertySet>& _xDest,long /*_nRow*/,sal_uInt1… in fillListBox() argument 409 if ( _xDest.is() ) in fillListBox() 412 Reference<XColumnsSupplier> xSup(_xDest,UNO_QUERY); in fillListBox()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 617 …ection(const uno::Reference< report::XSection>& _xSource,uno::Reference< report::XSection>& _xDest) in lcl_copySection() argument 621 ::comphelper::copyProperties(_xSource.get(),_xDest.get()); in lcl_copySection() 630 _xDest->add(xShape); in lcl_copySection()
|
/aoo41x/main/reportdesign/inc/ |
H A D | PropertyForward.hxx | 66 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDest
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | PropertyForward.hxx | 84 …finition( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDest);
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | Section.hxx | 198 ,::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xDest);
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 106 …void fillListBox(const uno::Reference< beans::XPropertySet>& _xDest,long nRow,sal_uInt16 nColumnId…
|
Completed in 70 milliseconds