Home
last modified time | relevance | path

Searched refs:nRight (Results 51 – 75 of 244) sorted by relevance

12345678910

/aoo41x/main/sw/inc/
H A Dfmtclds.hxx42 sal_uInt16 nRight; //Rechter Rand member in SwColumn
54 void SetRight( sal_uInt16 nNew ) { nRight = nNew; } in SetRight()
60 sal_uInt16 GetRight() const { return nRight; } in GetRight()
/aoo41x/main/svx/inc/svx/
H A Dpagectrl.hxx49 long nRight; member in SvxPageWindow
99 void SetRight( long nNew ) { nRight = nNew; } in SetRight()
107 long GetRight() const { return nRight; } in GetRight()
/aoo41x/main/sw/source/core/layout/
H A Dcolfrm.cxx409 const sal_uInt16 nRight = pC->GetRight(); in AdjustColumns() local
412 aLR.SetRight( nRight ); in AdjustColumns()
418 aLR.SetRight( Max( nRight, nMin ) ); in AdjustColumns()
427 aLR.SetRight( Max( nRight, nMin ) ); in AdjustColumns()
/aoo41x/main/vcl/source/window/
H A Ddockmgr.cxx199 sal_Int32 nLeft, nTop, nRight, nBottom; in IMPL_LINK() local
200 GetBorder( nLeft, nTop, nRight, nBottom ); in IMPL_LINK()
204 aBorderRect.nRight -= nRight; in IMPL_LINK()
690 aRect.nRight-=3; in DrawGrip()
713 aRect.nLeft+=2; aRect.nRight-=2; in DrawGrip()
739 aRect.nLeft = (aRect.nLeft + aRect.nRight - width) / 2; in DrawGrip()
740 aRect.nRight = aRect.nLeft + width; in DrawGrip()
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.cxx486 long nRight = lcl_GetValue( aRightMF, eUnit ); in IMPL_LINK() local
488 if(bZoom && ( ( ( aOrigSize.Width() - (nLeft + nRight )) * nWidthZoom ) in IMPL_LINK()
496 ( aPageSize.Width() * 100 / nWidthZoom + nRight ); in IMPL_LINK()
503 nRight = aOrigSize.Width() - in IMPL_LINK()
505 aRightMF.SetValue( aRightMF.Normalize( nRight ), eUnit ); in IMPL_LINK()
509 aExampleWN.SetRight(nRight); in IMPL_LINK()
/aoo41x/main/sw/source/core/text/
H A Ditrcrsr.cxx245 nRight = pFrm->Frm().Left() + pFrm->Prt().Left() + pFrm->Prt().Width(); in CtorInitTxtMargin()
247 if( nLeft >= nRight && in CtorInitTxtMargin()
256 if( nLeft >= nRight ) // z.B. bei grossen Absatzeinzuegen in schmalen Tabellenspalten in CtorInitTxtMargin()
257 nRight = nLeft + 1; // einen goennen wir uns immer in CtorInitTxtMargin()
345 if( nFirst >= nRight ) in CtorInitTxtMargin()
346 nFirst = nRight - 1; in CtorInitTxtMargin()
1789 SwTwips nRight = (aRect.*fnRect->fnGetRight)(); in FillSelection() local
1831 aPoint.Y() = nRight; in FillSelection()
1835 aPoint.X() = nRight; in FillSelection()
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.cxx140 const sal_Int32 nRight, in DrawHorizontalLine() argument
158 Point(nRight,nY+nYOffset)); in DrawHorizontalLine()
166 nRight, in DrawHorizontalLine()
/aoo41x/main/vcl/win/source/window/
H A Dsalobj.cxx746 long nRight = nX + nWidth; in UnionClipRegion() local
753 pBoundRect->right = nRight; in UnionClipRegion()
765 if ( nRight > pBoundRect->right ) in UnionClipRegion()
766 pBoundRect->right = (int)nRight; in UnionClipRegion()
774 pRect->right = (int)nRight; in UnionClipRegion()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsa.cxx523 long nRight, in SetupPage() argument
544 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage()
552 pPage->SetRgtBorder(nRight); in SetupPage()
579 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage()
586 pPage->SetRgtBorder(nRight); in SetupPage()
H A Dviewshel.cxx992 long nRight = maViewPos.X() + maViewSize.Width(); in ArrangeGUIElements() local
1005 Size(nRight-nLocalLeft-maScrBarWH.Width(),maScrBarWH.Height())); in ArrangeGUIElements()
1012 nRight -= maScrBarWH.Width(); in ArrangeGUIElements()
1014 Point(nRight,nTop), in ArrangeGUIElements()
1027 mpScrollBarBox->SetPosSizePixel(Point(nRight, nBottom), maScrBarWH); in ArrangeGUIElements()
1039 aRulerSize.Width() = nRight - nLeft; in ArrangeGUIElements()
1069 Size(nRight-nLeft,nBottom-nTop)); in ArrangeGUIElements()
/aoo41x/main/vcl/source/gdi/
H A Doutdev6.cxx82 const long nRight = aDstRect.Right(); in DBG_NAMEEX() local
85 const long nEndX = ImplLogicXToDevicePixel( nRight ); in DBG_NAMEEX()
106 while( ( nX += nDistX ) <= nRight ) in DBG_NAMEEX()
954 const long nRight = nX + nWidth - 1L; in ImplDrawBitmapWallpaper() local
982 for( long nBmpX = nStartX; nBmpX <= nRight; nBmpX += nBmpWidth ) in ImplDrawBitmapWallpaper()
1269 const sal_uInt32 nRight(std::min(nMaxX, nX + nLen)); in DrawCheckered() local
1276 DrawRect(Rectangle(nX, nY, nRight, nBottom)); in DrawCheckered()
H A Dregband.cxx857 bool ImplRegionBand::IsOver( long nLeft, long nRight ) in IsOver() argument
862 if ( (pSep->mnXLeft < nRight) && (pSep->mnXRight > nLeft) ) in IsOver()
873 bool ImplRegionBand::IsInside( long nLeft, long nRight ) in IsInside() argument
878 if ( (pSep->mnXLeft >= nLeft) && (nRight <= pSep->mnXRight) ) in IsInside()
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
199 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences()
204 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx539 if (nLeft > nRight) in Normalize()
542 nLeft = nRight; in Normalize()
543 nRight = 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()
2445 aDesc.nRight = nRight; in getCellRangeByPosition()
3665 nLeft <= nRight && nTop <= nBottom in getCellRangeByPosition()
3666 && nLeft >= 0 && nRight >= 0 && nTop >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dtabsh.cxx270 SwTwips nRight = aLRSpace.GetRight(); in lcl_TableParamToItemSet() local
271 SwTwips nDiff = pRep->GetSpace() - nRight - nLeft - nWidth; in lcl_TableParamToItemSet()
277 case text::HoriOrientation::CENTER: nLeft = nRight = nLR / 2; in lcl_TableParamToItemSet()
279 case text::HoriOrientation::LEFT: nRight = nLR; nLeft = 0; in lcl_TableParamToItemSet()
281 case text::HoriOrientation::RIGHT: nLeft = nLR, nRight = 0; in lcl_TableParamToItemSet()
284 nRight = nLR - nLeft; in lcl_TableParamToItemSet()
288 nWidth = pRep->GetSpace() - nLeft - nRight; in lcl_TableParamToItemSet()
293 pRep->SetRightSpace(nRight); in lcl_TableParamToItemSet()
/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()
1280 aSz.Width() += nLeft+nRight; in CalcMinimumSize()
1289 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcAdjustedSize() local
1290 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1310 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcSize() local
1311 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcSize()
1312 aSz.Width() += nLeft+nRight; in CalcSize()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
206 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences()
211 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
/aoo41x/main/vcl/os2/source/gdi/
H A Dos2layout.cxx723 const int nRight = mnGlyphCount - 1; local
724 nOldWidth -= mpGlyphAdvances[ nRight ];
725 nNewWidth -= mpGlyphAdvances[ nRight ];
729 for( i = 0; i < nRight; ++i )
735 for( i = 0; (i < nRight) && (nStretchable > 0); ++i )
/aoo41x/main/svtools/source/contnr/
H A Dimivctl2.cxx201 …xIconChoiceCtrlEntry* IcnCursor_Impl::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRight, in SearchRow() argument
245 if( nRight < nLeft ) in SearchRow()
247 sal_uInt16 nTemp = nRight; in SearchRow()
248 nRight = nLeft; in SearchRow()
259 if( nX >= nLeft && nX <= nRight ) in SearchRow()
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx839 sal_uInt16 nRight = 0; in PutToDoc() local
854 nRight = 50; in PutToDoc()
856 nRight = 20; in PutToDoc()
881 aLine.SetOutWidth(nRight); in PutToDoc()
1275 sal_uInt16 nRight = 0; in LoadPatternCollection() local
1293 nRight = 50; in LoadPatternCollection()
1295 nRight = 20; in LoadPatternCollection()
1924 sal_uInt16 nRight = 0; in LoadColAttr() local
1942 nRight = 50; in LoadColAttr()
1944 nRight = 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()
1426 rclBounds.Right() = nRight; in ReadHeader()
1431 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader()
1434 rclFrame.Right() = nRight; in ReadHeader()
/aoo41x/main/svx/source/table/
H A Dcellcursor.cxx52 …const 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 …rsor::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in getCellRangeByPosition() argument
76 return CellRange::getCellRangeByPosition( nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
H A Dtablerow.cxx185 …eRow::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in getCellRangeByPosition() argument
188 if( (nLeft >= 0 ) && (nTop == 0) && (nRight >= nLeft) && (nBottom == 0) ) in getCellRangeByPosition()
190 return mxTableModel->getCellRangeByPosition( nLeft, mnRow, nRight, mnRow ); in getCellRangeByPosition()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx202 const sal_Int32 nRight ( in PaintSide() local
206 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width()) in PaintSide()
210 … Size(std::min(aBitmapSize.Width(),static_cast<long>(nRight-nX+1)),aBitmapSize.Height()), in PaintSide()
/aoo41x/main/sdext/source/presenter/
H A DPresenterTextView.cxx1211 double nRight = nX + rCellBox.X2; in GetCharacterBounds() local
1214 const double nOldRight (nRight); in GetCharacterBounds()
1215 nRight = rLine.mnWidth - nLeft; in GetCharacterBounds()
1225 nLeft = nRight-2; in GetCharacterBounds()
1228 nRight = nLeft+2; in GetCharacterBounds()
1237 const sal_Int32 nX2 = sal_Int32(ceil(nRight)); in GetCharacterBounds()

Completed in 226 milliseconds

12345678910