Home
last modified time | relevance | path

Searched refs:nRequested (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx811 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 DXTDataObject.hxx159 STDMETHODIMP Next( ULONG nRequested, LPFORMATETC lpDest, ULONG* lpFetched );
/trunk/main/vcl/source/app/
H A Dsession.cxx308 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 Dgsub.cxx181 …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 Dftpurl.cxx655 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 Dgcach_ftyp.cxx2472 …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 67 milliseconds