Home
last modified time | relevance | path

Searched refs:rIf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1084 …er::SetInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rIf, in SetInterface() argument
1087 maAny <<= rIf; in SetInterface()
2378 …ool TransferableDataHelper::GetInterface( SotFormatStringId nFormat, Reference< XInterface >& rIf ) in GetInterface() argument
2381 return( SotExchange::GetFormatDataFlavor( nFormat, aFlavor ) && GetInterface( aFlavor, rIf ) ); in GetInterface()
2386 …ool TransferableDataHelper::GetInterface( const DataFlavor& rFlavor, Reference< XInterface >& rIf ) in GetInterface() argument
2389 return( aAny.hasValue() && ( aAny >>= rIf ) ); in GetInterface()
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx269 … SetInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rIf,
398 …rmatStringId nFormat, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rIf );
399 …:DataFlavor& rFlavor, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rIf );

Completed in 31 milliseconds