Home
last modified time | relevance | path

Searched refs:nBottom (Results 26 – 50 of 166) sorted by relevance

1234567

/aoo41x/main/sw/source/core/layout/
H A Dtabfrm.cxx207 void MA_FASTCALL SwInvalidateAll( SwFrm *pFrm, long nBottom );
208 void MA_FASTCALL lcl_RecalcRow( SwRowFrm& rRow, long nBottom );
213 long nBottom,
1447 sal_Bool bAll = LONG_MAX == nBottom; in SwInvalidatePositions()
1470 void MA_FASTCALL SwInvalidateAll( SwFrm *pFrm, long nBottom ) in SwInvalidateAll() argument
1473 sal_Bool bAll = LONG_MAX == nBottom; in SwInvalidateAll()
1537 bool bAll = LONG_MAX == nBottom; in CalcLowers()
1625 long nBottom, in lcl_InnerCalcLayout() argument
1629 sal_Bool bAll = LONG_MAX == nBottom; in lcl_InnerCalcLayout()
1693 while( lcl_InnerCalcLayout( &rRow, nBottom ) ) in lcl_RecalcRow()
[all …]
H A Dpaintfrm.cxx2556 const SwTwips nBottom = aBorderRect._Bottom(); in Insert() local
4945 SwTwips nBottom = 0; in PaintColLines() local
4950 nBottom = nTop / 2; nTop -= nBottom; break; in PaintColLines()
4952 nBottom = nTop; nTop = 0; break; in PaintColLines()
4961 if( nBottom ) in PaintColLines()
5215 while( nY <= nBottom ) in PaintGrid()
6195 const SwTwips nBottom= aOut.Bottom(); in PaintSubsidiaryLines() local
6198 const Point aRB( nRight, nBottom ); in PaintSubsidiaryLines()
6199 const Point aLB( aOut.Left(), nBottom ); in PaintSubsidiaryLines()
6251 if ( aOriginal.Bottom() == nBottom ) in PaintSubsidiaryLines()
[all …]
/aoo41x/main/vcl/source/control/
H A Dcombobox.cxx130 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplCalcEditHeight() local
131 GetBorder( nLeft, nTop, nRight, nBottom ); in ImplCalcEditHeight()
132 mnDDHeight = (sal_uInt16)(mpSubEdit->GetTextHeight() + nTop + nBottom + 4); in ImplCalcEditHeight()
643 long nBottom = aOutSz.Height(); in Resize() local
660 mpBtn->SetPosSizePixel( aContent.Left(), nTop, aContent.getWidth(), (nBottom-nTop) ); in Resize()
683 mpBtn->SetPosSizePixel( aOutSz.Width() - nSBWidth, nTop, nSBWidth, (nBottom-nTop) ); in Resize()
1146 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcAdjustedSize() local
1147 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1148 aSz.Height() -= nTop+nBottom; in CalcAdjustedSize()
1162 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
H A Dlstbox.cxx124 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplInit() local
125 GetBorder( nLeft, nTop, nRight, nBottom ); in ImplInit()
126 mnDDHeight = (sal_uInt16)(GetTextHeight() + nTop + nBottom + 4); in ImplInit()
688 long nBottom = aOutSz.Height(); in Resize() local
708 mpBtn->SetPosSizePixel( aContent.Left(), nTop, aContent.Right(), (nBottom-nTop) ); in Resize()
1430 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcAdjustedSize() local
1431 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1432 aSz.Height() -= nTop+nBottom; in CalcAdjustedSize()
1445 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
/aoo41x/main/svtools/source/edit/
H A Dsvmedit.cxx1278 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcMinimumSize() local
1279 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcMinimumSize()
1281 aSz.Height() += nTop+nBottom; in CalcMinimumSize()
1289 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcAdjustedSize() local
1290 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1294 long nHeight = aSz.Height() - nTop - nBottom; in CalcAdjustedSize()
1301 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
1310 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcSize() local
1311 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcSize()
1313 aSz.Height() += nTop+nBottom; in CalcSize()
/aoo41x/main/editeng/source/misc/
H A Dtxtrange.cxx149 long nBottom; member in SvxBoundArgs
197 nTop( rRange.Min() ), nBottom( rRange.Max() ), in SvxBoundArgs()
216 nLower = nBottom + nLowDiff; in SvxBoundArgs()
249 NotePoint( Cut( nBottom, rLst, rNxt ) ); in CheckCut()
257 nYps = CalcMax( rLst, rNxt, nBottom, nLower ); in CheckCut()
621 if( nB >= nBottom ) in Area()
/aoo41x/main/svtools/source/contnr/
H A Dtooltiplbox.cxx49 sal_uInt16 nBottom = nTop + rListBox.GetDisplayLineCount(); in lcl_ToolTipLBox_ShowToolTip() local
52 for( nPos = nTop; nPos < nBottom; ++nPos ) in lcl_ToolTipLBox_ShowToolTip()
60 if( nPos < nBottom ) in lcl_ToolTipLBox_ShowToolTip()
H A Dimivctl2.cxx126 …xIconChoiceCtrlEntry* IcnCursor_Impl::SearchCol(sal_uInt16 nCol,sal_uInt16 nTop,sal_uInt16 nBottom, in SearchCol() argument
170 if( nTop > nBottom ) in SearchCol()
173 nTop = nBottom; in SearchCol()
174 nBottom = nTemp; in SearchCol()
184 if( nY >= nTop && nY <= nBottom ) in SearchCol()
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx1090 long nBottom; in ImplDrawSplit() local
1107 nBottom = pItems[i].mnLeft+pItems[i].mnWidth-1; in ImplDrawSplit()
1189 long nBottom; in ImplTestSplit() local
1210 nBottom = pItems[i].mnLeft+pItems[i].mnWidth-1; in ImplTestSplit()
1215 nBottom = pItems[i].mnTop+pItems[i].mnHeight-1; in ImplTestSplit()
1219 if ( (nMPos1 >= nTop) && (nMPos1 <= nBottom) && in ImplTestSplit()
1913 long nBottom = rRect.Bottom(); in ImplDrawButtonRect() local
1924 while ( i < nBottom-3 ) in ImplDrawButtonRect()
1932 if ( (i < nEx1) || ((i > nEx2 ) && (i < nBottom-3)) ) in ImplDrawButtonRect()
3834 long nBottom; in CalcWindowSizePixel() local
[all …]
H A Ddockmgr.cxx199 sal_Int32 nLeft, nTop, nRight, nBottom; in IMPL_LINK() local
200 GetBorder( nLeft, nTop, nRight, nBottom ); in IMPL_LINK()
202 aBorderRect.nBottom = aBorderRect.nTop + nTop; in IMPL_LINK()
688 aRect.nBottom -= POPUP_DRAGBORDER; in DrawGrip()
716 aRect.nBottom = aRect.nTop; in DrawGrip()
722 aRect.nTop++; aRect.nBottom++; in DrawGrip()
731 aRect.nBottom = aRect.nTop; in DrawGrip()
747 aRect.nBottom+=2; in DrawGrip()
/aoo41x/main/extensions/source/propctrlr/
H A Dinspectorhelpwindow.cxx81 sal_Int32 nTop(0), nBottom(0), nDummy(0); in impl_getHelpTextBorderHeight() local
82 m_aHelpText.GetBorder( nDummy, nTop, nDummy, nBottom ); in impl_getHelpTextBorderHeight()
83 return nTop + nBottom; in impl_getHelpTextBorderHeight()
/aoo41x/main/svx/inc/svx/
H A Dpagectrl.hxx47 long nBottom; member in SvxPageWindow
97 void SetBottom( long nNew ) { nBottom = nNew; } in SetBottom()
105 long GetBottom() const { return nBottom;} in GetBottom()
/aoo41x/main/sw/source/core/objectpositioning/
H A Dtolayoutanchoredobjectposition.cxx140 const long nBottom = GetAnchorFrm().Frm().Top() + in CalcPosition() local
142 if ( nAnchorBottom < nBottom ) in CalcPosition()
145 FindBodyCont()->Grow( nBottom - nAnchorBottom ); in CalcPosition()
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.cxx519 long nBottom = lcl_GetValue( aBottomMF, eUnit ); in IMPL_LINK() local
521 if(bZoom && ( ( ( aOrigSize.Height() - (nTop + nBottom )) * nHeightZoom) in IMPL_LINK()
529 ( aPageSize.Height() * 100 / nHeightZoom + nBottom); in IMPL_LINK()
536 nBottom = aOrigSize.Height() - in IMPL_LINK()
538 aBottomMF.SetValue( aWidthMF.Normalize( nBottom ), eUnit ); in IMPL_LINK()
542 aExampleWN.SetBottom( nBottom ); in IMPL_LINK()
/aoo41x/main/sw/source/ui/uiview/
H A Dview.cxx1180 nBottom= rUserData.GetToken(0, ';', nPos ).ToInt32(); in ReadUserData() local
1183 if ( nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserData()
1187 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserData()
1291 long nRight = bBrowse ? LONG_MIN : rVis.Right(), nBottom = bBrowse ? LONG_MIN : rVis.Bottom(); in ReadUserDataSequence() local
1338 pValue->Value >>= nBottom; in ReadUserDataSequence()
1339 nBottom = MM100_TO_TWIP( nBottom ); in ReadUserDataSequence()
1373 if (nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserDataSequence()
1376 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserDataSequence()
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.cxx179 const sal_Int32 nBottom, in DrawVerticalLine() argument
197 Point(nX+nXOffset, nBottom)); in DrawVerticalLine()
206 nBottom), in DrawVerticalLine()
/aoo41x/main/vcl/win/source/window/
H A Dsalobj.cxx747 long nBottom = nY + nHeight; in UnionClipRegion() local
754 pBoundRect->bottom = nBottom; in UnionClipRegion()
768 if ( nBottom > pBoundRect->bottom ) in UnionClipRegion()
769 pBoundRect->bottom = (int)nBottom; in UnionClipRegion()
775 pRect->bottom = (int)nBottom; in UnionClipRegion()
/aoo41x/main/vcl/source/gdi/
H A Doutdev6.cxx83 const long nBottom = aDstRect.Bottom(); in DBG_NAMEEX() local
87 const long nEndY = ImplLogicYToDevicePixel( nBottom ); in DBG_NAMEEX()
98 while( ( nY += nDistY ) <= nBottom ) in DBG_NAMEEX()
955 const long nBottom = nY + nHeight - 1L; in ImplDrawBitmapWallpaper() local
981 for( long nBmpY = nStartY; nBmpY <= nBottom; nBmpY += nBmpHeight ) in ImplDrawBitmapWallpaper()
1273 const sal_uInt32 nBottom(std::min(nMaxY, nY + nLen)); in DrawCheckered() local
1276 DrawRect(Rectangle(nX, nY, nRight, nBottom)); in DrawCheckered()
/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx993 long nBottom = maViewPos.Y() + maViewSize.Height(); in ArrangeGUIElements() local
1002 nBottom -= maScrBarWH.Height(); in ArrangeGUIElements()
1004 Point(nLocalLeft,nBottom), in ArrangeGUIElements()
1015 Size (maScrBarWH.Width(),nBottom-nTop)); in ArrangeGUIElements()
1027 mpScrollBarBox->SetPosSizePixel(Point(nRight, nBottom), maScrBarWH); in ArrangeGUIElements()
1050 aRulerSize.Height() = nBottom - nTop; in ArrangeGUIElements()
1069 Size(nRight-nLeft,nBottom-nTop)); in ArrangeGUIElements()
/aoo41x/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx199 sal_Int32 nTop = 0, nBottom = 0, nLeft = 0, nRight = 0; in ContextFilter() local
202 pPMPaddingBottom->maValue >>= nBottom; in ContextFilter()
206 if( (nTop == nBottom) && (nBottom == nLeft) && (nLeft == nRight) ) in ContextFilter()
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx533 if (nTop > nBottom) in Normalize()
536 nTop = nBottom; in Normalize()
537 nBottom = nTmp; in Normalize()
2428 sal_Int32 nRight, sal_Int32 nBottom) in getCellRangeByPosition() argument
2434 if(pFmt && nRight < USHRT_MAX && nBottom < USHRT_MAX && in getCellRangeByPosition()
2435 nLeft <= nRight && nTop <= nBottom && in getCellRangeByPosition()
2436 nLeft >= 0 && nRight >= 0 && nTop >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
2443 aDesc.nBottom = nBottom; in getCellRangeByPosition()
3665 nLeft <= nRight && nTop <= nBottom in getCellRangeByPosition()
3666 && nLeft >= 0 && nRight >= 0 && nTop >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
[all …]
/aoo41x/main/svx/source/table/
H A Dtablecolumn.cxx115 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOut… in getCellRangeByPosition() argument
118 if( (nTop >= 0 ) && (nLeft == 0) && (nBottom >= nTop) && (nRight == 0) ) in getCellRangeByPosition()
120 return mxTableModel->getCellRangeByPosition( mnColumn, nTop, mnColumn, nBottom ); in getCellRangeByPosition()
H A Dcellcursor.cxx52 …onst TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in CellCursor() argument
53 : CellCursorBase( xTable, nLeft, nTop, nRight, nBottom ) in CellCursor()
74 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOut… in getCellRangeByPosition() argument
76 return CellRange::getCellRangeByPosition( nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx840 sal_uInt16 nBottom = 0; in PutToDoc() local
858 nBottom = 50; in PutToDoc()
860 nBottom = 20; in PutToDoc()
884 aLine.SetOutWidth(nBottom); in PutToDoc()
1276 sal_uInt16 nBottom = 0; in LoadPatternCollection() local
1298 nBottom = 50; in LoadPatternCollection()
1300 nBottom = 20; in LoadPatternCollection()
1925 sal_uInt16 nBottom = 0; in LoadColAttr() local
1947 nBottom = 50; in LoadColAttr()
1949 nBottom = 20; in LoadColAttr()
[all …]
/aoo41x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1048 … sal_Int32 nLeft, nTop, nRight, nBottom, ptlReferenceX, ptlReferenceY, nGfxMode, nXScale, nYScale; in ReadEnhWMF() local
1054 *pWMF >> nLeft >> nTop >> nRight >> nBottom >> nGfxMode >> nXScale >> nYScale in ReadEnhWMF()
1413 sal_Int32 nLeft, nTop, nRight, nBottom; in ReadHeader() local
1423 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader()
1427 rclBounds.Bottom() = nBottom; in ReadHeader()
1431 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader()
1435 rclFrame.Bottom() = nBottom; in ReadHeader()

Completed in 379 milliseconds

1234567