Searched refs:addLine (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 93 void addLine( sal_uInt16 &rLine, const SwTableBoxes&, const SwSelBoxes*, 186 addLine( nCnt, rLines[nLine]->GetTabBoxes(), 0, rTable.IsNewModel() ); in TableStructure() 234 addLine( nCnt, rLines[nLine]->GetTabBoxes(), in TableStructure() 258 void TableStructure::addLine( sal_uInt16 &rLine, const SwTableBoxes& rBoxes, in addLine() function in __anon0a6f651b0111::TableStructure 385 addLine( nLine, pLine->GetTabBoxes(), 0, rTable.IsNewModel() ); in moreLines()
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 150 static sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 701 addLine(pProfile, Line); in osl_writeProfileString() 708 if (((pStr = addLine(pProfile, Line)) == NULL) || in osl_writeProfileString() 1522 static sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line) in addLine() function 1891 bWasAdded = addLine( pProfile, pLine ); in loadProfile()
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 162 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 582 addLine(pProfile, Line); in osl_writeProfileString() 589 if (((pStr = addLine(pProfile, Line)) == NULL) || in osl_writeProfileString() 1456 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line) in addLine() function 1773 if (! addLine(pProfile, Line)) in loadProfile()
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 156 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line); 627 addLine(pProfile, Line); in osl_writeProfileString() 634 if (((pStr = addLine(pProfile, Line)) == NULL) || in osl_writeProfileString() 1580 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line) in addLine() function 1940 if (! addLine(pProfile, Line)) in loadProfile()
|
Completed in 38 milliseconds