Searched refs:insertLine (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 874 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 1); in insertVerticalLine() 879 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 0); in insertHorizontalLine() 882 …protected Rectangle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, in… in insertLine() method in ReportBuilderLayouter
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 151 static sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo); 740 if (((pStr = insertLine(pProfile, Line, i)) == NULL) || in osl_writeProfileString() 1563 static sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 LineNo) in insertLine() function
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 163 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… 615 if (((pStr = insertLine(pProfile, Line, i)) == NULL) || in osl_writeProfileString() 1486 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… in insertLine() function
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 157 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32… 660 if (((pStr = insertLine(pProfile, Line, i)) == NULL) || in osl_writeProfileString() 1621 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… in insertLine() function
|
Completed in 38 milliseconds