Searched refs:xTo (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/forms/source/xforms/ |
H A D | unohelper.cxx | 67 Reference<XPropertySet>& xTo ) in copy() argument 70 OSL_ENSURE( xTo.is(), "no target" ); in copy() 74 xTo->getPropertySetInfo()->getProperties(); in copy() 90 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copy()
|
H A D | binding.cxx | 887 Binding::XNameContainer_t& xTo ) in lcl_removeOtherNamespaces() argument 890 OSL_ENSURE( xTo.is(), "no target" ); in lcl_removeOtherNamespaces() 893 Sequence<OUString> aNames = xTo->getElementNames(); in lcl_removeOtherNamespaces() 901 xTo->removeByName( rName ); in lcl_removeOtherNamespaces() 914 Binding::XNameContainer_t& xTo, in lcl_copyNamespaces() argument 918 OSL_ENSURE( xTo.is(), "no target" ); in lcl_copyNamespaces() 931 bool bInTarget = xTo->hasByName( rName ); in lcl_copyNamespaces() 941 xTo->replaceByName( rName, xFrom->getByName( rName ) ); in lcl_copyNamespaces() 943 xTo->insertByName( rName, xFrom->getByName( rName ) ); in lcl_copyNamespaces()
|
/aoo4110/main/basic/source/runtime/ |
H A D | step1.cxx | 338 SbxVariableRef xTo = PopVar(); in StepCASETO() local 341 if( *xCase >= *xFrom && *xCase <= *xTo ) in StepCASETO()
|
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 1212 XPropertySet xTo = UnoRuntime.queryInterface(XPropertySet.class, _aTo); in copyProperties() local 1216 XPropertySetInfo xSectionPropInfo = xTo.getPropertySetInfo(); in copyProperties() 1228 xTo.setPropertyValue(sPropertyName, xFrom.getPropertyValue(sPropertyName)); in copyProperties()
|
/aoo4110/main/svx/source/form/ |
H A D | datanavi.cxx | 2655 void copyPropSet( const Reference< XPropertySet >& xFrom, Reference< XPropertySet >& xTo ) in copyPropSet() argument 2658 DBG_ASSERT( xTo.is(), "copyPropSet(): no target" ); in copyPropSet() 2663 Sequence< Property > aProperties = xTo->getPropertySetInfo()->getProperties(); in copyPropSet() 2678 xTo->setPropertyValue(rName, xFrom->getPropertyValue( rName )); in copyPropSet()
|
Completed in 58 milliseconds