Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/trunk/main/configmgr/source/
H A Dwritemodfile.cxx87 oslFileHandle handle; member
90 TempFile(): handle(0), closed(false) {} in TempFile()
96 if (handle != 0) { in ~TempFile()
253 writeValueContent(handle, val); in writeSingleValue()
267 writeValueContent(handle, val[i]); in writeListValue()
377 writeData(handle, "><value"); in writeNode()
384 writeData(handle, "</prop>"); in writeNode()
486 handle, in writeModifications()
494 handle, in writeModifications()
562 tmp.handle, in writeModFile()
[all …]
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx42 if ( handle != NULL ) in CreateMD5FromString()
52 rtl_digest_destroy( handle ); in CreateMD5FromString()
97 rtl_digest_destroy( handle ); in TEST_F()
103 rtl_digest_destroy( handle ); in TEST_F()
109 rtl_digest_destroy( handle ); in TEST_F()
115 rtl_digest_destroy( handle ); in TEST_F()
121 rtl_digest_destroy( handle ); in TEST_F()
127 rtl_digest_destroy( handle ); in TEST_F()
134 rtl_digest_destroy( handle ); in TEST_F()
161 rtl_digest_destroy( handle ); in TEST_F()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dreg4msdocmsi.cxx132 if (IsSetMsiProp(handle, TEXT("SELECT_WORD")) && !IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry()
134 else if (!IsSetMsiProp(handle, TEXT("SELECT_WORD")) && IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry()
137 if (IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && !IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry()
139 else if (!IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry()
142 if (IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && !IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()
144 …else if (!IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()
149 Register4MsDoc(handle, reg4); in InstallExecSequenceEntry()
154 Unregister4MsDoc(handle, unreg4); in InstallExecSequenceEntry()
163 if (IsCompleteDeinstallation(handle)) in DeinstallExecSequenceEntry()
165 Unregister4MsDocAll(handle); in DeinstallExecSequenceEntry()
[all …]
H A Dmsihelper.cxx39 MsiGetProperty(handle, name, buff, &sz); in GetMsiProp()
46 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp() argument
48 MsiSetProperty(handle, name, TEXT("1")); in SetMsiProp()
51 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp() argument
53 MsiSetProperty(handle, name, TEXT("")); in UnsetMsiProp()
59 GetMsiProp(handle, name, val); in IsSetMsiProp()
66 GetMsiProp(handle, name, val); in IsMsiPropNotEmpty()
70 bool IsAllUserInstallation(MSIHANDLE handle) in IsAllUserInstallation() argument
89 std::wstring GetProductName(MSIHANDLE handle) in GetProductName() argument
120 bool IsCompleteDeinstallation(MSIHANDLE handle) in IsCompleteDeinstallation() argument
[all …]
H A Dregister.cxx70 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in query_preselect_registration_for_ms_application()
93 void Register4MsDoc(MSIHANDLE handle, int Register) in Register4MsDoc() argument
97 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Register4MsDoc()
131 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Unregister4MsDoc()
189 void Unregister4MsDocAll(MSIHANDLE handle) in Unregister4MsDocAll() argument
193 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Unregister4MsDocAll()
213 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in RepairRegister4MsDocSettings()
224 bool IsRegisteredFor(MSIHANDLE handle, int State) in IsRegisteredFor() argument
230 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in IsRegisteredFor()
247 int FixReturnRegistrationState(MSIHANDLE handle) in FixReturnRegistrationState() argument
[all …]
H A Dmsihelper.hxx66 void SetMsiProp(MSIHANDLE handle, LPCTSTR name);
78 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name);
90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);
101 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name);
112 bool IsAllUserInstallation(MSIHANDLE handle);
125 std::wstring GetOfficeInstallationPath(MSIHANDLE handle);
138 std::wstring GetOfficeExecutablePath(MSIHANDLE handle);
149 std::wstring GetProductName(MSIHANDLE handle);
163 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name);
178 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name);
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx276 MsiGetPropertyA(handle, name, buff, &sz); in GetMsiProp()
284 bool IsSetMsiProp( MSIHANDLE handle, LPCSTR name ) in IsSetMsiProp() argument
287 GetMsiProp( handle, name, val ); in IsSetMsiProp()
300 MsiSetPropertyA( handle, sPropName, "1" ); in registerForExtension()
303 MsiSetPropertyA( handle, sPropName, "0" ); in registerForExtension()
395 MsiSetPropertyA( handle, "SELECT_WORD", "" ); in LookForRegisteredExtensions()
396 MsiSetPropertyA( handle, "SELECT_EXCEL", "" ); in LookForRegisteredExtensions()
440 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in RegisterSomeExtensions()
452 if ( IsSetMsiProp( handle, "SELECT_EXCEL" ) ) in RegisterSomeExtensions()
504 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in FindRegisteredExtensions()
[all …]
/trunk/main/registry/inc/registry/
H A Dreader.h210 void * handle, rtl_uString ** result, sal_uInt16 index)
240 void * handle, rtl_uString ** result, sal_uInt16 index)
258 void * handle, rtl_uString ** result, sal_uInt16 index)
273 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
289 void * handle, rtl_uString ** result, sal_uInt16 index)
306 void * handle, rtl_uString ** result, sal_uInt16 index)
374 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
422 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
500 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
568 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XFastPropertySet.java63 private int handle = -1; field in _XFastPropertySet
97 if ( handle == -1) { in _setFastPropertyValue()
102 gValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
104 oObj.setFastPropertyValue(handle, sValue); in _setFastPropertyValue()
143 oObj.getFastPropertyValue(handle); in _getFastPropertyValue()
147 + handle +"'"); in _getFastPropertyValue()
152 + handle +"'"); in _getFastPropertyValue()
169 int handle = property.Handle; in getPropsToTest() local
177 canChange = isChangeable(handle); in getPropsToTest()
179 handles.add(new Integer(handle)); in getPropsToTest()
[all …]
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Drespintest.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument
71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
85 extern "C" UINT __stdcall GetUserInstallMode(MSIHANDLE handle) in GetUserInstallMode() argument
93 UnsetMsiProperty( handle, TEXT("INVALIDDIRECTORY") ); in GetUserInstallMode()
94 UnsetMsiProperty( handle, TEXT("ISWRONGPRODUCT") ); in GetUserInstallMode()
95 UnsetMsiProperty( handle, TEXT("PATCHISOLDER") ); in GetUserInstallMode()
96 UnsetMsiProperty( handle, TEXT("ALLUSERS") ); in GetUserInstallMode()
158 string isPatch = GetMsiProperty(handle, TEXT("ISPATCH")); in GetUserInstallMode()
[all …]
H A Dcheckrunningofficelanguagepack.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument
83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument
98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument
103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
174 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() argument
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
[all …]
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx65 static bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
67 return NULL != handle && INVALID_HANDLE_VALUE != handle; in IsValidHandle()
81 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
143 rebaseImage( handle, sLibFile, address ); in rebaseImagesInFolder()
168 BOOL bResult = rebaseImagesInFolder( handle, sBasisDir, pAddress, rMap ); in rebaseImages()
169 bResult &= rebaseImagesInFolder( handle, sOfficeDir, pAddress, rMap ); in rebaseImages()
170 bResult &= rebaseImagesInFolder( handle, sUreDir, pAddress, rMap ); in rebaseImages()
223 extern "C" BOOL __stdcall RebaseLibrariesOnProperties( MSIHANDLE handle ) in RebaseLibrariesOnProperties() argument
235 if ( !IsServerSystem( handle )) in RebaseLibrariesOnProperties()
238 InitExcludeFromRebaseList( handle, aExcludeLibsMap ); in RebaseLibrariesOnProperties()
[all …]
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
161 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
167 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
172 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
678 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() argument
708 MsiSetProperty(handle, TEXT("OFFICERUNS"), TEXT("1")); in IsOfficeRunning()
719 extern "C" UINT __stdcall SetFeatureState( MSIHANDLE handle ) in SetFeatureState() argument
759 if ( IsSetMsiProperty(handle, TEXT("ALLUSERS")) ) in SetFeatureState()
804 if ( IsSetMsiProperty(handle, sValueName) ) in SetFeatureState()
839 if (IsSetMsiProperty(handle, TEXT("SELECT_OU_FEATURE"))) in SetNewFeatureState()
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl42 /** Specifies if the x position of the handle is mirrored.
46 /** Specifies if the y position of the handle is mirrored.
50 /** Specifies if the handle directions are swapped if the shape is taller than wide.
55 parameter the angle of the handle. Otherwise, if the handle is not polar, the first parameter
56 specifies the horizontal handle position, the vertical handle position is described by the
61 /** If this attribute is set, the handle is a polar handle. The property specifies the center
68 value which is connected to the horizontal position of the handle
73 value which is connected to the vertical position of the handle
78 value which is connected to the angle of the handle
83 value which is connected to the radius of the handle
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument
63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
71 MsiSetProperty(handle, sProperty.c_str(), sValue.c_str()); in SetMsiProperty()
132 extern "C" UINT __stdcall DotNetCheck(MSIHANDLE handle) { in DotNetCheck() argument
133 string present(GetMsiProperty(handle, TEXT("MsiNetAssemblySupport"))); in DotNetCheck()
142 handle, TEXT("DOTNET_SUFFICIENT"), in DotNetCheck()
154 extern "C" UINT __stdcall ShowProperties(MSIHANDLE handle) in ShowProperties() argument
160 property = GetMsiProperty(handle, TEXT("Installed")); in ShowProperties()
164 property = GetMsiProperty(handle, TEXT("PATCH")); in ShowProperties()
168 property = GetMsiProperty(handle, TEXT("REMOVE")); in ShowProperties()
[all …]
H A Dupgrade.cxx118 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument
129 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
137 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
142 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
145 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty) in SetMsiProperty() argument
147 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
176 extern "C" UINT __stdcall SetProductInstallMode(MSIHANDLE handle) in SetProductInstallMode() argument
186 upgradeCode) && IsSetMsiProperty(handle, TEXT("ALLUSERS"))) in SetProductInstallMode()
188 UnsetMsiProperty(handle, TEXT("ALLUSERS")); in SetProductInstallMode()
194 upgradeCode) && !IsSetMsiProperty(handle, TEXT("ALLUSERS"))) in SetProductInstallMode()
[all …]
H A Dlayerlinks.cxx52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument
63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() argument
71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty()
74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() argument
76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
95 extern "C" UINT __stdcall CreateLayerLinks(MSIHANDLE handle) in CreateLayerLinks() argument
97 string sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CreateLayerLinks()
106 if ( IsSetMsiProperty(handle, TEXT("ADMININSTALL")) ) in CreateLayerLinks()
[all …]
H A Dcheckdirectory.cxx53 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument
59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
64 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
71 static void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument
73 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
78 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
81 extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE handle) in CheckInstallDirectory() argument
83 std::_tstring sInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in CheckInstallDirectory()
84 std::_tstring sOfficeHostnamePath = GetMsiProperty(handle, TEXT("OFFICEDIRHOSTNAME")); in CheckInstallDirectory()
90 UnsetMsiProperty( handle, TEXT("DIRECTORY_NOT_EMPTY") ); in CheckInstallDirectory()
[all …]
H A Dcheckrunningoffice.cxx83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument
98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument
103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
174 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() argument
183 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
218 MsiSetProperty(handle, TEXT("OFFICERUNS"), TEXT("1")); in IsOfficeRunning()
[all …]
H A Dmigrateinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument
56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
69 extern "C" UINT __stdcall MigrateInstallPath( MSIHANDLE handle ) in MigrateInstallPath() argument
76 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in MigrateInstallPath()
77 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in MigrateInstallPath()
78 std::_tstring sUpdateVersion = GetMsiProperty( handle, TEXT("DEFINEDVERSION") ); in MigrateInstallPath()
79 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in MigrateInstallPath()
93 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstDir.c_str()); in MigrateInstallPath()
104 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstDir.c_str()); in MigrateInstallPath()
H A Dcompleteinstallpath.cxx50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument
56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
69 extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle ) in CompleteInstallPath() argument
87 std::_tstring sInstallLocation = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in CompleteInstallPath()
88 std::_tstring sOfficeDirHostname = GetMsiProperty( handle, TEXT("OFFICEDIRHOSTNAME_") ); in CompleteInstallPath()
107 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in CompleteInstallPath()
108 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in CompleteInstallPath()
109 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in CompleteInstallPath()
166 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstallLocation.c_str()); in CompleteInstallPath()
/trunk/main/sal/inc/rtl/
H A Dref.hxx79 inline Reference (const Reference<reference_type> & handle) in Reference() argument
80 : m_pBody (handle.m_pBody) in Reference()
115 SAL_CALL operator= (const Reference<reference_type> & handle) in operator =() argument
117 return set( handle.m_pBody ); in operator =()
194 SAL_CALL operator== (const Reference<reference_type> & handle) const in operator ==()
196 return (m_pBody == handle.m_pBody); in operator ==()
205 return (m_pBody != handle.m_pBody); in operator !=()
212 SAL_CALL operator< (const Reference<reference_type> & handle) const in operator <()
214 return (m_pBody < handle.m_pBody); in operator <()
221 SAL_CALL operator> (const Reference<reference_type> & handle) const in operator >()
[all …]
/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx33 std::string GetOfficeInstallationPath(MSIHANDLE handle) in GetOfficeInstallationPath() argument
39 if (MsiGetProperty(handle, TEXT("INSTALLLOCATION"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeInstallationPath()
45 MsiGetProperty(handle, TEXT("INSTALLLOCATION"), buff, &sz); in GetOfficeInstallationPath()
51 std::string GetOfficeProductName(MSIHANDLE handle) in GetOfficeProductName() argument
57 if (MsiGetProperty(handle, TEXT("ProductName"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeProductName()
63 MsiGetProperty(handle, TEXT("ProductName"), buff, &sz); in GetOfficeProductName()
69 std::string GetQuickstarterLinkName(MSIHANDLE handle) in GetQuickstarterLinkName() argument
81 MsiGetProperty(handle, TEXT("Quickstarterlinkname"), buff, &sz); in GetQuickstarterLinkName()
90 MsiGetProperty(handle, TEXT("ProductName"), buff, &sz); in GetQuickstarterLinkName()
96 inline bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
[all …]
/trunk/main/vos/inc/vos/
H A Dref.inl47 inline ORef<T>::ORef(const ORef<T>& handle) argument
49 m_refBody= handle.m_refBody;
63 inline ORef<T>& ORef<T>::operator= (const ORef<T>& handle) argument
68 m_refBody= handle.m_refBody;
155 return m_refBody == handle.m_refBody;
161 return m_refBody == handle.m_refBody;
167 return m_refBody != handle.m_refBody;
177 inline sal_Bool ORef<T>::operator< (const ORef<T>& handle) const
179 return m_refBody < handle.m_refBody;
183 inline sal_Bool ORef<T>::operator> (const ORef<T>& handle) const
[all …]
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java470 int handle = property.Handle; in checkStringListProperty() local
475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
536 Object oObj = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
571 Object checkVal3 = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
591 int handle = property.Handle; in checkStringProperty() local
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
629 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
[all …]

Completed in 161 milliseconds

12345678910>>...17