Home
last modified time | relevance | path

Searched refs:DWORD (Results 101 – 125 of 324) sorted by relevance

12345678910>>...13

/trunk/main/sal/osl/w32/
H A Dpipe.c382 DWORD nBytesTransfered; in osl_acceptPipe()
472 DWORD nBytes; in osl_receivePipe()
489 DWORD lastError = GetLastError(); in osl_receivePipe()
498 nBytes = (DWORD) -1; in osl_receivePipe()
526 DWORD nBytes; in osl_sendPipe()
543 nBytes = (DWORD) -1; in osl_sendPipe()
H A Dnlsupport.c47 static DWORD g_dwTLSLocaleEncId = (DWORD) -1;
162 if( (DWORD) -1 == g_dwTLSLocaleEncId ) in osl_getTextEncodingFromLocale()
169 if( (DWORD) -1 == g_dwTLSLocaleEncId ) in osl_getTextEncodingFromLocale()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx97 DWORD nMaxSubKeyLen; in DeleteRegistryKey()
111 DWORD nLen = nMaxSubKeyLen; in DeleteRegistryKey()
150 DWORD nSubKeys = 0; in HasSubkeysRegistryKey()
181 …egistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, char *pszData, DWORD dwBufLen) in QueryRegistryKey()
/trunk/main/dtrans/source/win32/dtobj/
H A DXNotifyingDataObject.cxx101 DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc()
127 LPFORMATETC lpFetc, DWORD advf, LPADVISESINK lpAdvSink, DWORD* pdwConnection ) in DAdvise()
132 STDMETHODIMP CXNotifyingDataObject::DUnadvise( DWORD dwConnection ) in DUnadvise()
H A DXTDataObject.hxx97 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
98 …STDMETHODIMP DAdvise( LPFORMATETC pFormatetc, DWORD advf, LPADVISESINK pAdvSink, DWORD* pdwConnect…
99 STDMETHODIMP DUnadvise( DWORD dwConnection );
H A DFmtFilter.cxx55 DWORD key;
59 DWORD reserved;
204 …const DWORD nSizeInfoOrV5(pBmpInfoHdr->biSize > sizeof(BITMAPINFOHEADER) ? sizeof(BITMAPV5HEADER) … in WinDIBToOOBMP()
205 DWORD nOffset(sizeof(BITMAPFILEHEADER) + nSizeInfoOrV5); in WinDIBToOOBMP()
557 pBmp->biSizeImage = (DWORD)nDataBytes; in WinBITMAPToOOBMP()
H A DAPNDataObject.cxx192 STDMETHODIMP CAPNDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc()
287 …HODIMP CAPNDataObject::DAdvise( LPFORMATETC pFormatetc, DWORD advf, LPADVISESINK pAdvSink, DWORD *… in DAdvise()
306 STDMETHODIMP CAPNDataObject::DUnadvise( DWORD dwConnection ) in DUnadvise()
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx58 …erAdviseSink( const ComSmart< IAdviseSink >& pListener, FORMATETC* pFormatEtc, DWORD nDataRegFlag ) in OleWrapperAdviseSink()
81 …::OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect, DWORD nViewRegFla… in OleWrapperAdviseSink()
143 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx48 const DWORD PE_Signature = 0x00004550;
49 const DWORD BASEVIRTUALADDRESS = 0x10000000;
103 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
110 void rebaseImagesInFolder( wchar_t* pszFolder, DWORD nNewImageBase ) in rebaseImagesInFolder()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h193 STDMETHOD(DecreaseState)(DWORD pXSate);
194 STDMETHOD(IncreaseState)(DWORD pXSate);
195 STDMETHOD(SetState)(DWORD pXSate);
215 DWORD m_dState;
279 REFIID iid, void** ppvObject, DWORD) in _SmartQI() argument
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dlayerlinks.cxx56 DWORD nChars = 0; in GetMsiProperty()
60 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty()
133 DWORD dummy; in CreateLayerLinks()
175 DWORD dummy; in CreateLayerLinks()
/trunk/main/dtrans/source/win32/workbench/
H A DXTDo.cxx175 STDMETHODIMP CXTDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc()
234 STDMETHODIMP CXTDataObject::DAdvise( LPFORMATETC, DWORD, LPADVISESINK, DWORD * ) in DAdvise() argument
243 STDMETHODIMP CXTDataObject::DUnadvise( DWORD ) in DUnadvise() argument
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx213 DWORD cbIssuer ; in getIssuerName()
265 DWORD cbSubject ; in getSubjectName()
531 ::com::sun::star::uno::Sequence< sal_Int8 > getThumbprint(const CERT_CONTEXT* pCertContext, DWORD d… in getThumbprint()
535 DWORD cbData = 20; in getThumbprint()
549 DWORD e = GetLastError(); in getThumbprint()
640 DWORD length = sizeof(CERT_KEY_USAGE_RESTRICTION_INFO); in getCertificateUsage()
/trunk/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx77 DWORD type; in getPathFromRegistryKey()
79 DWORD size; in getPathFromRegistryKey()
122 DWORD cChars = GetEnvironmentVariable(UNO_PATH, NULL, 0); in getInstallPath()
168 DWORD cChars = GetEnvironmentVariable(L"PATH", sEnvPath, 0); in extendPath()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetLogicalDriveStringsW.cpp26 IMPLEMENT_THUNK( kernel32, WINDOWS, DWORD, WINAPI, GetLogicalDriveStringsW, ( DWORD cchBuffer, LPWS…
30 DWORD dwResult = GetLogicalDriveStringsA( cchBuffer, lpBufferA );
H A DGetModuleFileNameExW.cpp31 …MENT_THUNK( psapi, WINDOWS, DWORD, WINAPI, GetModuleFileNameExW, (HANDLE hProcess, HMODULE hModule…
36 return (DWORD) STR2WSTR( lpFileName, nSize );
/trunk/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx198 STDMETHODIMP CXTDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc()
257 STDMETHODIMP CXTDataObject::DAdvise( LPFORMATETC, DWORD, LPADVISESINK, DWORD * ) in DAdvise() argument
266 STDMETHODIMP CXTDataObject::DUnadvise( DWORD ) in DUnadvise() argument
/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx282 STDMETHODIMP EmbedDocument_Impl::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC ** /*ppFormatetc*… in EnumFormatEtc()
290 …MP EmbedDocument_Impl::DAdvise( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * pAdvSink, DWORD in DAdvise()
299 STDMETHODIMP EmbedDocument_Impl::DUnadvise( DWORD dwConnection ) in DUnadvise()
H A Ded_ipersiststr.cxx204 …mpl::fillArgsForLoading_Impl( uno::Reference< io::XInputStream > xStream, DWORD /*nStreamMode*/, L… in fillArgsForLoading_Impl() argument
407 DWORD nStreamMode = aStat.grfMode; in InitNew()
496 DWORD nStreamMode = aStat.grfMode; in Load()
608 DWORD nStreamMode = aStat.grfMode; in Save()
712 DWORD nStreamMode = aStat.grfMode; in SaveCompleted()
756 STDMETHODIMP EmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD /*dwMode*/ ) in Load() argument
764 DWORD nStreamMode = STGM_CREATE | STGM_READWRITE | STGM_DELETEONRELEASE | STGM_SHARE_EXCLUSIVE; in Load()
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx94 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in lock()
355 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getBitmap()
552 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getData()
634 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setData()
714 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setPixel()
772 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getPixel()
/trunk/main/vcl/inc/os2/
H A Dwingdi.h34 typedef unsigned long DWORD; typedef
57 DWORD cb;
58 DWORD dwType;
/trunk/main/shell/inc/internal/
H A Dinfotips.hxx60 virtual HRESULT STDMETHODCALLTYPE GetInfoTip(DWORD dwFlags, wchar_t** ppwszTip);
62 virtual HRESULT STDMETHODCALLTYPE GetInfoFlags(DWORD *pdwFlags);
78 /* [in] */ DWORD dwMode);
/trunk/main/tools/source/fsys/
H A Dfstat.cxx177 DWORD nRes = GetFileAttributes( (LPCTSTR) aFPath.GetBuffer() ); in GetReadOnlyFlag()
217 DWORD nRes = GetFileAttributes( (LPCTSTR) aFPath.GetBuffer() ); in SetReadOnlyFlag()
297 DWORD dwTZI = GetTimeZoneInformation( &aTZI ); in SetDateTime()
299 if ( dwTZI != (DWORD)-1 && dwTZI != TIME_ZONE_ID_UNKNOWN ) in SetDateTime()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx112 DWORD mnThreadId;
146 DWORD nThreadId = GetCurrentThreadId(); in release()
220 DWORD nThreadId = GetCurrentThreadId(); in ImplSalYieldMutexAcquireWithWait()
331 DWORD nCurThreadId = GetCurrentThreadId(); in CheckYieldMutex()
711 DWORD nCurThreadId = GetCurrentThreadId(); in Yield()
1129 static DWORD EXCEPTION_MSC_CPP_EXCEPTION = 0xE06D7363;
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp76 WINADVAPI LONG WINAPI RegDeleteKeyExA(HKEY,LPCSTR,REGSAM,DWORD);
83 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
403 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerNative_Impl()
600 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerDoc_Impl()
677 DWORD nLen = 0; in DllRegisterServer()
678 DWORD nLibNameLen = strlen( bX64 ? X64_LIB_NAME : X32_LIB_NAME ); in DllRegisterServer()

Completed in 80 milliseconds

12345678910>>...13