Searched refs:nTopPos (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | gctable.cxx | 226 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()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 551 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()
|
/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 1859 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 1321 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 D | tabview.cxx | 2289 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()
|
/aoo42x/main/svtools/source/control/ |
H A D | valueset.cxx | 1124 long nTopPos = rTopRect.Top(); in ImplScroll() local 1125 if ( (rPos.Y() >= nTopPos) && (rPos.Y() <= nTopPos+nScrollOffset) ) in ImplScroll()
|
Completed in 53 milliseconds