Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 376 – 400 of 5175) sorted by relevance

1...<<11121314151617181920>>...207

/aoo4110/main/accessibility/inc/accessibility/extended/
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 …]
/aoo4110/main/sw/source/core/unocore/
H A Dunorefmk.cxx304 void SAL_CALL
993 void SAL_CALL
1007 void SAL_CALL
1020 void SAL_CALL
1053 void SAL_CALL
1142 void SAL_CALL
1211 void SAL_CALL
1235 void SAL_CALL
1244 void SAL_CALL
1255 void SAL_CALL
[all …]
/aoo4110/main/vcl/source/components/
H A Dfactory.cxx45 extern Sequence< OUString > SAL_CALL vcl_session_getSupportedServiceNames();
46 extern OUString SAL_CALL vcl_session_getImplementationName();
52 extern OUString SAL_CALL DisplayAccess_getImplementationName();
56 extern OUString SAL_CALL FontIdentificator_getImplementationName();
60 extern OUString SAL_CALL StringMirror_getImplementationName();
63 extern Sequence< OUString > SAL_CALL Clipboard_getSupportedServiceNames();
64 extern OUString SAL_CALL Clipboard_getImplementationName();
68 extern OUString SAL_CALL DragSource_getImplementationName();
72 extern OUString SAL_CALL DropTarget_getImplementationName();
78 VCL_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment( in component_getImplementationEnvironment()
[all …]
/aoo4110/main/vcl/test/
H A Ddndtest.cxx93 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde ) throw(RuntimeException);
95 virtual void SAL_CALL dragExit( const DropTargetEvent& dte ) throw(RuntimeException);
96 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeException);
100 virtual void SAL_CALL dragExit( const DragSourceEvent& dse ) throw(RuntimeException);
101 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde ) throw(RuntimeException);
103 virtual void SAL_CALL disposing( const EventObject& eo ) throw(RuntimeException);
145 virtual Sequence< DataFlavor > SAL_CALL getTransferDataFlavors( ) throw(RuntimeException);
377 void SAL_CALL MyDragAndDropListener::disposing( const EventObject& ) throw(RuntimeException) in disposing()
421 Any SAL_CALL StringTransferable::getTransferData( const DataFlavor& ) in getTransferData()
429 Sequence< DataFlavor > SAL_CALL StringTransferable::getTransferDataFlavors( ) in getTransferDataFlavors()
[all …]
/aoo4110/main/extensions/source/logging/
H A Dfilehandler.cxx112 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
116 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
118 virtual void SAL_CALL flush( ) throw (RuntimeException);
125 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
130 virtual void SAL_CALL disposing();
134 static ::rtl::OUString SAL_CALL getImplementationName_static();
251 void SAL_CALL FileHandler::disposing() in disposing()
277 ::rtl::OUString SAL_CALL FileHandler::getEncoding() throw (RuntimeException) in getEncoding()
307 ::sal_Int32 SAL_CALL FileHandler::getLevel() throw (RuntimeException) in getLevel()
321 void SAL_CALL FileHandler::flush( ) throw (RuntimeException) in flush()
[all …]
/aoo4110/main/dtrans/source/win32/dtobj/
H A DFetcList.hxx57 void SAL_CALL addFormatEtc( const CFormatEtc& fetc );
60 void SAL_CALL removeFormatEtc( const CFormatEtc& fetc );
63 void SAL_CALL removeAllFormatEtc( );
67 sal_Bool SAL_CALL hasElements( ) const;
70 void SAL_CALL beginEnumFormatEtc( );
79 sal_Bool SAL_CALL skipFormatEtc( sal_uInt32 aNum );
114 sal_Bool SAL_CALL hasSynthesizedLocale( ) const;
115 LCID SAL_CALL getSynthesizedLocale( ) const;
116 sal_uInt32 SAL_CALL getRegisteredTextCodePage( ) const;
126 sal_Bool SAL_CALL hasUnicodeFlavor(
[all …]
/aoo4110/main/toolkit/inc/toolkit/controls/
H A Dtkspinbutton.hxx47 ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
59 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
62 … ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException);
89 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
100 … virtual void SAL_CALL setValue( sal_Int32 value ) throw (::com::sun::star::uno::RuntimeException);
102 virtual sal_Int32 SAL_CALL getValue( ) throw (::com::sun::star::uno::RuntimeException);
105 virtual sal_Int32 SAL_CALL getMinimum( ) throw (::com::sun::star::uno::RuntimeException);
106 virtual sal_Int32 SAL_CALL getMaximum( ) throw (::com::sun::star::uno::RuntimeException);
108 … virtual sal_Int32 SAL_CALL getSpinIncrement( ) throw (::com::sun::star::uno::RuntimeException);
110 … virtual sal_Int32 SAL_CALL getOrientation( ) throw (::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/UnoControls/source/inc/
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 …]
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx353 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw( RuntimeException) in getTypes()
699 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
711 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
722 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
729 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
796 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
814 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
832 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
910 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
1562 void SAL_CALL OResultSet::acquire() throw() in acquire()
[all …]
/aoo4110/main/svtools/source/control/
H A Daccessibleruler.cxx147 awt::Rectangle SAL_CALL SvtRulerAccessible::getBounds() throw( RuntimeException ) in getBounds()
153 awt::Point SAL_CALL SvtRulerAccessible::getLocation() throw( RuntimeException ) in getLocation()
159 awt::Point SAL_CALL SvtRulerAccessible::getLocationOnScreen() throw( RuntimeException ) in getLocationOnScreen()
165 awt::Size SAL_CALL SvtRulerAccessible::getSize() throw( RuntimeException ) in getSize()
171 sal_Bool SAL_CALL SvtRulerAccessible::isShowing() throw( RuntimeException ) in isShowing()
176 sal_Bool SAL_CALL SvtRulerAccessible::isVisible() throw( RuntimeException ) in isVisible()
185 sal_Bool SAL_CALL SvtRulerAccessible::isFocusTraversable() throw( RuntimeException ) in isFocusTraversable()
251 OUString SAL_CALL SvtRulerAccessible::getAccessibleName( void ) throw( RuntimeException ) in getAccessibleName()
376 void SAL_CALL SvtRulerAccessible::grabFocus() throw( RuntimeException ) in grabFocus()
386 Any SAL_CALL SvtRulerAccessible::getAccessibleKeyBinding() throw( RuntimeException ) in getAccessibleKeyBinding()
[all …]
/aoo4110/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h82 virtual void SAL_CALL disposing();
149 virtual void SAL_CALL addEventListener(
157 virtual void SAL_CALL addModifyListener(
168 SAL_CALL isRegistered(
193 virtual void SAL_CALL registerPackage(
202 virtual void SAL_CALL revokePackage(
210 virtual sal_Bool SAL_CALL isBundle()
213 SAL_CALL getBundle(
252 virtual void SAL_CALL exportTo(
265 virtual sal_Bool SAL_CALL isRemoved()
[all …]
/aoo4110/main/sc/source/ui/vba/
H A Dvbafont.hxx54 virtual css::uno::Any SAL_CALL getSize() throw (css::uno::RuntimeException);
57 virtual css::uno::Any SAL_CALL getStandardFont() throw (css::uno::RuntimeException);
59 virtual css::uno::Any SAL_CALL getFontStyle() throw (css::uno::RuntimeException);
61 virtual css::uno::Any SAL_CALL getColorIndex() throw (css::uno::RuntimeException);
63 virtual css::uno::Any SAL_CALL getBold() throw (css::uno::RuntimeException);
64 virtual css::uno::Any SAL_CALL getUnderline() throw (css::uno::RuntimeException);
67 virtual css::uno::Any SAL_CALL getShadow() throw (css::uno::RuntimeException);
68 virtual css::uno::Any SAL_CALL getItalic() throw (css::uno::RuntimeException);
69 virtual css::uno::Any SAL_CALL getSubscript() throw (css::uno::RuntimeException);
73 virtual css::uno::Any SAL_CALL getName() throw (css::uno::RuntimeException);
[all …]
/aoo4110/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx65 uno::Any SAL_CALL
71 void SAL_CALL
87 uno::Any SAL_CALL
114 void SAL_CALL
131 void SAL_CALL
138 void SAL_CALL
144 void SAL_CALL
150 void SAL_CALL
156 void SAL_CALL
163 sal_Int32 SAL_CALL
[all …]
/aoo4110/main/basic/source/classes/
H A Derrobject.cxx81 sal_Int32 SAL_CALL
87 void SAL_CALL
95 ::sal_Int32 SAL_CALL
100 void SAL_CALL
106 ::rtl::OUString SAL_CALL
112 void SAL_CALL
118 ::rtl::OUString SAL_CALL
124 void SAL_CALL
136 void SAL_CALL
143 void SAL_CALL
[all …]
/aoo4110/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.hxx242 virtual sal_Int32 SAL_CALL addElementCollector( )
246 virtual sal_Int32 SAL_CALL addBlocker( )
250 virtual sal_Bool SAL_CALL isBlocking( )
256 virtual void SAL_CALL setElement(
279 virtual sal_Int32 SAL_CALL cloneElementCollector(
313 virtual void SAL_CALL startDocument( )
315 virtual void SAL_CALL endDocument( )
317 virtual void SAL_CALL startElement(
328 virtual void SAL_CALL processingInstruction(
331 virtual void SAL_CALL setDocumentLocator(
[all …]
/aoo4110/main/sd/source/ui/unoidl/
H A Dunolayer.hxx68 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeExcep…
69 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
88 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
134 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeExcep…
135 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
145 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException) ;
150 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames() throw(::com:…
151 …virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw(::com::sun::star::uno::R…
154 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
155 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
[all …]
/aoo4110/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx97 virtual void SAL_CALL acquire() throw () in acquire()
100 virtual void SAL_CALL release() throw ();
205 virtual sal_Int32 SAL_CALL
231 virtual void SAL_CALL setBaseToBase( in setBaseToBase()
236 virtual void SAL_CALL setDerivedToBase( in setDerivedToBase()
273 SAL_CALL roundTripInterfaceToInterface( in roundTripInterfaceToInterface()
279 SAL_CALL roundTripBaseToInterface( in roundTripBaseToInterface()
285 SAL_CALL roundTripDerivedToInterface( in roundTripDerivedToInterface()
291 SAL_CALL roundTripBaseToBase( in roundTripBaseToBase()
297 SAL_CALL roundTripDerivedToBase( in roundTripDerivedToBase()
[all …]
/aoo4110/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.hxx164 virtual void SAL_CALL clearUselessData(
177 virtual void SAL_CALL generateSAXEvents(
186 virtual void SAL_CALL getTree(
190 virtual void SAL_CALL rebuildIDLink(
195 virtual void SAL_CALL startDocument( )
198 virtual void SAL_CALL endDocument( )
201 virtual void SAL_CALL startElement(
222 virtual void SAL_CALL _startDocument( )
225 virtual void SAL_CALL _endDocument( )
228 virtual void SAL_CALL _startElement(
[all …]
/aoo4110/main/vcl/inc/
H A Dcanvasbitmap.hxx71 …virtual com::sun::star::geometry::IntegerSize2D SAL_CALL getSize() throw (com::sun::star::uno::Run…
72 virtual ::sal_Bool SAL_CALL hasAlpha( ) throw (::com::sun::star::uno::RuntimeException);
79 …virtual ::com::sun::star::rendering::IntegerBitmapLayout SAL_CALL getMemoryLayout( ) throw (::com…
82 … virtual sal_Int32 SAL_CALL getNumberOfEntries() throw (com::sun::star::uno::RuntimeException);
88 virtual ::sal_Int8 SAL_CALL getType( ) throw (::com::sun::star::uno::RuntimeException);
89 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getComponentTags( ) throw (::com::su…
90 …virtual ::sal_Int8 SAL_CALL getRenderingIntent( ) throw (::com::sun::star::uno::RuntimeException);
91 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getProp…
99 … virtual ::sal_Int32 SAL_CALL getBitsPerPixel( ) throw (::com::sun::star::uno::RuntimeException);
100 …virtual ::com::sun::star::uno::Sequence< ::sal_Int32 > SAL_CALL getComponentBitCounts( ) throw (:…
[all …]
/aoo4110/main/avmedia/source/gstreamer/
H A Dgstwindow.hxx58 virtual void SAL_CALL update()
86 virtual void SAL_CALL setFocus()
89 virtual void SAL_CALL addWindowListener(
97 virtual void SAL_CALL addFocusListener(
101 virtual void SAL_CALL removeFocusListener(
105 virtual void SAL_CALL addKeyListener(
109 virtual void SAL_CALL removeKeyListener(
113 virtual void SAL_CALL addMouseListener(
129 virtual void SAL_CALL addPaintListener(
138 virtual void SAL_CALL dispose()
[all …]
/aoo4110/main/avmedia/source/macavf/
H A Dmacavf_window.hxx68 virtual void SAL_CALL update( ) throw (::com::sun::star::uno::RuntimeException);
69 …virtual sal_Bool SAL_CALL setZoomLevel( ::com::sun::star::media::ZoomLevel ZoomLevel ) throw (::co…
70 …virtual ::com::sun::star::media::ZoomLevel SAL_CALL getZoomLevel( ) throw (::com::sun::star::uno:…
71 …virtual void SAL_CALL setPointerType( sal_Int32 nPointerType ) throw (::com::sun::star::uno::Runti…
75 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getPosSize( ) throw (::com::sun::star::uno::Run…
76 …virtual void SAL_CALL setVisible( sal_Bool Visible ) throw (::com::sun::star::uno::RuntimeExceptio…
77 …virtual void SAL_CALL setEnable( sal_Bool Enable ) throw (::com::sun::star::uno::RuntimeException);
78 virtual void SAL_CALL setFocus( ) throw (::com::sun::star::uno::RuntimeException);
93 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
98 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeEx…
[all …]
/aoo4110/main/avmedia/source/xine/
H A Dwindow.hxx53 virtual void SAL_CALL update( ) throw (::com::sun::star::uno::RuntimeException);
54 …virtual sal_Bool SAL_CALL setZoomLevel( ::com::sun::star::media::ZoomLevel ZoomLevel ) throw (::co…
55 …virtual ::com::sun::star::media::ZoomLevel SAL_CALL getZoomLevel( ) throw (::com::sun::star::uno:…
56 …virtual void SAL_CALL setPointerType( sal_Int32 nPointerType ) throw (::com::sun::star::uno::Runti…
60 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getPosSize( ) throw (::com::sun::star::uno::Run…
61 …virtual void SAL_CALL setVisible( sal_Bool Visible ) throw (::com::sun::star::uno::RuntimeExceptio…
62 …virtual void SAL_CALL setEnable( sal_Bool Enable ) throw (::com::sun::star::uno::RuntimeException);
63 virtual void SAL_CALL setFocus( ) throw (::com::sun::star::uno::RuntimeException);
78 virtual void SAL_CALL dispose( ) throw (::com::sun::star::uno::RuntimeException);
83 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeEx…
[all …]
/aoo4110/main/sfx2/source/inc/
H A Ddocundomanager.hxx74 virtual void SAL_CALL acquire( ) throw ();
75 virtual void SAL_CALL release( ) throw ();
78 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
80 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
84 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
85 … virtual ::sal_Bool SAL_CALL isRedoPossible( ) throw (::com::sun::star::uno::RuntimeException);
90 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
92 virtual void SAL_CALL reset( ) throw (::com::sun::star::uno::RuntimeException);
97 virtual void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
98 …virtual void SAL_CALL unlock( ) throw (::com::sun::star::util::NotLockedException, ::com::sun::st…
[all …]
/aoo4110/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx101 … virtual void SAL_CALL undoActionAdded( const UndoManagerEvent& i_event ) throw (RuntimeException);
102 … virtual void SAL_CALL actionUndone( const UndoManagerEvent& i_event ) throw (RuntimeException);
103 … virtual void SAL_CALL actionRedone( const UndoManagerEvent& i_event ) throw (RuntimeException);
104 … virtual void SAL_CALL allActionsCleared( const EventObject& i_event ) throw (RuntimeException);
105 … virtual void SAL_CALL redoActionsCleared( const EventObject& i_event ) throw (RuntimeException);
106 virtual void SAL_CALL resetAll( const EventObject& i_event ) throw (RuntimeException);
107 … virtual void SAL_CALL enteredContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
109 … virtual void SAL_CALL leftContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
110 …virtual void SAL_CALL leftHiddenContext( const UndoManagerEvent& i_event ) throw (RuntimeException…
111 …virtual void SAL_CALL cancelledContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
[all …]
/aoo4110/main/dbaccess/inc/
H A Ddbaundomanager.hxx58 virtual void SAL_CALL acquire( ) throw ();
59 virtual void SAL_CALL release( ) throw ();
65 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
67 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
71 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
72 … virtual ::sal_Bool SAL_CALL isRedoPossible( ) throw (::com::sun::star::uno::RuntimeException);
77 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
79 virtual void SAL_CALL reset( ) throw (::com::sun::star::uno::RuntimeException);
84 virtual void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
85 …virtual void SAL_CALL unlock( ) throw (::com::sun::star::util::NotLockedException, ::com::sun::st…
[all …]

Completed in 297 milliseconds

1...<<11121314151617181920>>...207