Home
last modified time | relevance | path

Searched refs:insertLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java874 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
/trunk/main/sal/osl/unx/
H A Dprofile.c151 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
/trunk/main/sal/osl/os2/
H A Dprofile.c163 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
/trunk/main/sal/osl/w32/
H A Dprofile.cxx157 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 50 milliseconds