Home
last modified time | relevance | path

Searched refs:MaxLen (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dprofile.c455 MaxLen = (MaxLen - 1 < strlen(pStr)) ? (MaxLen - 1) : strlen(pStr); in osl_readProfileString()
456 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString()
457 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
458 pszString[MaxLen] = '\0'; in osl_readProfileString()
464 pszString, MaxLen); in osl_readProfileString()
784 if (MaxLen != 0) in osl_getProfileSectionEntries()
837 if (MaxLen != 0) in osl_getProfileSections()
1309 MaxLen -= 1; in getLine()
1348 MaxLen -= Max; in getLine()
1368 MaxLen = -1; in getLine()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx495 MaxLen = (MaxLen - 1 < strlen(pStr)) ? (MaxLen - 1) : strlen(pStr); in osl_readProfileString()
496 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString()
497 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
498 pszString[MaxLen] = '\0'; in osl_readProfileString()
838 if (MaxLen != 0) in osl_getProfileSectionEntries()
1112 if (MaxLen != 0) in osl_getProfileSections()
1118 if ((n + pSec->m_Len + 1) < MaxLen) in osl_getProfileSections()
1423 MaxLen -= 1; in getLine()
1462 MaxLen -= Max; in getLine()
1482 MaxLen = -1; in getLine()
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c485 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument
547 MaxLen = (MaxLen - 1 < strlen(pStr)) ? (MaxLen - 1) : strlen(pStr); in osl_readProfileString()
548 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString()
549 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
550 pszString[MaxLen] = '\0'; in osl_readProfileString()
923 sal_Char* pszBuffer, sal_uInt32 MaxLen) in osl_getProfileSectionEntries() argument
980 if (MaxLen != 0) in osl_getProfileSectionEntries()
984 if ((n + pSec->m_Entries[i].m_Len + 1) < MaxLen) in osl_getProfileSectionEntries()
1025 …_uInt32 SAL_CALL osl_getProfileSections(oslProfile Profile, sal_Char* pszBuffer, sal_uInt32 MaxLen) in osl_getProfileSections() argument
1073 if (MaxLen != 0) in osl_getProfileSections()
[all …]
H A Dprocess.c135 sal_Bool osl_getFullPath(const sal_Char* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen);
/trunk/main/sal/inc/osl/
H A Dprofile.h69 sal_Char* pszString, sal_uInt32 MaxLen,
121 sal_Char* pszBuffer, sal_uInt32 MaxLen);
129 …uInt32 SAL_CALL osl_getProfileSections(oslProfile Profile, sal_Char* pszBuffer, sal_uInt32 MaxLen);
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx386 sal_Int32 MaxLen; // maximum field length in characters, 0 means unlimited member
393 MaxLen( 0 ) in EditWidget()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx465 pEditWidget->MaxLen = nMaxTextLength; in describePDFControl()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx443 aEditBox.MaxLen = 100; in doTestCode()
12089 rNewWidget.m_nMaxLen = rEdit.MaxLen; in createControl()

Completed in 113 milliseconds