Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 201 – 225 of 5156) sorted by last modified time

12345678910>>...207

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx131 oslFileError SAL_CALL osl_getCanonicalName( rtl_uString* ustrFileURL, rtl_uString** pustrValidURL ) in osl_getCanonicalName()
143 oslFileError SAL_CALL osl_getSystemPathFromFileURL( rtl_uString *ustrFileURL, rtl_uString **pustrSy… in osl_getSystemPathFromFileURL()
297 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath()
H A Dfile.cxx965 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile()
997 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile()
1020 SAL_CALL osl_mapFile ( in osl_mapFile()
1107 SAL_CALL osl_unmapFile (void* pAddr, sal_uInt64 uLength) in osl_unmapFile()
1127 SAL_CALL osl_readLine ( in osl_readLine()
1150 SAL_CALL osl_readFile ( in osl_readFile()
1179 SAL_CALL osl_writeFile ( in osl_writeFile()
1210 SAL_CALL osl_readFileAt ( in osl_readFileAt()
1243 SAL_CALL osl_writeFileAt ( in osl_writeFileAt()
1278 SAL_CALL osl_isEndOfFile( oslFileHandle Handle, sal_Bool *pIsEOF ) in osl_isEndOfFile()
[all …]
H A Dprocess.c115 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName,
127 oslProcessError SAL_CALL osl_searchPath_impl(
147 oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath, in osl_searchPath_impl()
678 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( in osl_executeProcess_WithRedirectedIO()
800 oslProcessError SAL_CALL osl_executeProcess( in osl_executeProcess()
832 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, in osl_psz_executeProcess()
957 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
984 oslProcess SAL_CALL osl_getProcess(oslProcessIdentifier Ident) in osl_getProcess()
1038 void SAL_CALL osl_freeProcessHandle(oslProcess Process) in osl_freeProcessHandle()
1462 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
[all …]
H A Dthread.c353 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()
371 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()
394 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()
442 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
483 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
543 void SAL_CALL osl_waitThread(const TimeValue* pDelay) in osl_waitThread()
563 void SAL_CALL osl_yieldThread() in osl_yieldThread()
568 void SAL_CALL osl_setThreadName(char const * name) { in osl_setThreadName()
802 void SAL_CALL osl_setThreadPriority ( in osl_setThreadPriority()
962 void SAL_CALL osl_destroyThreadKey(oslThreadKey Key) in osl_destroyThreadKey()
[all …]
H A Dtime.c41 sal_Bool SAL_CALL osl_getSystemTime(TimeValue* TimeValue) in osl_getSystemTime()
59 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime ) in osl_getDateTimeFromTimeValue()
93 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal ) in osl_getTimeValueFromDateTime()
163 sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( TimeValue* pSystemTimeVal, TimeValue* pLocalTimeV… in osl_getLocalTimeFromSystemTime()
200 sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, TimeValue* pSystemTimeV… in osl_getSystemTimeFromLocalTime()
247 sal_uInt32 SAL_CALL osl_getGlobalTimer() in osl_getGlobalTimer()
H A Ddiagnose.c247 sal_Bool SAL_CALL osl_assertFailedLine ( in osl_assertFailedLine()
303 void SAL_CALL osl_breakDebug() in osl_breakDebug()
311 sal_Int32 SAL_CALL osl_reportError ( in osl_reportError()
323 oslDebugMessageFunc SAL_CALL osl_setDebugMessageFunc ( in osl_setDebugMessageFunc()
334 pfunc_osl_printDetailedDebugMessage SAL_CALL osl_setDetailedDebugMessageFunc ( in osl_setDetailedDebugMessageFunc()
H A Dsecurity.c52 static oslSecurityError SAL_CALL
114 oslSecurity SAL_CALL osl_getCurrentSecurity() in osl_getCurrentSecurity()
364 static const sal_Char* SAL_CALL
372 static void* SAL_CALL
398 static sal_Char* SAL_CALL
416 static sal_Bool SAL_CALL
444 oslSecurityError SAL_CALL osl_loginUser( in osl_loginUser()
496 static oslSecurityError SAL_CALL
632 oslSecurityError SAL_CALL osl_loginUserOnFileServer( in osl_loginUserOnFileServer()
842 void SAL_CALL osl_freeSecurityHandle(oslSecurity Security) in osl_freeSecurityHandle()
[all …]
/trunk/main/sal/inc/osl/
H A Dthread.hxx67 sal_Bool SAL_CALL create() in create()
80 sal_Bool SAL_CALL createSuspended() in createSuspended()
91 virtual void SAL_CALL suspend() in suspend()
97 virtual void SAL_CALL resume() in resume()
103 virtual void SAL_CALL terminate() in terminate()
109 virtual void SAL_CALL join() in join()
114 sal_Bool SAL_CALL isRunning() const in isRunning()
145 static void SAL_CALL yield() in yield()
159 SAL_CALL operator oslThread() const in operator oslThread()
171 virtual void SAL_CALL run() = 0;
[all …]
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx196 void SAL_CALL SecurityEnvironment_MSCryptImpl :: initialize( const Sequence< Any >& /*aArguments*/ … in initialize()
201 OUString SAL_CALL SecurityEnvironment_MSCryptImpl :: getImplementationName() throw( RuntimeExceptio… in getImplementationName()
206 sal_Bool SAL_CALL SecurityEnvironment_MSCryptImpl :: supportsService( const OUString& serviceName) … in supportsService()
217 Sequence< OUString > SAL_CALL SecurityEnvironment_MSCryptImpl :: getSupportedServiceNames() throw( … in getSupportedServiceNames()
234 Reference< XInterface > SAL_CALL SecurityEnvironment_MSCryptImpl :: impl_createInstance( const Refe… in impl_createInstance()
243 sal_Int64 SAL_CALL SecurityEnvironment_MSCryptImpl :: getSomething( const Sequence< sal_Int8 >& aId… in getSomething()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx109 void SAL_CALL CloseDispatcher::dispatch(const css::util::URL& aURL… in dispatch()
117 css::uno::Sequence< sal_Int16 > SAL_CALL CloseDispatcher::getSupportedCommandGroups() in getSupportedCommandGroups()
127 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL CloseDispatcher::getConfigurableDisp… in getConfigurableDispatchInformation()
153 void SAL_CALL CloseDispatcher::addStatusListener(const css::uno::Reference< css::frame::XStatusList… in addStatusListener()
160 void SAL_CALL CloseDispatcher::removeStatusListener(const css::uno::Reference< css::frame::XStatusL… in removeStatusListener()
167 void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL& … in dispatchWithNotification()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx397 sal_Int64 SAL_CALL SmXMLExport::getSomething( in getSomething()
425 OUString SAL_CALL SmXMLExport_getImplementationName() throw() in SmXMLExport_getImplementationName()
430 uno::Sequence< OUString > SAL_CALL SmXMLExport_getSupportedServiceNames() in SmXMLExport_getSupportedServiceNames()
438 uno::Reference< uno::XInterface > SAL_CALL SmXMLExport_createInstance( in SmXMLExport_createInstance()
452 OUString SAL_CALL SmXMLExportMetaOOO_getImplementationName() throw() in SmXMLExportMetaOOO_getImplementationName()
476 OUString SAL_CALL SmXMLExportMeta_getImplementationName() throw() in SmXMLExportMeta_getImplementationName()
489 uno::Reference< uno::XInterface > SAL_CALL SmXMLExportMeta_createInstance( in SmXMLExportMeta_createInstance()
500 OUString SAL_CALL SmXMLExportSettingsOOO_getImplementationName() throw() in SmXMLExportSettingsOOO_getImplementationName()
524 OUString SAL_CALL SmXMLExportSettings_getImplementationName() throw() in SmXMLExportSettings_getImplementationName()
548 OUString SAL_CALL SmXMLExportContent_getImplementationName() throw() in SmXMLExportContent_getImplementationName()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx44 inline ::com::sun::star::uno::Any SAL_CALL int2enum( in int2enum()
62 inline sal_Bool SAL_CALL enum2int( sal_Int32 & rnEnum, const ::com::sun::star::uno::Any & rAny ) in enum2int()
81 inline void SAL_CALL any2enum( E & eRet, const ::com::sun::star::uno::Any & rAny ) in any2enum()
103 inline ::com::sun::star::uno::Any SAL_CALL enum2any( E eEnum ) in enum2any()
118 inline sal_Bool SAL_CALL extractInterface( in extractInterface()
132 inline sal_Bool SAL_CALL any2bool( const ::com::sun::star::uno::Any & rAny ) in any2bool()
155 inline ::com::sun::star::uno::Any SAL_CALL bool2any( sal_Bool bBool ) in bool2any()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx180 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () ) in makeAny()
188 inline Any SAL_CALL makeAny( bool const & value ) SAL_THROW( () ) in makeAny()
196 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () ) in operator <<=()
206 inline void SAL_CALL operator <<= ( Any & rAny, bool const & value ) in operator <<=()
217 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () ) in operator >>=()
247 inline sal_Bool SAL_CALL operator >>= ( Any const & rAny, bool & value ) in operator >>=()
261 inline sal_Bool SAL_CALL operator == ( Any const & rAny, bool const & value ) in operator ==()
420 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, float & value ) SAL_THROW( () ) in operator >>=()
492 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Type & value ) SAL_THROW( () ) in operator >>=()
509 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Any & value ) SAL_THROW( () ) in operator >>=()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.hxx95 … virtual sal_Int32 SAL_CALL getListEntryCount( ) throw (::com::sun::star::uno::RuntimeException);
97 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllListEntries( ) throw (:…
102 virtual void SAL_CALL disposing();
105 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeEx…
106 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun:…
107 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
110 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInf…
113 virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
114 …virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& _rValue, sal_Int32 _nHandl…
120 …virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::…
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.hxx166 bool SAL_CALL setFilterIndex(sal_uInt32 aIndex);
189 rtl::OUString SAL_CALL getFileName() const;
192 rtl::OUString SAL_CALL getFileExtension();
204 bool SAL_CALL getMultiSelectionMode() const;
213 sal_Int16 SAL_CALL doModal();
216 sal_uInt32 SAL_CALL getLastDialogError() const;
239 virtual bool SAL_CALL preModal();
248 virtual sal_uInt32 SAL_CALL onFileOk();
250 virtual void SAL_CALL onHelp();
253 virtual void SAL_CALL onInitDone();
[all …]
H A DPreviewCtrl.cxx307 sal_Bool SAL_CALL CFilePreview::setSize( const CDimension& aSize ) in setSize()
326 sal_Bool SAL_CALL CFilePreview::getSize( CDimension& theSize ) const in getSize()
345 sal_Bool SAL_CALL CFilePreview::setPos( POINT ulCorner ) in setPos()
366 sal_Bool SAL_CALL CFilePreview::getPos( POINT& ulCorner ) const in getPos()
387 void SAL_CALL CFilePreview::enable( sal_Bool bEnable ) in enable()
405 sal_Bool SAL_CALL CFilePreview::show( sal_Bool bShow ) in show()
420 sal_Bool SAL_CALL CFilePreview::update( const rtl::OUString& aFileName ) in update()
449 void SAL_CALL CFilePreview::onPaint( HWND hWnd, HDC hDC ) in onPaint()
H A Ddibpreview.cxx142 sal_Int32 SAL_CALL CDIBPreview::getTargetColorDepth() throw (RuntimeException) in getTargetColorDepth()
157 sal_Int32 SAL_CALL CDIBPreview::getAvailableWidth() throw (RuntimeException) in getAvailableWidth()
174 sal_Int32 SAL_CALL CDIBPreview::getAvailableHeight() throw (RuntimeException) in getAvailableHeight()
191 void SAL_CALL CDIBPreview::setImage(sal_Int16 aImageFormat, const Any& aImage) in setImage()
214 sal_Bool SAL_CALL CDIBPreview::setShowState(sal_Bool bShowState) throw (RuntimeException) in setShowState()
225 sal_Bool SAL_CALL CDIBPreview::getShowState() throw (RuntimeException) in getShowState()
234 HWND SAL_CALL CDIBPreview::getWindowHandle() const in getWindowHandle()
243 void SAL_CALL CDIBPreview::onPaint(HWND hWnd, HDC hDC) in onPaint()
404 ATOM SAL_CALL CDIBPreview::RegisterDibPreviewWindowClass() in RegisterDibPreviewWindowClass()
447 void SAL_CALL CDIBPreview::UnregisterDibPreviewWindowClass() in UnregisterDibPreviewWindowClass()
/trunk/main/extensions/source/resource/
H A Doooresourceloader.cxx215 …virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::uno::Runtim…
221 …virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (::com::sun::star::uno…
224 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw (::com::sun::star::uno::Runt…
225 virtual ::sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException);
357 …Reference< XResourceBundle > SAL_CALL OpenOfficeResourceBundle::getParent() throw (RuntimeExceptio… in getParent()
371 Locale SAL_CALL OpenOfficeResourceBundle::getLocale( ) throw (RuntimeException) in getLocale()
414 …Any SAL_CALL OpenOfficeResourceBundle::getDirectElement( const ::rtl::OUString& _key ) throw (Runt… in getDirectElement()
442 …Sequence< ::rtl::OUString > SAL_CALL OpenOfficeResourceBundle::getElementNames( ) throw (RuntimeE… in getElementNames()
451 …::sal_Bool SAL_CALL OpenOfficeResourceBundle::hasByName( const ::rtl::OUString& _key ) throw (Runt… in hasByName()
467 Type SAL_CALL OpenOfficeResourceBundle::getElementType( ) throw (RuntimeException) in getElementType()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx737 void SAL_CALL ODbaseTable::disposing(void) in disposing()
745 Sequence< Type > SAL_CALL ODbaseTable::getTypes( ) throw(RuntimeException) in getTypes()
769 Any SAL_CALL ODbaseTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
2206 void SAL_CALL ODbaseTable::alterColumnByName( const ::rtl::OUString& colName, const Reference< XPro… in alterColumnByName()
2219 void SAL_CALL ODbaseTable::alterColumnByIndex( sal_Int32 index, const Reference< XPropertySet >& de… in alterColumnByIndex()
2347 void SAL_CALL ODbaseTable::rename( const ::rtl::OUString& newName ) throw(::com::sun::star::sdbc::S… in rename()
2406 void SAL_CALL ODbaseTable::renameImpl( const ::rtl::OUString& newName ) throw(::com::sun::star::sdb… in renameImpl()
/trunk/main/sd/source/ui/dlg/
H A Dfiledlg.cxx92 … virtual void SAL_CALL ControlStateChanged( const css::ui::dialogs::FilePickerEvent& aEvent );
96 void SAL_CALL SdFileDialog_Imp::ControlStateChanged( const css::ui::dialogs::FilePickerEvent& aEven… in ControlStateChanged()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx131 …virtual void SAL_CALL dispatchFinished( const DispatchResultEvent& Event ) throw(RuntimeExceptio…
132 virtual void SAL_CALL disposing( const EventObject& Source ) throw(RuntimeException);
139 void SAL_CALL SfxOpenDocStatusListener_Impl::dispatchFinished( const DispatchResultEvent& aEvent ) … in dispatchFinished()
145 void SAL_CALL SfxOpenDocStatusListener_Impl::disposing( const EventObject& ) throw(RuntimeException) in disposing()
/trunk/main/framework/source/services/
H A Dsessionlistener.cxx208 void SAL_CALL SessionListener::disposing(const com::sun::star::lang::EventObject&) throw (RuntimeEx… in disposing()
212 void SAL_CALL SessionListener::initialize(const Sequence< Any >& args) in initialize()
243 void SAL_CALL SessionListener::statusChanged(const FeatureStateEvent& event) in statusChanged()
264 sal_Bool SAL_CALL SessionListener::doRestore() in doRestore()
290 void SAL_CALL SessionListener::doSave( sal_Bool bShutdown, sal_Bool /*bCancelable*/ ) in doSave()
306 void SAL_CALL SessionListener::approveInteraction( sal_Bool bInteractionGranted ) in approveInteraction()
H A Dframe.cxx1075 sal_Bool SAL_CALL Frame::isTop() throw( css::uno::RuntimeException ) in isTop()
1104 void SAL_CALL Frame::activate() throw( css::uno::RuntimeException ) in activate()
1204 void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException ) in deactivate()
1291 sal_Bool SAL_CALL Frame::isActive() throw( css::uno::RuntimeException ) in isActive()
1745 ::rtl::OUString SAL_CALL Frame::getTitle() in getTitle()
1760 void SAL_CALL Frame::setTitle( const ::rtl::OUString& sTitle ) in setTitle()
1859 void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException ) in dispose()
2199 void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& in windowResized()
2219 void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& in focusGained()
2259 void SAL_CALL Frame::windowActivated( const css::lang::EventObject& in windowActivated()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenu.cxx250 uno::Any SAL_CALL ScAccessibleFilterMenu::queryInterface( uno::Type const & rType ) in queryInterface()
260 void SAL_CALL ScAccessibleFilterMenu::acquire() throw () in acquire()
265 void SAL_CALL ScAccessibleFilterMenu::release() throw () in release()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx141 virtual void SAL_CALL disposing( lang::EventObject const & Source )
145 virtual void SAL_CALL dialogClosed(

Completed in 242 milliseconds

12345678910>>...207