Home
last modified time | relevance | path

Searched refs:nTopPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dgctable.cxx226 sal_uInt16 nBtmPos, nTopPos, in lcl_GC_Line_Border() local
231 *pTopBox = &aTop.GetBox( nSttTop++, &nTopPos ); in lcl_GC_Line_Border()
251 if( !nTopEndPos ) nTopEndPos = nTopPos; in lcl_GC_Line_Border()
258 if( nTopPos <= nBtmEndPos ) in lcl_GC_Line_Border()
276 nTopPos = nBtmPos; in lcl_GC_Line_Border()
279 if( nTopPos == nBtmPos ) in lcl_GC_Line_Border()
285 pTopBox = &aTop.GetBox( nSttTop++, &nTopPos ); in lcl_GC_Line_Border()
288 else if( nTopPos < nBtmPos ) in lcl_GC_Line_Border()
292 pTopBox = &aTop.GetBox( nSttTop++, &nTopPos ); in lcl_GC_Line_Border()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx551 nTopPos = aLbTblDbColumn.GetTopEntry(); in IMPL_LINK() local
559 aLbTblDbColumn.SetTopEntry( nTopPos ); in IMPL_LINK()
569 nTopPos = aLbTableCol.GetTopEntry(); in IMPL_LINK() local
595 aLbTableCol.SetTopEntry( nTopPos ); in IMPL_LINK()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1859 long nTopPos = rTop.Y(); in lcl_VertLineEnds() local
1876 aTriangle[0] = Point( nTopLeft, nTopPos ); // wie aPoints[0] in lcl_VertLineEnds()
1877 aTriangle[1] = Point( nTopRight, nTopPos ); // wie aPoints[1] in lcl_VertLineEnds()
1878 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1321 long nTopPos = rTop.Y(); in lcl_VertLineEnds() local
1338 aTriangle[0] = Point( nTopLeft, nTopPos ); // wie aPoints[0] in lcl_VertLineEnds()
1339 aTriangle[1] = Point( nTopRight, nTopPos ); // wie aPoints[1] in lcl_VertLineEnds()
1340 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()
H A Dtabview.cxx2289 SCROW nTopPos = aViewData.GetPosY(SC_SPLIT_BOTTOM); in FreezeSplitters() local
2297 nTopPos = aViewData.GetPosY(SC_SPLIT_TOP); in FreezeSplitters()
2324 aViewData.SetPosY(SC_SPLIT_TOP, nTopPos); in FreezeSplitters()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1124 long nTopPos = rTopRect.Top(); in ImplScroll() local
1125 if ( (rPos.Y() >= nTopPos) && (rPos.Y() <= nTopPos+nScrollOffset) ) in ImplScroll()

Completed in 72 milliseconds