Home
last modified time | relevance | path

Searched refs:pStm (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/textproc/libparsifal/libparsifal-1.1.0/samples/winurl/
H A Dwinurl.c191 IStream *pStm = NULL; /* pointer to COM stream */ in ResolveEntity() local
200 hr = URLOpenBlockingStream(0, uri, &pStm, 0,0); in ResolveEntity()
203 if (pStm) pStm->lpVtbl->Release(pStm); in ResolveEntity()
207 reader->inputData = pStm; in ResolveEntity()
213 IStream *pStm = (IStream*)reader->inputData; in FreeInputData() local
214 if (pStm) pStm->lpVtbl->Release(pStm); in FreeInputData()
228 IStream *pStm = NULL; /* pointer to COM stream */ in main() local
236 hr = URLOpenBlockingStream(0, szUrl, &pStm, 0,0); in main()
239 if (pStm) pStm->lpVtbl->Release(pStm); in main()
273 XMLParser_Parse(parser, urlstream, pStm, NULL); in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/win/dtrans/
H A Dtestmarshal.cxx74 IStream* pStm = NULL; in ThreadProc() local
75 hr = CreateStreamOnHGlobal( g_hGlob, FALSE, &pStm ); in ThreadProc()
79 pStm, in ThreadProc()
83 hr = pStm->Release( ); in ThreadProc()
137 IStream* pStm = NULL; in main() local
139 hr = CreateStreamOnHGlobal( 0, FALSE, &pStm ); in main()
143 pStm, in main()
150 hr = GetHGlobalFromStream( pStm, &g_hGlob ); in main()
152 hr = pStm->Release( ); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/workbench/
H A Dtestmarshal.cxx74 IStream* pStm = NULL; in ThreadProc() local
75 hr = CreateStreamOnHGlobal( g_hGlob, FALSE, &pStm ); in ThreadProc()
79 pStm, in ThreadProc()
83 hr = pStm->Release( ); in ThreadProc()
137 IStream* pStm = NULL; in main() local
139 hr = CreateStreamOnHGlobal( 0, FALSE, &pStm ); in main()
143 pStm, in main()
150 hr = GetHGlobalFromStream( pStm, &g_hGlob ); in main()
152 hr = pStm->Release( ); in main()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/oop/
H A DHandler.cpp172 Handler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
189 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
214 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
220 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
226 if (!SetIID(WrapNotNull(pStm), objrefPos.QuadPart, marshalOutAs)) { in MarshalInterface()
238 return WriteHandlerPayload(pStm, marshalAs); in MarshalInterface()
243 Handler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
245 HRESULT hr = mUnmarshal->UnmarshalInterface(pStm, unmarshalAs, ppv); in UnmarshalInterface()
255 mHasPayload |= (ReadHandlerPayload(pStm, unmarshalAs) == S_OK); in UnmarshalInterface()
261 Handler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
[all …]
/dports/www/firefox/firefox-99.0/ipc/mscom/oop/
H A DHandler.cpp172 Handler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
189 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
214 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
220 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
226 if (!SetIID(WrapNotNull(pStm), objrefPos.QuadPart, marshalOutAs)) { in MarshalInterface()
238 return WriteHandlerPayload(pStm, marshalAs); in MarshalInterface()
243 Handler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
245 HRESULT hr = mUnmarshal->UnmarshalInterface(pStm, unmarshalAs, ppv); in UnmarshalInterface()
255 mHasPayload |= (ReadHandlerPayload(pStm, unmarshalAs) == S_OK); in UnmarshalInterface()
261 Handler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/oop/
H A DHandler.cpp172 Handler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
189 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
214 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
220 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
226 if (!SetIID(WrapNotNull(pStm), objrefPos.QuadPart, marshalOutAs)) { in MarshalInterface()
238 return WriteHandlerPayload(pStm, marshalAs); in MarshalInterface()
243 Handler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
245 HRESULT hr = mUnmarshal->UnmarshalInterface(pStm, unmarshalAs, ppv); in UnmarshalInterface()
255 mHasPayload |= (ReadHandlerPayload(pStm, unmarshalAs) == S_OK); in UnmarshalInterface()
261 Handler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstorage.cxx102 : pOwnStm(pStm) in SotStorageStream()
104 assert( pStm ); in SotStorageStream()
110 SetError( pStm->GetError() ); in SotStorageStream()
111 pStm->ResetError(); in SotStorageStream()
377 SetError( pStm->GetError() ); in SotStorage()
387 m_pStorStm = pStm; in SotStorage()
413 pStm.reset(); in CreateMemoryStream()
415 return pStm; in CreateMemoryStream()
535 tools::SvRef<SotStorageStream> pStm; in OpenSotStream() local
548 pStm->SetSize( 0 ); in OpenSotStream()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DPassthruProxy.cpp173 PassthruProxy::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
200 hr = pStm->Write(&mVTableSize, sizeof(mVTableSize), &bytesWritten); in MarshalInterface()
208 hr = pStm->Write(&mWrappedIid, sizeof(mWrappedIid), &bytesWritten); in MarshalInterface()
232 hr = cloned->CopyTo(pStm, statstg.cbSize, nullptr, nullptr); in MarshalInterface()
249 HRESULT hr = pStm->Read(&mVTableSize, sizeof(mVTableSize), &bytesRead); in UnmarshalInterface()
257 hr = pStm->Read(&mWrappedIid, sizeof(mWrappedIid), &bytesRead); in UnmarshalInterface()
266 hr = CopySerializedProxy(pStm, getter_AddRefs(mStream)); in UnmarshalInterface()
275 PassthruProxy::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
280 if (!pStm) { in ReleaseMarshalData()
294 HRESULT hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, nullptr); in ReleaseMarshalData()
[all …]
H A DFastMarshaler.cpp124 FastMarshaler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
132 pStm, riid, pv, dwDestContext, pvDestContext, in MarshalInterface()
137 FastMarshaler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
142 return mStdMarshalWeak->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
146 FastMarshaler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
151 return mStdMarshalWeak->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DPassthruProxy.cpp173 PassthruProxy::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
200 hr = pStm->Write(&mVTableSize, sizeof(mVTableSize), &bytesWritten); in MarshalInterface()
208 hr = pStm->Write(&mWrappedIid, sizeof(mWrappedIid), &bytesWritten); in MarshalInterface()
232 hr = cloned->CopyTo(pStm, statstg.cbSize, nullptr, nullptr); in MarshalInterface()
249 HRESULT hr = pStm->Read(&mVTableSize, sizeof(mVTableSize), &bytesRead); in UnmarshalInterface()
257 hr = pStm->Read(&mWrappedIid, sizeof(mWrappedIid), &bytesRead); in UnmarshalInterface()
266 hr = CopySerializedProxy(pStm, getter_AddRefs(mStream)); in UnmarshalInterface()
275 PassthruProxy::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
280 if (!pStm) { in ReleaseMarshalData()
294 HRESULT hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, nullptr); in ReleaseMarshalData()
[all …]
H A DFastMarshaler.cpp129 FastMarshaler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
137 pStm, riid, pv, dwDestContext, pvDestContext, in MarshalInterface()
142 FastMarshaler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
147 return mStdMarshalWeak->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
151 FastMarshaler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
156 return mStdMarshalWeak->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DPassthruProxy.cpp173 PassthruProxy::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
200 hr = pStm->Write(&mVTableSize, sizeof(mVTableSize), &bytesWritten); in MarshalInterface()
208 hr = pStm->Write(&mWrappedIid, sizeof(mWrappedIid), &bytesWritten); in MarshalInterface()
232 hr = cloned->CopyTo(pStm, statstg.cbSize, nullptr, nullptr); in MarshalInterface()
249 HRESULT hr = pStm->Read(&mVTableSize, sizeof(mVTableSize), &bytesRead); in UnmarshalInterface()
257 hr = pStm->Read(&mWrappedIid, sizeof(mWrappedIid), &bytesRead); in UnmarshalInterface()
266 hr = CopySerializedProxy(pStm, getter_AddRefs(mStream)); in UnmarshalInterface()
275 PassthruProxy::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
280 if (!pStm) { in ReleaseMarshalData()
294 HRESULT hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, nullptr); in ReleaseMarshalData()
[all …]
H A DFastMarshaler.cpp124 FastMarshaler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
132 pStm, riid, pv, dwDestContext, pvDestContext, in MarshalInterface()
137 FastMarshaler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
142 return mStdMarshalWeak->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
146 FastMarshaler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
151 return mStdMarshalWeak->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DPassthruProxy.cpp173 PassthruProxy::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
200 hr = pStm->Write(&mVTableSize, sizeof(mVTableSize), &bytesWritten); in MarshalInterface()
208 hr = pStm->Write(&mWrappedIid, sizeof(mWrappedIid), &bytesWritten); in MarshalInterface()
232 hr = cloned->CopyTo(pStm, statstg.cbSize, nullptr, nullptr); in MarshalInterface()
249 HRESULT hr = pStm->Read(&mVTableSize, sizeof(mVTableSize), &bytesRead); in UnmarshalInterface()
257 hr = pStm->Read(&mWrappedIid, sizeof(mWrappedIid), &bytesRead); in UnmarshalInterface()
266 hr = CopySerializedProxy(pStm, getter_AddRefs(mStream)); in UnmarshalInterface()
275 PassthruProxy::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
280 if (!pStm) { in ReleaseMarshalData()
294 HRESULT hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, nullptr); in ReleaseMarshalData()
[all …]
H A DFastMarshaler.cpp129 FastMarshaler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
137 pStm, riid, pv, dwDestContext, pvDestContext, in MarshalInterface()
142 FastMarshaler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
147 return mStdMarshalWeak->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
151 FastMarshaler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
156 return mStdMarshalWeak->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DPassthruProxy.cpp173 PassthruProxy::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
200 hr = pStm->Write(&mVTableSize, sizeof(mVTableSize), &bytesWritten); in MarshalInterface()
208 hr = pStm->Write(&mWrappedIid, sizeof(mWrappedIid), &bytesWritten); in MarshalInterface()
232 hr = cloned->CopyTo(pStm, statstg.cbSize, nullptr, nullptr); in MarshalInterface()
249 HRESULT hr = pStm->Read(&mVTableSize, sizeof(mVTableSize), &bytesRead); in UnmarshalInterface()
257 hr = pStm->Read(&mWrappedIid, sizeof(mWrappedIid), &bytesRead); in UnmarshalInterface()
266 hr = CopySerializedProxy(pStm, getter_AddRefs(mStream)); in UnmarshalInterface()
275 PassthruProxy::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
280 if (!pStm) { in ReleaseMarshalData()
294 HRESULT hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, nullptr); in ReleaseMarshalData()
[all …]
H A DFastMarshaler.cpp124 FastMarshaler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
132 pStm, riid, pv, dwDestContext, pvDestContext, in MarshalInterface()
137 FastMarshaler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
142 return mStdMarshalWeak->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
146 FastMarshaler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
151 return mStdMarshalWeak->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstorage.cxx73 if( pStm ) in SotStorageStream()
80 pOwnStm = pStm; in SotStorageStream()
81 SetError( pStm->GetError() ); in SotStorageStream()
82 pStm->ResetError(); in SotStorageStream()
425 SetError( pStm->GetError() ); in SotStorage()
435 m_pStorStm = pStm; in SotStorage()
461 pStm.reset(); in CreateMemoryStream()
463 return pStm; in CreateMemoryStream()
583 SotStorageStream * pStm = nullptr; in OpenSotStream() local
596 pStm->SetSize( 0 ); in OpenSotStream()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/oop/
H A DHandler.cpp172 Handler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
189 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
214 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
220 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
226 if (!SetIID(WrapNotNull(pStm), objrefPos.QuadPart, marshalOutAs)) { in MarshalInterface()
238 return WriteHandlerPayload(pStm, marshalAs); in MarshalInterface()
243 Handler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
245 HRESULT hr = mUnmarshal->UnmarshalInterface(pStm, unmarshalAs, ppv); in UnmarshalInterface()
255 mHasPayload |= (ReadHandlerPayload(pStm, unmarshalAs) == S_OK); in UnmarshalInterface()
261 Handler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/oop/
H A DHandler.cpp172 Handler::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
189 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
214 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
220 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
226 if (!SetIID(WrapNotNull(pStm), objrefPos.QuadPart, marshalOutAs)) { in MarshalInterface()
238 return WriteHandlerPayload(pStm, marshalAs); in MarshalInterface()
243 Handler::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
245 HRESULT hr = mUnmarshal->UnmarshalInterface(pStm, unmarshalAs, ppv); in UnmarshalInterface()
255 mHasPayload |= (ReadHandlerPayload(pStm, unmarshalAs) == S_OK); in UnmarshalInterface()
261 Handler::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx41 IStreamPtr pStm; in CAPNDataObject() local
42 HRESULT hr = CreateStreamOnHGlobal( nullptr, KEEP_HGLOB_ON_RELEASE, &pStm ); in CAPNDataObject()
49 pStm.get(), in CAPNDataObject()
63 hr = GetHGlobalFromStream(pStm.get(), &m_hGlobal ); in CAPNDataObject()
86 IStreamPtr pStm; in ~CAPNDataObject() local
87 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject()
93 hr = CoReleaseMarshalData(pStm.get()); in ~CAPNDataObject()
313 IStreamPtr pStm; in MarshalIDataObjectIntoCurrentApartment() local
314 hr = CreateStreamOnHGlobal(m_hGlobal, KEEP_HGLOB_ON_RELEASE, &pStm); in MarshalIDataObjectIntoCurrentApartment()
320 …hr = CoUnmarshalInterface(pStm.get(), __uuidof(IDataObject), reinterpret_cast<void**>(ppIDataObj)); in MarshalIDataObjectIntoCurrentApartment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DAPNDataObject.cxx41 IStreamPtr pStm; in CAPNDataObject() local
42 HRESULT hr = CreateStreamOnHGlobal( nullptr, KEEP_HGLOB_ON_RELEASE, &pStm ); in CAPNDataObject()
49 pStm.get(), in CAPNDataObject()
63 hr = GetHGlobalFromStream(pStm.get(), &m_hGlobal ); in CAPNDataObject()
86 IStreamPtr pStm; in ~CAPNDataObject() local
87 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject()
93 hr = CoReleaseMarshalData(pStm.get()); in ~CAPNDataObject()
313 IStreamPtr pStm; in MarshalIDataObjectIntoCurrentApartment() local
314 hr = CreateStreamOnHGlobal(m_hGlobal, KEEP_HGLOB_ON_RELEASE, &pStm); in MarshalIDataObjectIntoCurrentApartment()
320 …hr = CoUnmarshalInterface(pStm.get(), __uuidof(IDataObject), reinterpret_cast<void**>(ppIDataObj)); in MarshalIDataObjectIntoCurrentApartment()
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dload_stm.cpp94 const STMSAMPLE *pStm = &phdr->sample[nIns]; // STM sample data in ReadSTM() local
95 memcpy(pIns->name, pStm->filename, 13); in ReadSTM()
96 memcpy(m_szNames[nIns+1], pStm->filename, 12); in ReadSTM()
97 pIns->nC4Speed = bswapLE16(pStm->c2spd); in ReadSTM()
99 pIns->nVolume = pStm->volume << 2; in ReadSTM()
101 pIns->nLength = bswapLE16(pStm->length); in ReadSTM()
103 pIns->nLoopStart = bswapLE16(pStm->loopbeg); in ReadSTM()
104 pIns->nLoopEnd = bswapLE16(pStm->loopend); in ReadSTM()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dload_stm.cpp94 const STMSAMPLE *pStm = &phdr->sample[nIns]; // STM sample data in ReadSTM() local
95 memcpy(pIns->name, pStm->filename, 13); in ReadSTM()
96 memcpy(m_szNames[nIns+1], pStm->filename, 12); in ReadSTM()
97 pIns->nC4Speed = bswapLE16(pStm->c2spd); in ReadSTM()
99 pIns->nVolume = pStm->volume << 2; in ReadSTM()
101 pIns->nLength = bswapLE16(pStm->length); in ReadSTM()
103 pIns->nLoopStart = bswapLE16(pStm->loopbeg); in ReadSTM()
104 pIns->nLoopEnd = bswapLE16(pStm->loopend); in ReadSTM()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Dwmfreader.cxx1488 auto nPos = pStm->Tell(); in GetPlaceableBound()
1489 auto nEnd = nPos + pStm->remainingSize(); in GetPlaceableBound()
1507 if( pStm->GetError() ) in GetPlaceableBound()
1533 pStm->ReadInt16(nHeight); in GetPlaceableBound()
1534 pStm->ReadInt16(nWidth); in GetPlaceableBound()
1548 pStm->ReadInt16(nHeight); in GetPlaceableBound()
1549 pStm->ReadInt16(nWidth); in GetPlaceableBound()
1622 pStm->ReadUInt16(nPoly); in GetPlaceableBound()
1668 bRecordOk &= pStm->good(); in GetPlaceableBound()
1787 pStm->ReadUInt32( nROP ); in GetPlaceableBound()
[all …]

12345678910>>...25