Searched refs:nRequested (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | XTDataObject.cxx | 811 STDMETHODIMP CEnumFormatEtc::Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched ) in Next() argument 813 if ( ( nRequested < 1 ) || in Next() 814 (( nRequested > 1 ) && ( NULL == lpFetched )) || in Next() 815 IsBadWritePtr( lpDest, sizeof( FORMATETC ) * nRequested ) ) in Next() 818 sal_uInt32 nFetched = m_FormatEtcContainer.nextFormatEtc( lpDest, nRequested ); in Next() 823 return (nFetched == nRequested) ? S_OK : S_FALSE; in Next()
|
H A D | XTDataObject.hxx | 159 STDMETHODIMP Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched );
|
/trunk/main/vcl/source/app/ |
H A D | session.cxx | 308 int nRequested = 0, nDone = 0; in interactionDone() local 313 nRequested++; in interactionDone() 320 if( nDone == nRequested && nDone > 0 ) in interactionDone()
|
/trunk/main/vcl/source/fontsubset/ |
H A D | gsub.cxx | 181 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ReadGSUB() local 182 if( !nRequested ) // ignore features that are not requested in ReadGSUB()
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 655 sal_Int32 nRequested = sal_Int32(size*nmemb); in memory_read() local 658 return size_t(curlInput->read(((sal_Int8*)ptr),nRequested)); in memory_read()
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 2472 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ApplyGSUB() local 2473 if( !nRequested ) // ignore features that are not requested in ApplyGSUB()
|
Completed in 122 milliseconds