Searched refs:LineNo (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/solenv/bin/modules/ |
| H A D | ExtensionsLst.pm | 68 my $LineNo = 0; 161 die "unsupported operator $operator on line $LineNo"; 164 die "no right side in condition on line $LineNo ($term)" if ! defined $right; 216 die "can not handle left hand side $left on line $LineNo"; 221 die "syntax error in expression on line $LineNo"; 277 die "invalid expression syntax on line $LineNo ($expression)"; 304 die "invalid URL protocol on line $LineNo:\n$line\n" if $protocol !~ /(file|http|https)/; 331 die "invalid URL at line $LineNo:\n$line\n"; 367 ++$LineNo;
|
| /trunk/main/sal/osl/unx/ |
| H A D | profile.c | 151 static sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo); 152 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo); 1563 static sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo) in insertLine() argument 1591 LineNo = LineNo > pProfile->m_NoLines ? pProfile->m_NoLines : LineNo; in insertLine() 1593 if (LineNo < pProfile->m_NoLines) in insertLine() 1598 memmove(&pProfile->m_Lines[LineNo + 1], &pProfile->m_Lines[LineNo], in insertLine() 1599 (pProfile->m_NoLines - LineNo) * sizeof(sal_Char *)); in insertLine() 1607 if (pSec->m_Line >= LineNo) in insertLine() 1611 if (pSec->m_Entries[n].m_Line >= LineNo) in insertLine() 1618 pProfile->m_Lines[LineNo] = strdup(Line); in insertLine() [all …]
|
| /trunk/main/sal/osl/os2/ |
| H A D | profile.c | 163 …ic const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo); 164 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo); 1486 …tic const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo) in insertLine() argument 1511 LineNo = LineNo > pProfile->m_NoLines ? pProfile->m_NoLines : LineNo; in insertLine() 1513 if (LineNo < pProfile->m_NoLines) in insertLine() 1518 memmove(&pProfile->m_Lines[LineNo + 1], &pProfile->m_Lines[LineNo], in insertLine() 1519 (pProfile->m_NoLines - LineNo) * sizeof(sal_Char *)); in insertLine() 1526 if (pSec->m_Line >= LineNo) in insertLine() 1530 if (pSec->m_Entries[n].m_Line >= LineNo) in insertLine() 1537 pProfile->m_Lines[LineNo] = strdup(Line); in insertLine() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 157 …nst sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo); 158 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo); 1569 …tic const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo) in insertLine() argument 1597 LineNo = LineNo > pProfile->m_NoLines ? pProfile->m_NoLines : LineNo; in insertLine() 1599 if (LineNo < pProfile->m_NoLines) in insertLine() 1604 memmove(&pProfile->m_Lines[LineNo + 1], &pProfile->m_Lines[LineNo], in insertLine() 1605 (pProfile->m_NoLines - LineNo) * sizeof(sal_Char *)); in insertLine() 1613 if (pSec->m_Line >= LineNo) in insertLine() 1617 if (pSec->m_Entries[n].m_Line >= LineNo) in insertLine() 1624 pProfile->m_Lines[LineNo] = strdup(Line); in insertLine() [all …]
|