/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 100 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 106 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 132 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 135 while ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 139 if ( ERROR_SUCCESS == lResult ) in CheckExtensionInRegistry() 224 if ( ERROR_SUCCESS == lResult ) in RemoveExtensionInRegistry() 226 lResult = RegOpenKeyExA( hKey, lpSubKey, 0, KEY_QUERY_VALUE, &hSubKey ); in RemoveExtensionInRegistry() 228 if ( ERROR_SUCCESS == lResult ) in RemoveExtensionInRegistry() 236 if ( ERROR_SUCCESS == lResult ) in RemoveExtensionInRegistry() 251 if ( ERROR_SUCCESS == lResult ) in RemoveExtensionInRegistry() [all …]
|
/aoo4110/main/framework/source/fwe/classes/ |
H A D | addonsoptions.cxx | 1820 return lResult; in GetPropertyNamesMergeMenuInstruction() 1825 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_MENUITEM ); in GetPropertyNamesMenuItem() local 1835 return lResult; in GetPropertyNamesMenuItem() 1844 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_POPUPMENU-1 ); in GetPropertyNamesPopupMenu() local 1851 return lResult; in GetPropertyNamesPopupMenu() 1859 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_TOOLBAR ); in GetPropertyNamesToolBar() local 1865 return lResult; in GetPropertyNamesToolBar() 1881 return lResult; in GetPropertyNamesToolBarItem() 1897 return lResult; in GetPropertyNamesStatusbarItem() 1905 Sequence< ::rtl::OUString > lResult( PROPERTYCOUNT_IMAGES ); in GetPropertyNamesImages() local [all …]
|
/aoo4110/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()
|
/aoo4110/main/sal/systools/win32/uwinapi/ |
H A D | GetUserDomain_WINDOWS.cpp | 50 …LONG lResult = RegQueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPBYTE… variable 52 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) 65 …LONG lResult = RegQueryValueEx( hkeyWorkgroup, TEXT("Workgroup"), 0, NULL, (LPBYTE)lpBuffer, &dwBu… variable 67 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )
|
/aoo4110/main/framework/source/fwi/helper/ |
H A D | networkdomain.cxx | 85 …LONG lResult = RegQueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPBYTE… 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, &dwBu… in GetUserDomainW_WINDOWS() local 102 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) in GetUserDomainW_WINDOWS()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 664 LRESULT lResult = 0; in mtaOleReqWndProc() local 720 lResult = pImpl->onChangeCBChain( in mtaOleReqWndProc() 725 lResult = pImpl->onDrawClipboard( ); in mtaOleReqWndProc() 738 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in mtaOleReqWndProc() 742 return lResult; in mtaOleReqWndProc()
|
/aoo4110/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()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | iconcache.cxx | 84 LRESULT lResult = SendMessageTimeout( in RebuildShellIconCache() local 94 lResult = SendMessageTimeout( in RebuildShellIconCache()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/vcl/win/source/app/ |
H A D | salinst.cxx | 663 LRESULT lResult = ImplDispatchMessage( pMsg ); in ImplSalDispatchMessage() local 665 ImplSalPostDispatchMsg( pMsg, lResult ); in ImplSalDispatchMessage()
|
/aoo4110/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()
|
/aoo4110/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; \
|