Home
last modified time | relevance | path

Searched refs:nFileLen (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx291 sal_Int32 nFileLen( rBuf.getLength() ); in readBinaryData() local
295 while( nFileLen && in readBinaryData()
296 osl_File_E_None == (nRes=osl_readFile( m_pErr, pBuf, nFileLen, &nBytesRead )) ) in readBinaryData()
299 nFileLen -= sal::static_int_cast<sal_Int32>(nBytesRead); in readBinaryData()
541 sal_Int32 nIsEmbedded, nIsBold, nIsItalic, nIsUnderline, nFileLen; in readFont() local
550 readInt32(nFileLen); in readFont()
561 OSL_PRECOND(nFileLen==0,"font data for known font"); in readFont()
581 if( nFileLen ) in readFont()
583 uno::Sequence<sal_Int8> aFontFile(nFileLen); in readFont()
/trunk/main/sal/osl/os2/
H A Dprofile.c879 sal_uInt32 nFileLen;
892 nFileLen = strName->length;
900 strcpy(File + nFileLen, STR_INI_EXTENSION);
901 nFileLen += strlen(STR_INI_EXTENSION);
927 if ((nFileLen = nLen - nOffset) >= _MAX_PATH)
930 strncpy(File, pProgName + nOffset, nFileLen);
932 if (nFileLen + strlen(STR_INI_EXTENSION) >= _MAX_PATH)
936 strcpy(File + nFileLen, STR_INI_EXTENSION);
937 nFileLen += strlen(STR_INI_EXTENSION);
1074 if (nPathLen + nFileLen >= MAX_PATH)
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx890 sal_uInt32 nFileLen = 0; in osl_getProfileName() local
903 nFileLen = strName->length; in osl_getProfileName()
907 if (nFileLen + wcslen(STR_INI_EXTENSION) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
912 nFileLen += wcslen(STR_INI_EXTENSION); in osl_getProfileName()
938 if ((nFileLen = nLen - nOffset) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
941 copy_ustr_n(aFile, pProgName + nOffset, nFileLen); in osl_getProfileName()
943 if (nFileLen + wcslen(STR_INI_EXTENSION) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
948 nFileLen += wcslen(STR_INI_EXTENSION); in osl_getProfileName()
1085 if (nPathLen + nFileLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName()
1089 copy_ustr_n(aPath + nPathLen, aFile, nFileLen+1); in osl_getProfileName()
[all …]

Completed in 40 milliseconds