| /AOO42X/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
| H A D | reg4allmsi.cxx | 98 LONG lResult = RegOpenKeyExA( HKEY_CLASSES_ROOT, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in CheckExtensionInRegistry() local 100 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 105 lResult = RegQueryValueExA( hKey, "", NULL, NULL, (LPBYTE)szBuffer, &nSize ); in CheckExtensionInRegistry() 106 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 131 … lResult = RegOpenKeyExA( hKey, "OpenWithList", 0, KEY_ENUMERATE_SUB_KEYS, &hSubKey ); in CheckExtensionInRegistry() 132 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 135 while ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 138 … lResult = RegEnumKeyExA( hSubKey, nIndex++, szBuffer, &nSize, NULL, NULL, NULL, NULL ); in CheckExtensionInRegistry() 139 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 222 …LONG lResult = RegOpenKeyExA( HKEY_LOCAL_MACHINE, "SOFTWARE\\Classes", 0, KEY_QUERY_VALUE, &hKe… in RemoveExtensionInRegistry() local [all …]
|
| /AOO42X/main/framework/source/fwe/classes/ |
| H A D | addonsoptions.cxx | 1810 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_MERGE_MENUBAR ); in GetPropertyNamesMergeMenuInstruction() local 1813 …lResult[ OFFSET_MERGEMENU_MERGEPOINT ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1814 …lResult[ OFFSET_MERGEMENU_MERGECOMMAND ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1815 …lResult[ OFFSET_MERGEMENU_MERGECOMMANDPARAMETER ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1816 …lResult[ OFFSET_MERGEMENU_MERGEFALLBACK ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1817 …lResult[ OFFSET_MERGEMENU_MERGECONTEXT ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1818 …lResult[ OFFSET_MERGEMENU_MENUITEMS ] = ::rtl::OUString( aPropertyRootNode + m_aPropMe… in GetPropertyNamesMergeMenuInstruction() 1820 return lResult; in GetPropertyNamesMergeMenuInstruction() 1825 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_MENUITEM ); in GetPropertyNamesMenuItem() local 1828 …lResult[OFFSET_MENUITEM_URL] = ::rtl::OUString( aPropertyRootNode + m_aPropNames[ INDE… in GetPropertyNamesMenuItem() [all …]
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | sendreportw32.cxx | 54 LONG lResult; in RegReadValue() local 56 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue() 58 if ( ERROR_SUCCESS == lResult ) in RegReadValue() 60 lResult = RegQueryValueEx( hKey, lpValueName, NULL, NULL, (LPBYTE)lpData, &cbData ); in RegReadValue() 64 return lResult; in RegReadValue() 72 LONG lResult; in RegWriteValue() local 74 …lResult = RegCreateKeyEx( hBaseKey, lpSubKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NU… in RegWriteValue() 76 if ( ERROR_SUCCESS == lResult ) in RegWriteValue() 78 … lResult = RegSetValueEx( hKey, lpValueName, NULL, dwType, (CONST sal_uInt8 *)lpData, cbData ); in RegWriteValue() 82 return lResult; in RegWriteValue()
|
| /AOO42X/main/sal/systools/win32/uwinapi/ |
| H A D | GetUserDomain_WINDOWS.cpp | 50 …LONG lResult = RegQueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPB… variable 52 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) 65 …LONG lResult = RegQueryValueEx( hkeyWorkgroup, TEXT("Workgroup"), 0, NULL, (LPBYTE)lpBuffer, &d… variable 67 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )
|
| /AOO42X/main/framework/source/fwi/helper/ |
| H A D | networkdomain.cxx | 85 …LONG lResult = RegQueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPB… in GetUserDomainW_WINDOWS() local 87 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) in GetUserDomainW_WINDOWS() 100 …LONG lResult = RegQueryValueEx( hkeyWorkgroup, TEXT("Workgroup"), 0, NULL, (LPBYTE)lpBuffer, &d… in GetUserDomainW_WINDOWS() local 102 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) in GetUserDomainW_WINDOWS()
|
| /AOO42X/main/fpicker/source/win32/filepicker/ |
| H A D | WinFileOpenImpl.cxx | 511 unsigned int lResult = 0; in SubClassFunc() local 524 lResult = CallWindowProc( in SubClassFunc() 531 lResult = CallWindowProc( in SubClassFunc() 539 lResult = CallWindowProc( in SubClassFunc() 547 lResult = CallWindowProc( in SubClassFunc() 559 lResult = CallWindowProc( in SubClassFunc() 565 lResult = CallWindowProc( in SubClassFunc() 572 return lResult; in SubClassFunc()
|
| H A D | dibpreview.cxx | 339 LRESULT lResult = 0; in WndProc() local 390 lResult = 1; in WndProc() 397 return lResult; in WndProc()
|
| H A D | PreviewCtrl.cxx | 576 LRESULT lResult = 0; in WndProc() local 600 lResult = sal_True; in WndProc() 607 return lResult; in WndProc()
|
| H A D | helppopupwindow.cxx | 474 LRESULT lResult = 0; in WndProc() local 538 return lResult; in WndProc()
|
| /AOO42X/main/setup_native/source/win32/stwrapper/ |
| H A D | stwrapper.cxx | 57 LONG lResult( 0 ); in RegReadValue() local 59 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue() 61 if ( ERROR_SUCCESS == lResult ) in RegReadValue() 63 lResult = RegQueryValueEx( hKey, lpValueName, NULL, NULL, (LPBYTE)lpData, &cbData ); in RegReadValue() 67 return lResult; in RegReadValue()
|
| /AOO42X/main/unotools/source/config/ |
| H A D | optionsdlg.cxx | 167 Sequence< OUString > lResult( nLen ); in ReadNode() local 168 lResult[0] = OUString( sNode + PROPERTY_HIDE ); in ReadNode() 170 lResult[1] = OUString( sNode + sSet ); in ReadNode() 173 aValues = GetProperties( lResult ); in ReadNode()
|
| H A D | dynamicmenuoptions.cxx | 178 Sequence< Sequence< PropertyValue > > lResult ( nSetupCount+nUserCount ); in GetList() local 208 lResult[nStep] = lProperties; in GetList() 216 return lResult; in GetList()
|
| H A D | compatibility.cxx | 177 Sequence< Sequence< PropertyValue > > lResult( nCount ); in GetList() local 210 lResult[ nStep ] = lProperties; in GetList() 214 return lResult; in GetList()
|
| /AOO42X/main/dtrans/source/win32/mtaole/ |
| H A D | MtaOleClipb.cxx | 662 LRESULT lResult = 0; in mtaOleReqWndProc() local 718 lResult = pImpl->onChangeCBChain( in mtaOleReqWndProc() 723 lResult = pImpl->onDrawClipboard( ); in mtaOleReqWndProc() 736 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in mtaOleReqWndProc() 740 return lResult; in mtaOleReqWndProc()
|
| /AOO42X/main/crashrep/source/win32/ |
| H A D | soreport.cpp | 251 LONG lResult; in RegReadValue() local 253 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue() 255 if ( ERROR_SUCCESS == lResult ) in RegReadValue() 257 lResult = RegQueryValueEx( hKey, lpValueName, NULL, NULL, (LPBYTE)lpData, &cbData ); in RegReadValue() 261 return lResult; in RegReadValue() 269 LONG lResult; in RegWriteValue() local 271 …lResult = RegCreateKeyEx( hBaseKey, lpSubKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NU… in RegWriteValue() 273 if ( ERROR_SUCCESS == lResult ) in RegWriteValue() 275 lResult = RegSetValueEx( hKey, lpValueName, NULL, dwType, (CONST BYTE *)lpData, cbData ); in RegWriteValue() 279 return lResult; in RegWriteValue()
|
| /AOO42X/main/fpicker/source/win32/folderpicker/ |
| H A D | MtaFop.cxx | 605 LRESULT lResult = 0; in StaWndProc() local 666 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in StaWndProc() 670 return lResult; in StaWndProc()
|
| /AOO42X/main/framework/source/services/ |
| H A D | modulemanager.cxx | 334 ::comphelper::SequenceAsVector< css::uno::Any > lResult ; in createSubSetEnumerationByProperties() 344 lResult.push_back(css::uno::makeAny(lModuleProps.getAsConstPropertyValueList())); in createSubSetEnumerationByProperties() 350 …meration* pEnum = new ::comphelper::OAnyEnumeration(lResult.getAsConstList()); in createSubSetEnumerationByProperties()
|
| /AOO42X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | iconcache.cxx | 84 LRESULT lResult = SendMessageTimeout( in RebuildShellIconCache() local 94 lResult = SendMessageTimeout( in RebuildShellIconCache()
|
| /AOO42X/main/svx/source/fmcomp/ |
| H A D | gridctrl.cxx | 532 long lResult = 0; in IMPL_LINK() local 534 lResult = pParent->m_aMasterSlotExecutor.Call((void*)RECORD_FIRST); in IMPL_LINK() 536 lResult = pParent->m_aMasterSlotExecutor.Call((void*)RECORD_PREV); in IMPL_LINK() 538 lResult = pParent->m_aMasterSlotExecutor.Call((void*)RECORD_NEXT); in IMPL_LINK() 540 lResult = pParent->m_aMasterSlotExecutor.Call((void*)RECORD_LAST); in IMPL_LINK() 542 lResult = pParent->m_aMasterSlotExecutor.Call((void*)RECORD_NEW); in IMPL_LINK() 544 if (lResult) in IMPL_LINK() 3175 long lResult = m_aMasterSlotExecutor.Call((void*)SID_FM_RECORD_UNDO); in Undo() local 3176 if (lResult) in Undo()
|
| /AOO42X/main/filter/source/config/cache/ |
| H A D | filterfactory.cxx | 406 OUStringList lResult ; in impl_queryMatchByDocumentService() local 458 lResult.push_back(sName); in impl_queryMatchByDocumentService() 469 return lResult; in impl_queryMatchByDocumentService()
|
| /AOO42X/main/vcl/win/source/app/ |
| H A D | salinst.cxx | 663 LRESULT lResult = ImplDispatchMessage( pMsg ); in ImplSalDispatchMessage() local 665 ImplSalPostDispatchMsg( pMsg, lResult ); in ImplSalDispatchMessage()
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salgdi3.cxx | 419 LONG lResult = ::RegOpenKeyExA( HKEY_LOCAL_MACHINE, in MapCharToLanguage() local 424 if( ERROR_SUCCESS == lResult ) in MapCharToLanguage() 425 … lResult = RegQueryValueExA( hKey, "Default", NULL, NULL, (LPBYTE)aKeyValBuf, &nKeyValSize ); in MapCharToLanguage() 427 if( ERROR_SUCCESS == lResult ) in MapCharToLanguage()
|
| /AOO42X/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 1401 …ndowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID… 1408 - lResult; \ 1414 + (void)lResult; \
|