Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 126 – 150 of 4772) sorted by relevance

12345678910>>...191

/trunk/main/svtools/source/control/
H A Dvalueimp.hxx169 …virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeExcept…
173 … virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
187 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
189 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
190 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
195 …virtual void SAL_CALL clearAccessibleSelection( ) throw (::com::sun::star::uno::RuntimeException);
218 virtual void SAL_CALL disposing (void);
306 … virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
320 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
322 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx84 Any SAL_CALL queryInterface(const Type & rType) throw(RuntimeException);
85 void SAL_CALL acquire() throw();
86 void SAL_CALL release() throw();
89 ::com::sun::star::uno::Sequence< Type > SAL_CALL getTypes()
95 sal_Bool SAL_CALL execute() throw(SQLException, RuntimeException);
101 sal_Int32 SAL_CALL executeUpdate(const OUString& sql)
103 sal_Bool SAL_CALL execute( const OUString& sql )
162 void SAL_CALL clearParameters() throw(SQLException, RuntimeException);
165 void SAL_CALL addBatch() throw(SQLException, RuntimeException);
166 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
[all …]
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx390 void SAL_CALL AccessibleTableShape::acquire( ) throw () in acquire()
397 void SAL_CALL AccessibleTableShape::release( ) throw () in release()
456 void SAL_CALL AccessibleTableShape::disposing (void) in disposing()
906 sal_Bool SAL_CALL AccessibleTableShape::selectRow( sal_Int32 row ) in selectRow()
915 sal_Bool SAL_CALL AccessibleTableShape::selectColumn( sal_Int32 column ) in selectColumn()
924 sal_Bool SAL_CALL AccessibleTableShape::unselectRow( sal_Int32 row ) in unselectRow()
933 sal_Bool SAL_CALL AccessibleTableShape::unselectColumn( sal_Int32 column ) in unselectColumn()
971 void SAL_CALL
1357 sal_Bool SAL_CALL AccessibleTableHeaderShape::selectRow( sal_Int32 row ) in selectRow()
1371 sal_Bool SAL_CALL AccessibleTableHeaderShape::selectColumn( sal_Int32 column ) in selectColumn()
[all …]
/trunk/main/chart2/source/model/main/
H A DChartModel.hxx195 void SAL_CALL
198 void SAL_CALL
201 void SAL_CALL
270 virtual void SAL_CALL
308 virtual void SAL_CALL
311 virtual void SAL_CALL
316 virtual void SAL_CALL
324 virtual void SAL_CALL
332 virtual void SAL_CALL
337 virtual void SAL_CALL
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx159 void SAL_CALL MacabResultSet::acquire() throw() in acquire()
164 void SAL_CALL MacabResultSet::release() throw() in release()
169 Sequence< Type > SAL_CALL MacabResultSet::getTypes() throw(RuntimeException) in getTypes()
581 void SAL_CALL MacabResultSet::afterLast() throw(SQLException, RuntimeException) in afterLast()
591 void SAL_CALL MacabResultSet::close() throw(SQLException, RuntimeException) in close()
600 sal_Bool SAL_CALL MacabResultSet::first() throw(SQLException, RuntimeException) in first()
613 sal_Bool SAL_CALL MacabResultSet::last() throw(SQLException, RuntimeException) in last()
656 sal_Bool SAL_CALL MacabResultSet::next() throw(SQLException, RuntimeException) in next()
713 void SAL_CALL MacabResultSet::cancel() throw(RuntimeException) in cancel()
728 void SAL_CALL MacabResultSet::insertRow() throw(SQLException, RuntimeException) in insertRow()
[all …]
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx243 virtual ::css::awt::Size SAL_CALL getSize()
273 virtual ::css::awt::Rectangle SAL_CALL
281 virtual ::sal_Int32 SAL_CALL
299 virtual ::rtl::OUString SAL_CALL getText()
335 virtual ::sal_Bool SAL_CALL replaceText(
341 virtual ::sal_Bool SAL_CALL setAttributes(
375 virtual void SAL_CALL addEventListener(
381 virtual void SAL_CALL removeEventListener(
386 virtual void SAL_CALL disposing();
586 SAL_CALL getAccessibleChild(::sal_Int32 i)
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.hxx154 virtual sal_Bool SAL_CALL getShowState( )
161 virtual void SAL_CALL cancel( );
168 sal_Int16 SAL_CALL getFocused( );
170 virtual bool SAL_CALL preModal( );
173 virtual sal_uInt32 SAL_CALL onFileOk();
177 virtual void SAL_CALL onInitDone();
178 virtual void SAL_CALL onFolderChanged();
200 void SAL_CALL InitControlLabel( HWND hWnd );
204 void SAL_CALL CacheControlState(HWND hWnd);
206 void SAL_CALL SetDefaultExtension();
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx402 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
414 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
425 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
441 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
587 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
628 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
646 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
657 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
668 void SAL_CALL OResultSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow()
1152 void SAL_CALL OResultSet::acquire() throw() in acquire()
[all …]
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx75 void SAL_CALL SvxShowCharSetVirtualAcc::fireEvent( in IMPLEMENT_FORWARD_XINTERFACE2()
125 void SAL_CALL SvxShowCharSetVirtualAcc::grabFocus() in grabFocus()
235 void SAL_CALL SvxShowCharSetVirtualAcc::disposing() in disposing()
312 void SAL_CALL SvxShowCharSetAcc::disposing() in disposing()
367 sal_Int32 SAL_CALL SvxShowCharSetAcc::getAccessibleChildCount() in getAccessibleChildCount()
409 sal_Int16 SAL_CALL SvxShowCharSetAcc::getAccessibleRole() in getAccessibleRole()
426 ::rtl::OUString SAL_CALL SvxShowCharSetAcc::getAccessibleName() in getAccessibleName()
495 void SAL_CALL SvxShowCharSetAcc::grabFocus() in grabFocus()
505 uno::Any SAL_CALL SvxShowCharSetAcc::getAccessibleKeyBinding() in getAccessibleKeyBinding()
693 sal_Int16 SAL_CALL SvxShowCharSetItemAcc::getAccessibleRole() in getAccessibleRole()
[all …]
/trunk/main/svx/inc/
H A Dtbunosearchcontrollers.hxx104 virtual void SAL_CALL acquire() throw ();
105 virtual void SAL_CALL release() throw ();
120 virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException );
153 virtual void SAL_CALL acquire() throw ();
154 virtual void SAL_CALL release() throw ();
169 virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException );
192 virtual void SAL_CALL acquire() throw ();
193 virtual void SAL_CALL release() throw ();
208 virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException );
236 virtual void SAL_CALL acquire() throw();
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx98 Sequence< Type > SAL_CALL SbaXFormAdapter::getTypes( ) throw (RuntimeException) in getTypes()
849 void SAL_CALL SbaXFormAdapter::load() throw( RuntimeException ) in load()
856 void SAL_CALL SbaXFormAdapter::unload() throw( RuntimeException ) in unload()
863 void SAL_CALL SbaXFormAdapter::reload() throw( RuntimeException ) in reload()
870 sal_Bool SAL_CALL SbaXFormAdapter::isLoaded() throw( RuntimeException ) in isLoaded()
1146 void SAL_CALL SbaXFormAdapter::dispose() throw( RuntimeException ) in dispose()
1413 void SAL_CALL SbaXFormAdapter::cancel() throw( RuntimeException ) in cancel()
1465 void SAL_CALL SbaXFormAdapter::reset() throw( RuntimeException ) in reset()
1604 Type SAL_CALL SbaXFormAdapter::getElementType() throw(RuntimeException) in getElementType()
1611 sal_Bool SAL_CALL SbaXFormAdapter::hasElements() throw(RuntimeException) in hasElements()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx57 virtual ::rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
59 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
61 virtual sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
67 virtual void SAL_CALL Delete() throw (css::uno::RuntimeException);
98 virtual double SAL_CALL getLeft() throw (css::uno::RuntimeException);
100 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
102 virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);
104 virtual double SAL_CALL getHeight() throw (css::uno::RuntimeException);
108 virtual sal_Int32 SAL_CALL getPlacement() throw (css::uno::RuntimeException);
163 virtual sal_Bool SAL_CALL getAutoSize() throw (css::uno::RuntimeException);
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.hxx66 virtual void SAL_CALL disposing (void);
80 sal_Bool SAL_CALL isAnchorOnly (void)
106 virtual void SAL_CALL setCurrentPage(
119 virtual void SAL_CALL setDocumentSlides (
129 virtual sal_Bool SAL_CALL getIsShowSelection (void)
135 virtual sal_Bool SAL_CALL getIsCenterSelection (void)
148 virtual sal_Bool SAL_CALL getIsOrientationVertical (void)
154 virtual sal_Bool SAL_CALL getIsSmoothScrolling (void)
166 virtual css::util::Color SAL_CALL getTextColor (void)
184 virtual sal_Bool SAL_CALL getIsUIReadOnly (void)
[all …]
/trunk/main/sw/source/core/access/
H A Daccpara.hxx274 virtual ::rtl::OUString SAL_CALL
281 virtual ::com::sun::star::lang::Locale SAL_CALL
298 virtual void SAL_CALL grabFocus()
301 virtual sal_Int32 SAL_CALL getForeground()
303 virtual sal_Int32 SAL_CALL getBackground()
311 virtual ::rtl::OUString SAL_CALL
317 virtual sal_Bool SAL_CALL
339 virtual void SAL_CALL acquire( ) throw () in acquire()
342 virtual void SAL_CALL release( ) throw () in release()
378 virtual void SAL_CALL selectAccessibleChild(
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx112 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
127 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
145 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
163 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
220 virtual void SAL_CALL disposing();
261 … virtual ::sal_Int16 SAL_CALL getDecimalDigits() throw (::com::sun::star::uno::RuntimeException);
267 … virtual ::sal_Int16 SAL_CALL getDisplayUnit() throw (::com::sun::star::uno::RuntimeException);
269 virtual ::sal_Int16 SAL_CALL getValueUnit() throw (::com::sun::star::uno::RuntimeException);
306 virtual void SAL_CALL clearList( ) throw (::com::sun::star::uno::RuntimeException);
332 virtual void SAL_CALL clearList( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx93 virtual void SAL_CALL disposing (void);
178 virtual void SAL_CALL grabFocus (void)
991 Reference<XAccessibleContext> SAL_CALL
1018 Reference<XAccessible> SAL_CALL
1033 Reference<XAccessible> SAL_CALL
1045 sal_Int32 SAL_CALL
1070 sal_Int16 SAL_CALL
1082 OUString SAL_CALL
1094 OUString SAL_CALL
1130 lang::Locale SAL_CALL
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx283 REF( uno::XInterface ) SAL_CALL AnalysisAddIn_CreateInstance( in REF()
293 STRING SAL_CALL AnalysisAddIn::getServiceName() THROWDEF_RTE in getServiceName()
302 STRING SAL_CALL AnalysisAddIn::getImplementationName() THROWDEF_RTE in getImplementationName()
314 SEQ( STRING ) SAL_CALL AnalysisAddIn::getSupportedServiceNames() THROWDEF_RTE in SEQ()
329 lang::Locale SAL_CALL AnalysisAddIn::getLocale() THROWDEF_RTE in getLocale()
543 sal_Int32 SAL_CALL AnalysisAddIn::getWorkday( constREFXPS& xOptions, in getWorkday()
604 double SAL_CALL AnalysisAddIn::getYearfrac( constREFXPS& xOpt, in getYearfrac()
662 sal_Int32 SAL_CALL AnalysisAddIn::getNetworkdays( constREFXPS& xOpt, in getNetworkdays()
711 double SAL_CALL
802 double SAL_CALL AnalysisAddIn::getSqrtpi( double fNum ) THROWDEF_RTE_IAE in getSqrtpi()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx293 virtual void SAL_CALL disposing();
317 virtual void SAL_CALL acquire( ) throw ();
318 virtual void SAL_CALL release( ) throw ();
328 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
334 virtual ::rtl::OUString SAL_CALL getURL( ) throw (::com::sun::star::uno::RuntimeException) ;
338 virtual void SAL_CALL lockControllers( ) throw (::com::sun::star::uno::RuntimeException) ;
339 virtual void SAL_CALL unlockControllers( ) throw (::com::sun::star::uno::RuntimeException) ;
352 virtual sal_Bool SAL_CALL hasLocation( ) throw (::com::sun::star::uno::RuntimeException) ;
354 virtual sal_Bool SAL_CALL isReadonly( ) throw (::com::sun::star::uno::RuntimeException) ;
364 virtual sal_Bool SAL_CALL isModified( ) throw (::com::sun::star::uno::RuntimeException) ;
[all …]
/trunk/main/forms/source/inc/
H A DFormComponent.hxx242 virtual void SAL_CALL disposing();
245 virtual void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException) in dispose()
326 virtual void SAL_CALL disposing();
426 virtual void SAL_CALL disposing();
442 virtual void SAL_CALL
444 virtual void SAL_CALL
456 virtual sal_Bool SAL_CALL convertFastPropertyValue(
491 virtual cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
1039 virtual void SAL_CALL disposing();
1042 virtual void SAL_CALL reset( ) throw(::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelistitem.hxx102 virtual void SAL_CALL disposing();
132 virtual void SAL_CALL acquire( ) throw();
133 virtual void SAL_CALL release( ) throw();
152 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
166 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
167 virtual sal_Int32 SAL_CALL getForeground (void) throw (::com::sun::star::uno::RuntimeException);
171 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
176 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
179 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
180 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/basic/source/inc/
H A Dnamecont.hxx107 virtual sal_Bool SAL_CALL hasElements( )
287 virtual SfxLibrary* SAL_CALL implCreateLibraryLink
292 virtual void SAL_CALL writeLibraryElement
367 virtual void SAL_CALL disposing();
393 virtual sal_Bool SAL_CALL hasElements()
510 virtual ::rtl::OUString SAL_CALL getImplementationName( )
517 virtual ::sal_Bool SAL_CALL getVBACompatibilityMode()
521 virtual sal_Int32 SAL_CALL getRunningVBAScripts()
523 virtual void SAL_CALL addVBAScriptListener(
526 virtual void SAL_CALL removeVBAScriptListener(
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleTableBase.hxx79 virtual sal_Int32 SAL_CALL
84 virtual sal_Int32 SAL_CALL
103 virtual sal_Int32 SAL_CALL
111 virtual sal_Int32 SAL_CALL
137 virtual sal_Bool SAL_CALL
143 virtual sal_Bool SAL_CALL
165 virtual sal_Bool SAL_CALL
240 virtual void SAL_CALL
250 virtual void SAL_CALL
254 virtual void SAL_CALL
[all …]
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx95 virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
124 virtual void SAL_CALL disposing(void);
127 virtual void SAL_CALL acquire() throw();
128 virtual void SAL_CALL release() throw();
137 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
141 …virtual sal_Bool SAL_CALL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
143 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
144 …virtual sal_Bool SAL_CALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
145 …virtual sal_Bool SAL_CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
179 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/svx/source/inc/
H A Dgridcell.hxx777 virtual void SAL_CALL disposing();
925 virtual void SAL_CALL disposing();
980 virtual void SAL_CALL disposing();
1023 virtual void SAL_CALL disposing();
1040 …virtual void SAL_CALL SAL_CALL selectItemPos(sal_Int16 nPos, sal_Bool bSelect) throw(::com::sun::s…
1042 …virtual void SAL_CALL SAL_CALL selectItem(const ::rtl::OUString& aItem, sal_Bool bSelect) throw(::…
1044 …virtual void SAL_CALL SAL_CALL setMultipleMode(sal_Bool bMulti) throw(::com::sun::star::uno::Runti…
1046 …virtual void SAL_CALL SAL_CALL setDropDownLineCount(sal_Int16 nLines) throw(::com::sun::star::uno:…
1047 …virtual void SAL_CALL SAL_CALL makeVisible(sal_Int16 nEntry) throw(::com::sun::star::uno::RuntimeE…
1078 virtual void SAL_CALL disposing();
[all …]
/trunk/main/reportdesign/source/core/inc/
H A DSection.hxx107 virtual void SAL_CALL disposing();
134 virtual ::sal_Bool SAL_CALL getVisible() throw (::com::sun::star::uno::RuntimeException);
135 …virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (::com::sun::star::uno::RuntimeExcep…
136 virtual ::rtl::OUString SAL_CALL getName() throw (::com::sun::star::uno::RuntimeException);
138 virtual ::sal_uInt32 SAL_CALL getHeight() throw (::com::sun::star::uno::RuntimeException);
139 …virtual void SAL_CALL setHeight( ::sal_uInt32 _height ) throw (::com::sun::star::uno::RuntimeExcep…
140 virtual ::sal_Int32 SAL_CALL getBackColor() throw (::com::sun::star::uno::RuntimeException);
142 … virtual ::sal_Bool SAL_CALL getBackTransparent() throw (::com::sun::star::uno::RuntimeException);
171 virtual ::sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException);
176 virtual ::sal_Int32 SAL_CALL getCount( ) throw (::com::sun::star::uno::RuntimeException);
[all …]

Completed in 156 milliseconds

12345678910>>...191