| /AOO41X/main/vcl/inc/os2/ |
| H A D | saldata.hxx | 53 typedef APIRET (APIENTRY ImGetConversionStringFunc)( HIMI himi, ULONG ulIndex, PVOID pBuf, PULONG p… 54 typedef APIRET (APIENTRY ImGetResultStringFunc)( HIMI himi, ULONG ulIndex, PVOID pBuf, PULONG pulBu… 56 typedef APIRET (APIENTRY ImQueryIMEPropertyFunc)( HIMI himi, ULONG ulIndex, PULONG pulProp ); 57 typedef APIRET (APIENTRY ImRequestIMEFunc)( HIMI himi, ULONG ulAction, ULONG ulIndex, ULONG ulValue… 58 typedef APIRET (APIENTRY ImSetIMModeFunc)( HIMI himi, ULONG ulInputMode, ULONG ulConversionMode ); 103 …ULONG mnNewTimerMS; // Neue Zeit, mit dem der Timer gestartet werden s… 104 ULONG mnTimerMS; // Current Time (in MS) of the Timer 105 ULONG mnTimerOrgMS; // Current Original Time (in MS) 106 ULONG mnNextTimerTime; 107 ULONG mnLastEventTime; [all …]
|
| H A D | salsound.hxx | 45 static ULONG mnSoundState; 49 ULONG mnStartTime; 50 ULONG mnPlayLen; 58 void ImplSetError( ULONG nMciErr ); 59 void ImplNotify( SoundNotification eNotification, ULONG nError ); 70 BOOL Init( SalFrame* pFrame, const String& rSoundName, ULONG& rSoundLen ); 71 …BOOL Init( SalFrame* pFrame, const BYTE* pSound, ULONG nDataLen, ULONG& rSoundLen ); 72 void Play( ULONG nStartTime, ULONG nPlayTime, BOOL bLoop );
|
| H A D | salsound.h | 46 static ULONG mnSoundState; 50 ULONG mnStartTime; 51 ULONG mnPlayLen; 59 void ImplSetError( ULONG nMciErr ); 60 void ImplNotify( SoundNotification eNotification, ULONG nError ); 76 virtual bool Init( const String& rSoundName, ULONG& rSoundLen ); 77 virtual void Play( ULONG nStartTime, ULONG nPlayTime, bool bLoop );
|
| H A D | salmenu.h | 36 ULONG __ulSlidingFocusDelay; 50 ULONG __ulAutoHideDelay; 54 ULONG ulSubmenuDelay; 60 ULONG ulCornerSensitivity; 63 ULONG __ulAutoHideFlags; 65 ULONG __ulAutoMoveFlags; 66 ULONG __ulAutoMoveDelay; 67 ULONG __ulMouseMappingsCount;
|
| H A D | salprn.h | 68 virtual sal_Bool SetData( ULONG nFlags, ImplJobSetup* pSetupData ); 73 virtual ULONG GetCapabilities( const ImplJobSetup* pSetupData, USHORT nType ); 74 virtual ULONG GetPaperBinCount( const ImplJobSetup* pSetupData ); 75 …virtual String GetPaperBinName( const ImplJobSetup* pSetupData, ULONG nPaperBin ); 91 ULONG mnError; // Error Code 111 ULONG mnError; // Error Code 130 ULONG nCopies, 138 virtual ULONG GetErrorCode();
|
| /AOO41X/main/vcl/os2/source/app/ |
| H A D | salinst.cxx | 69 ULONG GetCurrentThreadId() in GetCurrentThreadId() 80 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ); 88 ULONG mnCount; 89 ULONG mnThreadId; 98 ULONG GetAcquireCount( ULONG nThreadId ); 123 ULONG nThreadId = GetCurrentThreadId(); in release() 173 ULONG SalYieldMutex::GetAcquireCount( ULONG nThreadId ) in GetAcquireCount() 193 ULONG nThreadId = GetCurrentThreadId(); in ImplSalYieldMutexAcquireWithWait() 261 ULONG ImplSalReleaseYieldMutex() in ImplSalReleaseYieldMutex() 268 ULONG nCount = pYieldMutex->GetAcquireCount( GetCurrentThreadId() ); in ImplSalReleaseYieldMutex() [all …]
|
| H A D | salshl.cxx | 39 APIRET APIENTRY DosQueryModFromEIP (HMODULE *phMod, ULONG *pObjNum, 40 ULONG BuffLen, PCHAR pBuff, ULONG *pOffset, ULONG Address); 45 ULONG ObjNum; in ImplGetModule() 47 ULONG Offset; in ImplGetModule() 51 rc = DosQueryModFromEIP( &hMod, &ObjNum, sizeof( Buff), Buff, &Offset, (ULONG)ImplGetModule); in ImplGetModule()
|
| /AOO41X/main/tools/workben/ |
| H A D | hashtbl.hxx | 39 ULONG m_lSize; 40 ULONG m_lElem; 46 ULONG Hash(String const& Key) const; 47 ULONG DHash(String const& Key, ULONG lHash) const; 48 ULONG Probe(ULONG lPos) const; 59 ULONG m_lSingleHash; 60 ULONG m_lDoubleHash; 61 ULONG m_lProbe; 71 void* GetObjectAt(ULONG lPos) const; 81 ULONG lSize, [all …]
|
| H A D | hashtbl.cxx | 81 HashTable::HashTable(ULONG lSize, BOOL bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() 124 void* HashTable::GetObjectAt(ULONG lPos) const in GetObjectAt() 139 ULONG HashTable::Hash(String const& Key) const in Hash() 156 ULONG i,n; in Hash() 157 ULONG h = 0; in Hash() 158 ULONG g = 0; in Hash() 162 h = (h<<4) + (ULONG)(USHORT)Key.GetStr()[i]; in Hash() 175 ULONG HashTable::DHash(String const& Key, ULONG lOldHash) const in DHash() 177 ULONG lHash = lOldHash; in DHash() 178 ULONG i,n; in DHash() [all …]
|
| /AOO41X/main/shell/source/win32/shlxthandler/ooofilt/ |
| H A D | ooofilt.hxx | 99 virtual ULONG STDMETHODCALLTYPE AddRef(); 100 virtual ULONG STDMETHODCALLTYPE Release(); 104 ULONG grfFlags, 105 ULONG cAttributes, 107 ULONG * pFlags); 111 ULONG * pcwcBuffer, 162 …ULONG m_ulUnicodeBufferLen; // UNICODE Characters read from file to chunk … 163 ULONG m_ulUnicodeCharsRead; // UNICODE Characters read from chunk buffer 164 …ULONG m_ulPropertyNum; // Number of properties that has been processed 165 ULONG m_ulCurrentPropertyNum; // Current Property that is processing; [all …]
|
| H A D | ooofilt.cxx | 197 ULONG STDMETHODCALLTYPE COooFilter::AddRef() in AddRef() 212 ULONG STDMETHODCALLTYPE COooFilter::Release() in Release() 214 ULONG ulTmp = InterlockedDecrement( &m_lRefs ); in Release() 250 ULONG grfFlags, in Init() 251 ULONG cAttributes, in Init() 253 ULONG * pFlags) in Init() 277 ULONG ulNumAttr; in Init() 463 SCODE STDMETHODCALLTYPE COooFilter::GetText(ULONG * pcwcBuffer, WCHAR * awcBuffer) in GetText() 477 ULONG ulToCopy = min( *pcwcBuffer, m_ulUnicodeBufferLen - m_ulUnicodeCharsRead ); in GetText() 508 ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) in GetMetaInfoNameFromPropertyId() [all …]
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salbmp.cxx | 205 … PBYTE pBits = (PBYTE) hTmp + *(ULONG*) hTmp + ImplGetDIBColorCount( hTmp ) * sizeof( RGB2 ); in Create() 212 …PBYTE pBits = (PBYTE) rSalBmp.mhDIB + *(ULONG*) rSalBmp.mhDIB + ImplGetDIBColorCount( rSalBmp.mhDI… in Create() 256 …PBYTE pBits = (PBYTE) pBI + *(ULONG*) pBI + ImplGetDIBColorCount( mhDIB ) * sizeof( RGB2… in Create() 347 const ULONG nImageSize = AlignedWidth4Bytes( nBits * rSize.Width() ) * rSize.Height(); in ImplCreateDIB() 392 …PBYTE pBits = (PBYTE) pBI + *(ULONG*) pBIH + Os2SalBitmap::ImplGetDIBColorCount( hDI… in ImplCreateDIB4FromDIB1() 393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1() 394 ULONG nAligned = AlignedWidth4Bytes( nWidth ); in ImplCreateDIB4FromDIB1() 395 ULONG nAligned4 = AlignedWidth4Bytes( nWidth << 2 ); in ImplCreateDIB4FromDIB1() 396 …ULONG nSize4 = sizeof( BITMAPINFOHEADER2 ) + ( sizeof( RGB2 ) << 4 ) + nAligned4 * n… in ImplCreateDIB4FromDIB1() 412 PBYTE pBits4 = (PBYTE) pBI4 + *(ULONG*) pBIH4 + ( sizeof( RGB2 ) << 4 ); in ImplCreateDIB4FromDIB1() [all …]
|
| H A D | salgdi.cxx | 574 ULONG nOptions = POLYGON_ALTERNATE; in drawPolygon() 602 ULONG i; in drawPolyPolygon() 611 ULONG nTempPoints = pPoints[ i ]; in drawPolyPolygon() 645 ULONG nOptions = POLYGON_ALTERNATE; in drawPolyPolygon() 724 static PM_BYTE* ImplSearchEntry( PM_BYTE* pSource, PM_BYTE* pDest, ULONG nComp, ULONG nSize ) in ImplSearchEntry() 728 ULONG i; in ImplSearchEntry() 742 static PM_BOOL ImplGetBoundingBox( double* nNumb, PM_BYTE* pSource, ULONG nSize ) in ImplGetBoundingBox() 814 ULONG nTemp = (ULONG)nNumber; 816 ULONG nLen = aNumber1.Len(); 821 nTemp = (ULONG)( ( nNumber - nTemp ) * 100000 ); [all …]
|
| /AOO41X/main/sal/workben/clipboardwben/testcopy/ |
| H A D | XTDataObject.cxx | 95 STDMETHODIMP_(ULONG) CXTDataObject::AddRef( ) in STDMETHODIMP_() argument 97 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_() 104 STDMETHODIMP_(ULONG) CXTDataObject::Release( ) in STDMETHODIMP_() argument 109 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_() 343 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_() argument 354 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_() argument 362 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_() 373 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next() 381 ULONG ulFetched = 0; in Next() 382 ULONG ulToFetch = celt; in Next() [all …]
|
| H A D | XTDataObject.hxx | 62 STDMETHODIMP_( ULONG ) AddRef( ); 63 STDMETHODIMP_( ULONG ) Release( ); 109 STDMETHODIMP_( ULONG ) AddRef( ); 110 STDMETHODIMP_( ULONG ) Release( ); 113 STDMETHODIMP Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ); 114 STDMETHODIMP Skip( ULONG celt ); 121 ULONG m_nCurrentPos;
|
| /AOO41X/main/dtrans/source/win32/workbench/ |
| H A D | XTDo.cxx | 108 STDMETHODIMP_(ULONG) CXTDataObject::AddRef( ) in STDMETHODIMP_() argument 110 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_() 117 STDMETHODIMP_(ULONG) CXTDataObject::Release( ) in STDMETHODIMP_() argument 122 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_() 309 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_() argument 320 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_() argument 328 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_() 339 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next() 344 ULONG ulFetched = 0; in Next() 345 ULONG ulToFetch = celt; in Next() [all …]
|
| H A D | XTDo.hxx | 80 STDMETHODIMP_( ULONG ) AddRef( ); 81 STDMETHODIMP_( ULONG ) Release( ); 113 STDMETHODIMP_( ULONG ) AddRef( ); 114 STDMETHODIMP_( ULONG ) Release( ); 117 STDMETHODIMP Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ); 118 STDMETHODIMP Skip( ULONG celt ); 125 ULONG m_nCurrPos;
|
| /AOO41X/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 113 STDMETHOD_(ULONG, AddRef)()=0; 114 STDMETHOD_(ULONG, Release)()=0; 528 - STDMETHOD_(ULONG, AddRef)() {return InternalAddRef();} 529 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();} 530 STDMETHOD_(ULONG, Release)() 532 - ULONG l = InternalRelease(); 533 + ULONG l = this->InternalRelease(); 565 STDMETHOD_(ULONG, AddRef)() 567 - ULONG l = InternalAddRef(); 568 + ULONG l = this->InternalAddRef(); [all …]
|
| /AOO41X/main/shell/source/win32/sysmail/ |
| H A D | sysmapi.hxx | 52 ULONG MAPILogon( 53 ULONG ulUIParam, 57 ULONG ulReserved, 60 ULONG MAPILogoff( 62 ULONG ulUIParam, 64 ULONG ulReserved ); 66 ULONG MAPISendMail( 68 ULONG ulUIParam, 71 ULONG ulReserved );
|
| H A D | sysmapi.cxx | 59 ULONG WinSysMapi::MAPILogon( in MAPILogon() 60 ULONG ulUIParam, in MAPILogon() 64 ULONG ulReserved, in MAPILogon() 76 ULONG WinSysMapi::MAPILogoff( in MAPILogoff() 78 ULONG ulUIParam, in MAPILogoff() 80 ULONG ulReserved ) in MAPILogoff() 85 ULONG WinSysMapi::MAPISendMail( in MAPISendMail() 87 ULONG ulUIParam, in MAPISendMail() 90 ULONG ulReserved ) in MAPISendMail()
|
| /AOO41X/main/shell/source/win32/shlxthandler/thumbviewer/ |
| H A D | thumbviewer.cxx | 124 virtual ULONG STDMETHODCALLTYPE AddRef(); 125 virtual ULONG STDMETHODCALLTYPE Release( void); 129 virtual HRESULT STDMETHODCALLTYPE Read(void *pv, ULONG cb, ULONG *pcbRead); 130 virtual HRESULT STDMETHODCALLTYPE Write(void const *pv, ULONG cb, ULONG *pcbWritten); 156 ULONG STDMETHODCALLTYPE StreamOnZipBuffer::AddRef(void) in AddRef() 161 ULONG STDMETHODCALLTYPE StreamOnZipBuffer::Release( void) in Release() 186 HRESULT STDMETHODCALLTYPE StreamOnZipBuffer::Read(void *pv, ULONG cb, ULONG *pcbRead) in Read() 197 ULONG read = 0; in Read() 264 HRESULT STDMETHODCALLTYPE StreamOnZipBuffer::Write(void const *, ULONG, ULONG *) in Write() argument 341 ULONG STDMETHODCALLTYPE CThumbviewer::AddRef(void) in AddRef() [all …]
|
| /AOO41X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 75 HPOINTER ImplLoadPointer( ULONG nId ); 83 MRESULT EXPENTRY SalFrameSubClassWndProc( HWND hWnd, ULONG nMsg, 90 ULONG Os2SalFrame::mnInputLang = 0; 106 ULONG tmp = prclDest->yBottom; in _WinQueryWindowRect() 162 LONG cx, LONG cy, ULONG fl) in _WinSetWindowPos() 175 ULONG flag = SWP_SIZE; in _WinSetWindowPos() 290 ULONG nOrd; 591 SalFrame* ImplSalCreateFrame( Os2SalInstance* pInst, HWND hWndParent, ULONG nSalFrameStyle ) in ImplSalCreateFrame() 597 ULONG nFrameFlags = FCF_NOBYTEALIGN | FCF_SCREENALIGN; in ImplSalCreateFrame() 598 ULONG nFrameStyle = 0; in ImplSalCreateFrame() [all …]
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | thread.c | 306 ULONG nOs2PriorityClass; in osl_setThreadPriority() 307 ULONG nOs2PriorityDelta; in osl_setThreadPriority() 368 #define BYTE2FROMULONG(ul) ((UCHAR) ((ULONG) ul >> 8)) 372 ULONG nOs2PriorityClass; in osl_getThreadPriority() 373 ULONG nOs2PriorityDelta; in osl_getThreadPriority() 700 *pTls->pulPtr = (ULONG)pData; in osl_setThreadKeyData() 717 ULONG g_dwTLSTextEncodingIndex = (ULONG)-1; 722 ULONG aulCpList[8] = {0}; in _GetACP() 723 ULONG ulListSize; in _GetACP() 736 if ( (ULONG)-1 == g_dwTLSTextEncodingIndex ) { in osl_getThreadTextEncoding()
|
| /AOO41X/main/dtrans/source/win32/dtobj/ |
| H A D | XTDataObject.cxx | 119 STDMETHODIMP_(ULONG) CXTDataObject::AddRef( ) in STDMETHODIMP_() argument 121 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_() 128 STDMETHODIMP_(ULONG) CXTDataObject::Release( ) in STDMETHODIMP_() argument 130 ULONG nRefCnt = in STDMETHODIMP_() 131 static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_() 784 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_() argument 795 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_() argument 800 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_() 811 STDMETHODIMP CEnumFormatEtc::Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched ) in Next() 830 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()
|
| H A D | XTDataObject.hxx | 89 STDMETHODIMP_( ULONG ) AddRef( ); 90 STDMETHODIMP_( ULONG ) Release( ); 156 STDMETHODIMP_( ULONG ) AddRef( ); 157 STDMETHODIMP_( ULONG ) Release( ); 160 STDMETHODIMP Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched ); 161 STDMETHODIMP Skip( ULONG celt );
|