Home
last modified time | relevance | path

Searched refs:i_rDescriptor (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sfx2/source/view/
H A Dfrmload.cxx116 … const ::comphelper::NamedValueCollection& i_rDescriptor, const SfxFilterMatcher& rMatcher ) const in impl_detectFilterForURL()
131 if ( i_rDescriptor.has( "InteractionHandler" ) ) in impl_detectFilterForURL()
132 aNewArgs.put( "InteractionHandler", i_rDescriptor.get( "InteractionHandler" ) ); in impl_detectFilterForURL()
133 if ( i_rDescriptor.has( "StatusIndicator" ) ) in impl_detectFilterForURL()
134 aNewArgs.put( "StatusIndicator", i_rDescriptor.get( "StatusIndicator" ) ); in impl_detectFilterForURL()
390 …nothrow( const Any& i_rCaughtError, const ::comphelper::NamedValueCollection& i_rDescriptor ) const in impl_handleCaughtError_nothrow()
395 i_rDescriptor.getOrDefault( "InteractionHandler", Reference< XInteractionHandler >() ); in impl_handleCaughtError_nothrow()
449 …throw( const SfxObjectShell& i_rDocument, const ::comphelper::NamedValueCollection& i_rDescriptor ) in impl_determineEffectiveViewId_nothrow() argument
451 sal_Int16 nViewId = i_rDescriptor.getOrDefault( "ViewId", sal_Int16( 0 ) ); in impl_determineEffectiveViewId_nothrow()
/aoo42x/main/sfx2/inc/
H A Dfrmload.hxx90 const ::comphelper::NamedValueCollection& i_rDescriptor,
118 const ::comphelper::NamedValueCollection& i_rDescriptor
123 const ::comphelper::NamedValueCollection& i_rDescriptor
132 const ::comphelper::NamedValueCollection& i_rDescriptor
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx267 const Reference< XPropertySet >& i_rDescriptor
840 …opyTableWizard::impl_extractSourceResultSet_throw( const Reference< XPropertySet >& i_rDescriptor ) in impl_extractSourceResultSet_throw() argument
842 Reference< XPropertySetInfo > xPSI( i_rDescriptor->getPropertySetInfo(), UNO_SET_THROW ); in impl_extractSourceResultSet_throw()
846 m_xSourceResultSet.set( i_rDescriptor->getPropertyValue( PROPERTY_RESULT_SET ), UNO_QUERY ); in impl_extractSourceResultSet_throw()
849 OSL_VERIFY( i_rDescriptor->getPropertyValue( PROPERTY_SELECTION ) >>= m_aSourceSelection ); in impl_extractSourceResultSet_throw()
852 …OSL_VERIFY( i_rDescriptor->getPropertyValue( PROPERTY_BOOKMARK_SELECTION ) >>= m_bSourceSelectionB… in impl_extractSourceResultSet_throw()

Completed in 158 milliseconds