Home
last modified time | relevance | path

Searched refs:lResult (Results 1 – 23 of 23) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx100 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 …]
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx1820 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 …]
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx54 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
74lResult = 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()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetUserDomain_WINDOWS.cpp50 …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 )
/trunk/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx85 …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()
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx511 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 Ddibpreview.cxx339 LRESULT lResult = 0; in WndProc() local
390 lResult = 1; in WndProc()
397 return lResult; in WndProc()
H A DPreviewCtrl.cxx576 LRESULT lResult = 0; in WndProc() local
600 lResult = sal_True; in WndProc()
607 return lResult; in WndProc()
H A Dhelppopupwindow.cxx474 LRESULT lResult = 0; in WndProc() local
538 return lResult; in WndProc()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx57 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()
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx167 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 Ddynamicmenuoptions.cxx178 Sequence< Sequence< PropertyValue > > lResult ( nSetupCount+nUserCount ); in GetList() local
208 lResult[nStep] = lProperties; in GetList()
216 return lResult; in GetList()
H A Dcompatibility.cxx177 Sequence< Sequence< PropertyValue > > lResult( nCount ); in GetList() local
210 lResult[ nStep ] = lProperties; in GetList()
214 return lResult; in GetList()
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx664 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()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp251 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
271lResult = 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()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx84 LRESULT lResult = SendMessageTimeout( in RebuildShellIconCache() local
94 lResult = SendMessageTimeout( in RebuildShellIconCache()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx605 LRESULT lResult = 0; in StaWndProc() local
666 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in StaWndProc()
670 return lResult; in StaWndProc()
/trunk/main/framework/source/services/
H A Dmodulemanager.cxx334 ::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()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx406 OUStringList lResult ; in impl_queryMatchByDocumentService() local
458 lResult.push_back(sName); in impl_queryMatchByDocumentService()
469 return lResult; in impl_queryMatchByDocumentService()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx532 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()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx663 LRESULT lResult = ImplDispatchMessage( pMsg ); in ImplSalDispatchMessage() local
665 ImplSalPostDispatchMsg( pMsg, lResult ); in ImplSalDispatchMessage()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx419 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()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1401 …ndowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID…
1408 - lResult; \
1414 + (void)lResult; \

Completed in 152 milliseconds