Home
last modified time | relevance | path

Searched defs:handle (Results 26 – 50 of 120) sorted by relevance

12345

/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx109 UINT GetInstallProperty(MSIHANDLE handle, LPCTSTR name, CharacterBuffer_t* buffer) in GetInstallProperty()
132 extern "C" UINT __stdcall SetProductInstallationPath(MSIHANDLE handle) in SetProductInstallationPath()
171 extern "C" UINT __stdcall RegisterLanguagePack(MSIHANDLE handle) in RegisterLanguagePack()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
159 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty()
165 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty()
170 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty()
540 extern "C" UINT __stdcall InstallPatchedFiles( MSIHANDLE handle ) in InstallPatchedFiles()
597 extern "C" UINT __stdcall UninstallPatchedFiles( MSIHANDLE handle ) in UninstallPatchedFiles()
678 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning()
719 extern "C" UINT __stdcall SetFeatureState( MSIHANDLE handle ) in SetFeatureState()
832 extern "C" UINT __stdcall SetNewFeatureState( MSIHANDLE handle ) in SetNewFeatureState()
855 extern "C" UINT __stdcall ShowOnlineUpdateDialog( MSIHANDLE handle ) in ShowOnlineUpdateDialog()
/trunk/main/solenv/bin/
H A Dmacosx-dylib-link-list.pl42 sub handle($$) subroutine
/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx33 std::string GetOfficeInstallationPath(MSIHANDLE handle) in GetOfficeInstallationPath()
51 std::string GetOfficeProductName(MSIHANDLE handle) in GetOfficeProductName()
69 std::string GetQuickstarterLinkName(MSIHANDLE handle) in GetQuickstarterLinkName()
96 inline bool IsValidHandle( HANDLE handle ) in IsValidHandle()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dmigrateinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
69 extern "C" UINT __stdcall MigrateInstallPath( MSIHANDLE handle ) in MigrateInstallPath()
H A Dvistaspecial.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
180 extern "C" UINT __stdcall RenamePrgFolder( MSIHANDLE handle ) in RenamePrgFolder()
213 extern "C" UINT __stdcall RemovePrgFolder( MSIHANDLE handle ) in RemovePrgFolder()
H A Dpostuninstall.cxx48 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
101 extern "C" UINT __stdcall ExecutePostUninstallScript( MSIHANDLE handle ) in ExecutePostUninstallScript()
H A Dregisterextensions.cxx166 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
314 extern "C" UINT __stdcall RegisterExtensions(MSIHANDLE handle) in RegisterExtensions()
372 extern "C" UINT __stdcall RemoveExtensions(MSIHANDLE handle) in RemoveExtensions()
H A Dcompleteinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
69 extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle ) in CompleteInstallPath()
H A Dcopyextensiondata.cxx55 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
73 extern "C" UINT __stdcall copyExtensionData(MSIHANDLE handle) { in copyExtensionData()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableInterActionHandler.java42 public void handle(XInteractionRequest xRequest) in handle() method in CopyTableInterActionHandler
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPool.java70 public void detach( Object handle, ThreadId id ) in detach()
86 public Object enter( Object handle, ThreadId threadId ) throws Throwable { in enter()
H A DNativeThreadPool.java48 public void detach(Object handle, ThreadId id) { in detach()
60 public Object enter(Object handle, ThreadId id) throws Throwable { in enter()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySet.java53 …public void registerProperty(String propertyName, int handle, Type type, short attributes, Propert… in registerProperty()
94 …public synchronized Object getFastPropertyValue(int handle) throws UnknownPropertyException, Wrapp… in getFastPropertyValue()
133 public synchronized void setFastPropertyValue(int handle, Object value) in setFastPropertyValue()
H A DPropertySetAdapter.java137 public void registerProperty(String propertyName, int handle, Type type, short attributes, in registerProperty()
147 int handle; in registerProperty() local
189 private PropertyData getPropertyData(int handle) throws UnknownPropertyException { in getPropertyData()
222 …public Object getFastPropertyValue(int handle) throws UnknownPropertyException, WrappedTargetExcep… in getFastPropertyValue()
271 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue()
/trunk/main/shell/source/unix/misc/
H A Dgnome-open-url.c52 void* handle = dlopen("libglib-2.0.so.0", RTLD_LAZY); in gnome_gconf_get_gnome_libs_settings_relative() local
73 void* handle = dlopen("libgnomevfs-2.so.0", RTLD_LAZY); in gnome_url_show() local
/trunk/main/dbaccess/source/ui/dlg/
H A Dfinteraction.cxx65 …void SAL_CALL OFilePickerInteractionHandler::handle( const Reference< XInteractionRequest >& _rxRe… in handle() function in dbaui::OFilePickerInteractionHandler
/trunk/main/vos/inc/vos/
H A Dref.inl47 inline ORef<T>::ORef(const ORef<T>& handle)
63 inline ORef<T>& ORef<T>::operator= (const ORef<T>& handle)
/trunk/main/sal/inc/rtl/
H A Dref.hxx79 inline Reference (const Reference<reference_type> & handle) in Reference()
115 SAL_CALL operator= (const Reference<reference_type> & handle) in operator =()
/trunk/main/svl/qa/complex/passwordcontainer/
H A DMasterPasswdHandler.java50 public void handle( XInteractionRequest xRequest ) { in handle() method in MasterPasswdHandler
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java152 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue()
159 public Object getFastPropertyValue(int handle) in getFastPropertyValue()
280 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue()
287 public Object getFastPropertyValue(int handle) in getFastPropertyValue()
/trunk/main/ucb/source/ucp/ftp/
H A Dftploaderthread.cxx87 CURL* FTPLoaderThread::handle() { in handle() function in FTPLoaderThread
/trunk/main/sal/inc/systools/win32/
H A Duwinapi.h107 inline bool IsValidHandle(HANDLE handle) in IsValidHandle()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java92 public void handle(com.sun.star.task.XInteractionRequest xRequest) in handle() method in InteractionHandler
/trunk/main/comphelper/source/misc/
H A Dihwrapnofilter.cxx62 …void SAL_CALL OIHWrapNoFilterDialog::handle( const uno::Reference< task::XInteractionRequest >& xR… in handle() function in comphelper::OIHWrapNoFilterDialog

Completed in 68 milliseconds

12345