Home
last modified time | relevance | path

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

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