Home
last modified time | relevance | path

Searched refs:nLineW (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/table/
H A Dsvdotable.cxx1872 long nLineW = rTopLine.GetWidth(); in lcl_VertLineEnds() local
1873 if (nLineW >= 2) in lcl_VertLineEnds()
1878 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()
1888 long nLineW = rBottomLine.GetWidth(); in lcl_VertLineEnds() local
1889 if (nLineW >= 2) in lcl_VertLineEnds()
1894 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1334 long nLineW = rTopLine.GetWidth(); in lcl_VertLineEnds() local
1335 if (nLineW >= 2) in lcl_VertLineEnds()
1340 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()
1350 long nLineW = rBottomLine.GetWidth(); in lcl_VertLineEnds() local
1351 if (nLineW >= 2) in lcl_VertLineEnds()
1356 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds()

Completed in 32 milliseconds