Home
last modified time | relevance | path

Searched refs:xFrom (Results 1 – 5 of 5) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dunohelper.cxx66 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 Dbinding.cxx886 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()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx339 SbxVariableRef xFrom = PopVar(); in StepCASETO() local
341 if( *xCase >= *xFrom && *xCase <= *xTo ) in StepCASETO()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1211 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()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2655 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 47 milliseconds