Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 25 of 444) sorted by path

12345678910>>...18

/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx154 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
192 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
H A Dbasecontrol.hxx226 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
327 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
H A Dmultiplexer.hxx178 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
293 void advise( const UNO3_TYPE& aType ,
309 void unadvise( const UNO3_TYPE& aType ,
733 const UNO3_TYPE& aType );
750 const UNO3_TYPE& aType );
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx131 Any SAL_CALL BaseContainerControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
135 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
150 return BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dbasecontrol.cxx226 Any SAL_CALL BaseControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
230 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
249 return OComponentHelper::queryAggregation( aType ); in queryAggregation()
H A Dmultiplexer.cxx241 void OMRCListenerMultiplexerHelper::advise( const Type& aType , in advise() argument
245 if( m_aListenerHolder.addInterface( aType, xListener ) == 1 ) in advise()
250 impl_adviseToPeer( m_xPeer, aType ); in advise()
259 void OMRCListenerMultiplexerHelper::unadvise( const Type& aType , in unadvise() argument
263 if( m_aListenerHolder.removeInterface( aType, xListener ) == 0 ) in unadvise()
268 impl_unadviseFromPeer( m_xPeer, aType ); in unadvise()
514 const Type& aType ) in impl_adviseToPeer() argument
517 if( aType == ::getCppuType((const Reference< XWindowListener >*)0) ) in impl_adviseToPeer()
519 else if( aType == ::getCppuType((const Reference< XKeyListener >*)0) ) in impl_adviseToPeer()
546 const Type& aType ) in impl_unadviseFromPeer() argument
[all …]
/trunk/main/UnoControls/source/controls/
H A DOConnectionPointContainerHelper.cxx69 Any SAL_CALL OConnectionPointContainerHelper::queryInterface( const Type& aType ) throw( RuntimeExc… in queryInterface() argument
75 Any aReturn ( ::cppu::queryInterface( aType , in queryInterface()
84 aReturn = OWeakObject::queryInterface( aType ); in queryInterface()
130 …L_CALL OConnectionPointContainerHelper::queryConnectionPoint( const Type& aType ) throw( RuntimeEx… in queryConnectionPoint() argument
136 OInterfaceContainerHelper* pSpecialContainer = m_aMultiTypeContainer.getContainer( aType ); in queryConnectionPoint()
142 …ectionPointHelper* pNewConnectionPoint = new OConnectionPointHelper( m_aSharedMutex, this, aType ); in queryConnectionPoint()
153 void SAL_CALL OConnectionPointContainerHelper::advise( const Type& aType , in advise() argument
157 m_aMultiTypeContainer.addInterface( aType, xListener ); in advise()
164 void SAL_CALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise() argument
168 m_aMultiTypeContainer.removeInterface( aType, xListener ); in unadvise()
H A DOConnectionPointHelper.cxx57 UNO3_TYPE aType ) in OConnectionPointHelper() argument
61 , m_aInterfaceType ( aType ) in OConnectionPointHelper()
73 Any SAL_CALL OConnectionPointHelper::queryInterface( const Type& aType ) throw( RuntimeException ) in queryInterface() argument
79 Any aReturn ( ::cppu::queryInterface( aType , in queryInterface()
88 aReturn = OWeakObject::queryInterface( aType ); in queryInterface()
H A Dframecontrol.cxx167 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
171 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
181 aReturn = OPropertySetHelper::queryInterface( aType ); in queryAggregation()
184 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
272 Reference< XConnectionPoint > SAL_CALL FrameControl::queryConnectionPoint( const Type& aType ) thro… in queryConnectionPoint() argument
275 return m_aConnectionPointContainer.queryConnectionPoint( aType ); in queryConnectionPoint()
282 void SAL_CALL FrameControl::advise( const Type& aType , in advise() argument
286 m_aConnectionPointContainer.advise( aType, xListener ); in advise()
293 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() argument
297 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
H A Dprogressbar.cxx167 Any SAL_CALL ProgressBar::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
171 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
181 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dprogressmonitor.cxx216 Any SAL_CALL ProgressMonitor::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
220 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
231 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dstatusindicator.cxx184 Any SAL_CALL StatusIndicator::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
188 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/UnoControls/source/inc/
H A DOConnectionPointContainerHelper.hxx130 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
196 …< UNO3_XCONNECTIONPOINT > SAL_CALL queryConnectionPoint( const UNO3_TYPE& aType ) throw( UNO3_RUNT…
211 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
227 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
H A DOConnectionPointHelper.hxx100 UNO3_TYPE aType );
134 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
H A Dframecontrol.hxx162 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
232 UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
369 …< UNO3_XCONNECTIONPOINT > SAL_CALL queryConnectionPoint( const UNO3_TYPE& aType ) throw( UNO3_RUNT…
384 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
400 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
H A Dprogressbar.hxx141 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
211 UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
H A Dprogressmonitor.hxx211 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
281 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
H A Dstatusindicator.hxx162 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
232 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx63 VCLXAccessibleBox (VCLXWindow* pVCLXindow, BoxType aType, bool bIsDropDownBox);
H A Dvclxaccessiblelistitem.hxx131 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun…
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx48 VCLXAccessibleBox::VCLXAccessibleBox (VCLXWindow* pVCLWindow, BoxType aType, bool bIsDropDownBox) in VCLXAccessibleBox() argument
50 m_aBoxType (aType), in VCLXAccessibleBox()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx553 aType, in queryInterface()
571 aType, in queryInterface()
578 aType, in queryInterface()
586 aType, in queryInterface()
591 aType, in queryInterface()
597 aType, in queryInterface()
603 aType, in queryInterface()
609 aType, in queryInterface()
615 aType, in queryInterface()
620 aType, in queryInterface()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhfi_method.cxx117 aType( Env(), types, true );
119 write_Param( aType, names, (*i_rParams) );
128 write_Param( aType, names, (*i_rParams) );
H A Dhfi_property.cxx144 aType( Env(), CurOut(), true ); in write_Declaration() local
145 aType.Produce_byData( PropertyAttr::Type(i_ce) ); in write_Declaration()
174 aType( Env(), CurOut(), true ); in write_Declaration() local
175 aType.Produce_byData( AttributeAttr::Type(i_ce) ); in write_Declaration()
279 aType( Env(), CurOut(), true ); in write_Declaration() local
280 aType.Produce_byData(ConstantAttr::Type(i_ce)); in write_Declaration()
303 aType( Env(), CurOut(), true ); in write_Declaration() local
304 aType.Produce_byData(StructElementAttr::Type(i_ce)); in write_Declaration()
325 const ary::idl::Type_id aType = i_commentedRef.Type(); in produce_Summary() local
H A Dhfi_service.cxx290 aType( Env(), rCell, true ); in produce_SummaryDeclaration() local
291 aType.Produce_byData( PropertyAttr::Type(i_property) ); in produce_SummaryDeclaration()

Completed in 154 milliseconds

12345678910>>...18