Searched refs:xFrom (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/forms/source/xforms/ |
H A D | unohelper.cxx | 66 void xforms::copy( const Reference<XPropertySet>& xFrom, in copy() argument 69 OSL_ENSURE( xFrom.is(), "no source" ); in copy() 77 Reference<XPropertySetInfo> xFromInfo = xFrom->getPropertySetInfo(); in copy() 90 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copy()
|
H A D | binding.cxx | 886 void lcl_removeOtherNamespaces( const Binding::XNameContainer_t& xFrom, in lcl_removeOtherNamespaces() argument 889 OSL_ENSURE( xFrom.is(), "no source" ); in lcl_removeOtherNamespaces() 900 if( ! xFrom->hasByName( rName ) ) in lcl_removeOtherNamespaces() 913 void lcl_copyNamespaces( const Binding::XNameContainer_t& xFrom, in lcl_copyNamespaces() argument 917 OSL_ENSURE( xFrom.is(), "no source" ); in lcl_copyNamespaces() 921 Sequence<OUString> aNames = xFrom->getElementNames(); in lcl_copyNamespaces() 941 xTo->replaceByName( rName, xFrom->getByName( rName ) ); in lcl_copyNamespaces() 943 xTo->insertByName( rName, xFrom->getByName( rName ) ); in lcl_copyNamespaces()
|
/aoo41x/main/basic/source/runtime/ |
H A D | step1.cxx | 339 SbxVariableRef xFrom = PopVar(); in StepCASETO() local 341 if( *xCase >= *xFrom && *xCase <= *xTo ) in StepCASETO()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 1211 XPropertySet xFrom = UnoRuntime.queryInterface(XPropertySet.class, _aFrom); in copyProperties() local 1215 XPropertySetInfo xForeignPropInfo = xFrom.getPropertySetInfo(); in copyProperties() 1228 xTo.setPropertyValue(sPropertyName, xFrom.getPropertyValue(sPropertyName)); in copyProperties()
|
/aoo41x/main/svx/source/form/ |
H A D | datanavi.cxx | 2655 void copyPropSet( const Reference< XPropertySet >& xFrom, Reference< XPropertySet >& xTo ) in copyPropSet() argument 2657 DBG_ASSERT( xFrom.is(), "copyPropSet(): no source" ); in copyPropSet() 2666 Reference< XPropertySetInfo > xFromInfo = xFrom->getPropertySetInfo(); in copyPropSet() 2678 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copyPropSet()
|
Completed in 63 milliseconds