Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 1 – 25 of 5156) sorted by path

12345678910>>...207

/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx154 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
173 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
192 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
211 virtual void SAL_CALL createPeer( const UNO3_REFERENCE< UNO3_XTOOLKIT >& xToolkit ,
242 virtual UNO3_REFERENCE< UNO3_XCONTROLMODEL > SAL_CALL getModel() throw( UNO3_RUNTIMEEXCEPTION );
261 virtual void SAL_CALL dispose() throw( UNO3_RUNTIMEEXCEPTION );
280 … virtual void SAL_CALL disposing( const UNO3_EVENTOBJECT& rEvent ) throw( UNO3_RUNTIMEEXCEPTION );
299 virtual void SAL_CALL addControl( const UNO3_OUSTRING& sName ,
360 …virtual void SAL_CALL setStatusText( const UNO3_OUSTRING& sStatusText ) throw( UNO3_RUNTIMEEXCEPTI…
390 …virtual UNO3_SEQUENCE< UNO3_REFERENCE< UNO3_XCONTROL > > SAL_CALL getControls() throw( UNO3_RUNTIM…
[all …]
H A Dbasecontrol.hxx242 virtual void SAL_CALL acquire() throw();
258 virtual void SAL_CALL release() throw();
395 virtual void SAL_CALL dispose() throw( UNO3_RUNTIMEEXCEPTION );
564 virtual sal_Bool SAL_CALL isDesignMode() throw( UNO3_RUNTIMEEXCEPTION );
579 virtual sal_Bool SAL_CALL isTransparent() throw( UNO3_RUNTIMEEXCEPTION );
598 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
647 virtual void SAL_CALL setFocus() throw( UNO3_RUNTIMEEXCEPTION );
662 virtual UNO3_RECTANGLE SAL_CALL getPosSize() throw( UNO3_RUNTIMEEXCEPTION );
861 virtual void SAL_CALL draw( sal_Int32 nX ,
892 virtual void SAL_CALL setZoom( float fZoomX ,
[all …]
H A Dmultiplexer.hxx178 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
194 virtual void SAL_CALL acquire() throw();
210 virtual void SAL_CALL release() throw();
330 virtual void SAL_CALL disposing(const UNO3_EVENTOBJECT& aSource) throw( UNO3_RUNTIMEEXCEPTION ) ;
350 … virtual void SAL_CALL focusGained(const UNO3_FOCUSEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
366 virtual void SAL_CALL focusLost(const UNO3_FOCUSEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
454 virtual void SAL_CALL keyPressed( const UNO3_KEYEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
470 … virtual void SAL_CALL keyReleased( const UNO3_KEYEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
538 … virtual void SAL_CALL mouseExited(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
574 … virtual void SAL_CALL mouseMoved(const UNO3_MOUSEEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION ) ;
[all …]
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx74 Any SAL_CALL BaseContainerControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
99 Sequence< Type > SAL_CALL BaseContainerControl::getTypes() throw( RuntimeException ) in getTypes()
131 Any SAL_CALL BaseContainerControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
158 void SAL_CALL BaseContainerControl::createPeer( const Reference< XToolkit >& xToolkit , in createPeer()
191 sal_Bool SAL_CALL BaseContainerControl::setModel( const Reference< XControlModel >& ) throw( Runtim… in setModel()
201 Reference< XControlModel > SAL_CALL BaseContainerControl::getModel() throw( RuntimeException ) in getModel()
212 void SAL_CALL BaseContainerControl::dispose() throw( RuntimeException ) in dispose()
254 void SAL_CALL BaseContainerControl::disposing( const EventObject& rEvent ) throw( RuntimeException ) in disposing()
400 void SAL_CALL BaseContainerControl::setStatusText ( const OUString& rStatusText ) throw( RuntimeExc… in setStatusText()
444 Sequence< Reference< XControl > > SAL_CALL BaseContainerControl::getControls () throw( RuntimeExcep… in getControls()
[all …]
H A Dbasecontrol.cxx120 void SAL_CALL BaseControl::acquire() throw() in acquire()
133 void SAL_CALL BaseControl::release() throw() in release()
293 void SAL_CALL BaseControl::dispose() throw( RuntimeException ) in dispose()
463 sal_Bool SAL_CALL BaseControl::isDesignMode() throw( RuntimeException ) in isDesignMode()
474 sal_Bool SAL_CALL BaseControl::isTransparent() throw( RuntimeException ) in isTransparent()
483 void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , in setPosSize()
565 void SAL_CALL BaseControl::setFocus() throw( RuntimeException ) in setFocus()
580 Rectangle SAL_CALL BaseControl::getPosSize() throw( RuntimeException ) in getPosSize()
699 void SAL_CALL BaseControl::draw( sal_Int32 nX , in draw()
737 void SAL_CALL BaseControl::setZoom( float /*fZoomX*/ , in setZoom()
[all …]
H A Dmultiplexer.cxx117 Any SAL_CALL OMRCListenerMultiplexerHelper::queryInterface( const Type& rType ) throw( RuntimeExcep… in queryInterface()
153 void SAL_CALL OMRCListenerMultiplexerHelper::acquire() throw() in acquire()
166 void SAL_CALL OMRCListenerMultiplexerHelper::release() throw() in release()
277 void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& /*aSource*/ ) throw( Run… in disposing()
H A Dregistercontrols.cxx85 …static Reference< XInterface > SAL_CALL CLASS##_createInstance ( const Reference< XMultiServiceFac…
157 extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Cha… in CREATEINSTANCE()
167 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementatio… in component_getFactory()
/trunk/main/UnoControls/source/controls/
H A DOConnectionPointContainerHelper.cxx69 Any SAL_CALL OConnectionPointContainerHelper::queryInterface( const Type& aType ) throw( RuntimeExc… in queryInterface()
94 void SAL_CALL OConnectionPointContainerHelper::acquire() throw() in acquire()
107 void SAL_CALL OConnectionPointContainerHelper::release() throw() in release()
120 Sequence< Type > SAL_CALL OConnectionPointContainerHelper::getConnectionPointTypes() throw( Runtime… in getConnectionPointTypes()
130 Reference< XConnectionPoint > SAL_CALL OConnectionPointContainerHelper::queryConnectionPoint( const… in queryConnectionPoint()
153 void SAL_CALL OConnectionPointContainerHelper::advise( const Type& aType , in advise()
164 void SAL_CALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise()
H A DOConnectionPointHelper.cxx73 Any SAL_CALL OConnectionPointHelper::queryInterface( const Type& aType ) throw( RuntimeException ) in queryInterface()
98 void SAL_CALL OConnectionPointHelper::acquire() throw() in acquire()
111 void SAL_CALL OConnectionPointHelper::release() throw() in release()
124 Type SAL_CALL OConnectionPointHelper::getConnectionType() throw( RuntimeException ) in getConnectionType()
148 Reference< XConnectionPointContainer > SAL_CALL OConnectionPointHelper::getConnectionPointContainer… in getConnectionPointContainer()
160 void SAL_CALL OConnectionPointHelper::advise( const Reference< XInterface >& xListener ) throw( Lis… in advise()
195 void SAL_CALL OConnectionPointHelper::unadvise( const Reference< XInterface >& xListener ) throw( R… in unadvise()
216 Sequence< Reference< XInterface > > SAL_CALL OConnectionPointHelper::getConnections() throw( Runtim… in getConnections()
H A Dframecontrol.cxx83 Any SAL_CALL FrameControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
108 void SAL_CALL FrameControl::acquire() throw() in acquire()
121 void SAL_CALL FrameControl::release() throw() in release()
134 Sequence< Type > SAL_CALL FrameControl::getTypes() throw( RuntimeException ) in getTypes()
167 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
195 void SAL_CALL FrameControl::createPeer( const Reference< XToolkit >& xToolkit , in createPeer()
222 Reference< XControlModel > SAL_CALL FrameControl::getModel() throw( RuntimeException ) in getModel()
232 void SAL_CALL FrameControl::dispose() throw( RuntimeException ) in dispose()
252 Reference< XGraphics > SAL_CALL FrameControl::getGraphics() throw( RuntimeException ) in getGraphics()
282 void SAL_CALL FrameControl::advise( const Type& aType , in advise()
[all …]
H A Dprogressbar.cxx84 Any SAL_CALL ProgressBar::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
109 void SAL_CALL ProgressBar::acquire() throw() in acquire()
122 void SAL_CALL ProgressBar::release() throw() in release()
135 Sequence< Type > SAL_CALL ProgressBar::getTypes() throw( RuntimeException ) in getTypes()
167 Any SAL_CALL ProgressBar::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
191 void SAL_CALL ProgressBar::setForegroundColor( sal_Int32 nColor ) throw( RuntimeException ) in setForegroundColor()
207 void SAL_CALL ProgressBar::setBackgroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setBackgroundColor()
223 void SAL_CALL ProgressBar::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
254 void SAL_CALL ProgressBar::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange()
298 sal_Int32 SAL_CALL ProgressBar::getValue () throw( RuntimeException ) in getValue()
[all …]
H A Dprogressmonitor.cxx132 Any SAL_CALL ProgressMonitor::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
157 void SAL_CALL ProgressMonitor::acquire() throw() in acquire()
170 void SAL_CALL ProgressMonitor::release() throw() in release()
183 Sequence< Type > SAL_CALL ProgressMonitor::getTypes() throw( RuntimeException ) in getTypes()
216 Any SAL_CALL ProgressMonitor::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
379 void SAL_CALL ProgressMonitor::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
409 sal_Int32 SAL_CALL ProgressMonitor::getValue () throw( RuntimeException ) in getValue()
486 Size SAL_CALL ProgressMonitor::getMinimumSize () throw( RuntimeException ) in getMinimumSize()
495 Size SAL_CALL ProgressMonitor::getPreferredSize () throw( RuntimeException ) in getPreferredSize()
583 Reference< XControlModel > SAL_CALL ProgressMonitor::getModel () throw( RuntimeException ) in getModel()
[all …]
H A Dstatusindicator.cxx101 Any SAL_CALL StatusIndicator::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
126 void SAL_CALL StatusIndicator::acquire() throw() in acquire()
139 void SAL_CALL StatusIndicator::release() throw() in release()
152 Sequence< Type > SAL_CALL StatusIndicator::getTypes() throw( RuntimeException ) in getTypes()
224 void SAL_CALL StatusIndicator::end() throw( RuntimeException ) in end()
239 void SAL_CALL StatusIndicator::setText( const OUString& sText ) throw( RuntimeException ) in setText()
252 void SAL_CALL StatusIndicator::setValue( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
265 void SAL_CALL StatusIndicator::reset() throw( RuntimeException ) in reset()
280 Size SAL_CALL StatusIndicator::getMinimumSize () throw( RuntimeException ) in getMinimumSize()
289 Size SAL_CALL StatusIndicator::getPreferredSize () throw( RuntimeException ) in getPreferredSize()
[all …]
/trunk/main/UnoControls/source/inc/
H A DOConnectionPointContainerHelper.hxx130 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
146 virtual void SAL_CALL acquire() throw();
162 virtual void SAL_CALL release() throw();
181 …virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getConnectionPointTypes() throw( UNO3_RUNTIMEEXCEPTION…
196 …virtual UNO3_REFERENCE< UNO3_XCONNECTIONPOINT > SAL_CALL queryConnectionPoint( const UNO3_TYPE& aT…
211 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
227 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
H A DOConnectionPointHelper.hxx134 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
150 virtual void SAL_CALL acquire() throw();
166 virtual void SAL_CALL release() throw();
185 virtual UNO3_TYPE SAL_CALL getConnectionType() throw( UNO3_RUNTIMEEXCEPTION );
200 …virtual UNO3_REFERENCE< UNO3_XCONNECTIONPOINTCONTAINER > SAL_CALL getConnectionPointContainer() th…
215 …virtual void SAL_CALL advise( const UNO3_REFERENCE< UNO3_XINTERFACE >& xListener ) throw( UNO3_LIS…
232 …virtual void SAL_CALL unadvise( const UNO3_REFERENCE< UNO3_XINTERFACE >& xListener ) throw( UNO3_R…
247 …virtual UNO3_SEQUENCE< UNO3_REFERENCE< UNO3_XINTERFACE > > SAL_CALL getConnections() throw( UNO3_R…
H A Dframecontrol.hxx178 virtual void SAL_CALL acquire() throw();
194 virtual void SAL_CALL release() throw();
213 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
251 virtual void SAL_CALL createPeer( const UNO3_REFERENCE< UNO3_XTOOLKIT >& xToolkit ,
301 virtual void SAL_CALL dispose() throw( UNO3_RUNTIMEEXCEPTION );
384 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
400 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
460 virtual sal_Bool SAL_CALL convertFastPropertyValue( UNO3_ANY& rConvertedValue ,
478 virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
494 virtual void SAL_CALL getFastPropertyValue( UNO3_ANY& rValue ,
[all …]
H A Dprogressbar.hxx141 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
157 virtual void SAL_CALL acquire() throw();
173 virtual void SAL_CALL release() throw();
192 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
211 UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
230 virtual void SAL_CALL setForegroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
245 virtual void SAL_CALL setBackgroundColor( sal_Int32 nColor ) throw( UNO3_RUNTIMEEXCEPTION );
260 virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( UNO3_RUNTIMEEXCEPTION );
275 virtual void SAL_CALL setRange( sal_Int32 nMin ,
291 virtual sal_Int32 SAL_CALL getValue() throw( UNO3_RUNTIMEEXCEPTION );
[all …]
H A Dprogressmonitor.hxx227 virtual void SAL_CALL acquire() throw();
243 virtual void SAL_CALL release() throw();
307 virtual void SAL_CALL addText( const UNO3_OUSTRING& sTopic ,
324 virtual void SAL_CALL removeText( const UNO3_OUSTRING& sTopic ,
340 virtual void SAL_CALL updateText( const UNO3_OUSTRING& sTopic ,
406 virtual void SAL_CALL setRange( sal_Int32 nMin ,
422 virtual sal_Int32 SAL_CALL getValue() throw( UNO3_RUNTIMEEXCEPTION );
505 virtual UNO3_SIZE SAL_CALL getMinimumSize() throw( UNO3_RUNTIMEEXCEPTION );
520 virtual UNO3_SIZE SAL_CALL getPreferredSize() throw( UNO3_RUNTIMEEXCEPTION );
604 virtual void SAL_CALL dispose() throw( UNO3_RUNTIMEEXCEPTION );
[all …]
H A Dstatusindicator.hxx178 virtual void SAL_CALL acquire() throw();
194 virtual void SAL_CALL release() throw();
213 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
251 virtual void SAL_CALL start( const UNO3_OUSTRING& sText ,
267 virtual void SAL_CALL end() throw( UNO3_RUNTIMEEXCEPTION );
282 virtual void SAL_CALL reset() throw( UNO3_RUNTIMEEXCEPTION );
312 virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( UNO3_RUNTIMEEXCEPTION );
331 virtual UNO3_SIZE SAL_CALL getMinimumSize() throw( UNO3_RUNTIMEEXCEPTION );
346 virtual UNO3_SIZE SAL_CALL getPreferredSize() throw( UNO3_RUNTIMEEXCEPTION );
430 virtual void SAL_CALL dispose() throw( UNO3_RUNTIMEEXCEPTION );
[all …]
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBox.hxx68 virtual void SAL_CALL disposing();
74 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
79 ::com::sun::star::accessibility::XAccessible > SAL_CALL
94 ::com::sun::star::accessibility::XAccessible > SAL_CALL
99 virtual void SAL_CALL grabFocus()
103 virtual ::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding()
111 virtual ::rtl::OUString SAL_CALL getImplementationName()
242 SAL_CALL getAccessibleContext() throw ( ::com::sun::star::uno::RuntimeException );
H A DAccessibleBrowseBoxBase.hxx127 virtual void SAL_CALL disposing();
134 ::com::sun::star::accessibility::XAccessible > SAL_CALL
139 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent()
151 virtual ::rtl::OUString SAL_CALL getAccessibleName()
176 virtual sal_Int16 SAL_CALL getAccessibleRole()
208 virtual ::com::sun::star::awt::Size SAL_CALL getSize()
212 virtual sal_Bool SAL_CALL isShowing()
216 virtual sal_Bool SAL_CALL isVisible()
220 virtual sal_Bool SAL_CALL isFocusTraversable()
253 virtual void SAL_CALL addEventListener(
[all …]
H A DAccessibleBrowseBoxCheckBoxCell.hxx71 …::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleCont…
74 …virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeExcept…
75 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
76 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw ( ::com::sun::star::uno::RuntimeExc…
77 …virtual ::sal_Int32 SAL_CALL getAccessibleIndexInParent( ) throw (::com::sun::star::uno::RuntimeE…
81 …virtual ::com::sun::star::uno::Any SAL_CALL getCurrentValue( ) throw (::com::sun::star::uno::Runt…
82 …virtual sal_Bool SAL_CALL setCurrentValue( const ::com::sun::star::uno::Any& aNumber ) throw (::co…
83 …virtual ::com::sun::star::uno::Any SAL_CALL getMaximumValue( ) throw (::com::sun::star::uno::Runt…
84 …virtual ::com::sun::star::uno::Any SAL_CALL getMinimumValue( ) throw (::com::sun::star::uno::Runt…
H A DAccessibleBrowseBoxHeaderBar.hxx69 ::com::sun::star::accessibility::XAccessible > SAL_CALL
75 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent()
87 virtual void SAL_CALL grabFocus()
97 virtual ::rtl::OUString SAL_CALL
103 virtual ::rtl::OUString SAL_CALL
166 virtual void SAL_CALL clearAccessibleSelection()
170 virtual void SAL_CALL selectAllAccessibleChildren()
192 ::com::sun::star::uno::Any SAL_CALL queryInterface(
197 virtual void SAL_CALL acquire() throw ();
200 virtual void SAL_CALL release() throw ();
[all …]
H A DAccessibleBrowseBoxHeaderCell.hxx40 …virtual sal_Int32 SAL_CALL getAccessibleChildCount() throw ( ::com::sun::star::uno::RuntimeExcepti…
43 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
47 …virtual sal_Int32 SAL_CALL getAccessibleIndexInParent() throw ( ::com::sun::star::uno::RuntimeExce…
50 virtual void SAL_CALL grabFocus() throw ( ::com::sun::star::uno::RuntimeException );
60 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw ( ::com::sun::star::uno::RuntimeExc…
H A DAccessibleBrowseBoxTable.hxx56 ::com::sun::star::accessibility::XAccessible > SAL_CALL
62 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent()
69 ::com::sun::star::accessibility::XAccessible > SAL_CALL
74 virtual void SAL_CALL grabFocus()
95 ::com::sun::star::accessibility::XAccessibleTable > SAL_CALL
101 ::com::sun::star::accessibility::XAccessibleTable > SAL_CALL
106 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL
111 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL
116 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
128 ::com::sun::star::accessibility::XAccessible > SAL_CALL
[all …]

Completed in 130 milliseconds

12345678910>>...207