| /AOO41X/main/sal/osl/os2/ |
| H A D | profile.c | 159 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen); 184 sal_Bool SAL_CALL osl_getFullPath(rtl_uString* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen) in osl_getFullPath() argument 186 return NO_ERROR == DosQueryPathInfo( (PCSZ)pszFilename, FIL_QUERYFULLNAME, pszPath, MaxLen); in osl_getFullPath() 416 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument 455 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() 756 sal_Char* pszBuffer, sal_uInt32 MaxLen) in osl_getProfileSectionEntries() argument [all …]
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | profile.cxx | 153 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen); 456 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument 495 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() 506 GetPrivateProfileString(pszSection, pszEntry, pszDefault, pszString, MaxLen, aFileName); in osl_readProfileString() 810 sal_Char* pszBuffer, sal_uInt32 MaxLen) in osl_getProfileSectionEntries() argument 838 if (MaxLen != 0) in osl_getProfileSectionEntries() 842 if ((n + pSec->m_Entries[i].m_Len + 1) < MaxLen) in osl_getProfileSectionEntries() [all …]
|
| /AOO41X/main/sal/osl/unx/ |
| H A D | profile.c | 485 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 D | process.c | 136 sal_Bool osl_getFullPath(const sal_Char* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen);
|
| /AOO41X/main/sal/inc/osl/ |
| H A D | profile.h | 69 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);
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | pdfwriter.hxx | 385 sal_Int32 MaxLen; // maximum field length in characters, 0 means unlimited member 392 MaxLen( 0 ) in EditWidget()
|
| /AOO41X/main/toolkit/source/helper/ |
| H A D | formpdfexport.cxx | 465 pEditWidget->MaxLen = nMaxTextLength; in describePDFControl()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 443 aEditBox.MaxLen = 100; in doTestCode() 12089 rNewWidget.m_nMaxLen = rEdit.MaxLen; in createControl()
|