Home
last modified time | relevance | path

Searched refs:nRight (Results 1 – 25 of 245) sorted by last modified time

12345678910

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx885 aContentRect.nLeft = aContentRect.nRight; in startPreview()
886 aContentRect.nRight += aContentRect.nRight; in startPreview()
/trunk/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()
H A Dtoolbox.cxx437 long nLeft, nTop, nRight, nBottom; in ImplDrawGradientBackground() local
456 aBottomLineSz.Width() += TB_BORDER_OFFSET1 + nRight; in ImplDrawGradientBackground()
756 long nRight = 0; in ImplCalcSize() local
790 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2389 long nRight; in ImplFormat() local
2507 nRight = TB_BORDER_OFFSET2 + mnRightBorder; in ImplFormat()
2514 nRight = 0; in ImplFormat()
2518 nRight+= mnBorderX; in ImplFormat()
2526 long nWinWidth = mnDX - nLeft - nRight; in ImplFormat()
3249 aInnerRect.nRight-=1; in ImplDrawMenubutton()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx261 if( rRect.nLeft < rRect.nRight ) in writeRect()
263 minX = rRect.nLeft; maxX = rRect.nRight; in writeRect()
267 maxX = rRect.nLeft; minX = rRect.nRight; in writeRect()
H A Dswfwriter1.cxx1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1547 aRect.nRight+=2; in PreNotify()
1558 aRect.nRight+=2; in PreNotify()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx475 long nRight = pCol->GetRight(); in SetColumns() local
476 nRight *= nFrmWidth; in SetColumns()
477 nRight /= nWishSum; in SetColumns()
478 pCol->SetRight((sal_uInt16)nRight); in SetColumns()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4533 int nRight = rSalLayout.GetTextWidth(); in ImplDrawRotateText() local
7632 long nRight = 0; in GetTextBoundRect() local
7649 for( nRight = nW; --nRight >= 0; ) in GetTextBoundRect()
7650 if( pAcc->GetPixel( nBottom, nRight ) == aBlack ) in GetTextBoundRect()
7652 if( nRight >= 0 ) in GetTextBoundRect()
7655 if( nRight < nLeft ) in GetTextBoundRect()
7657 long nX = nRight; in GetTextBoundRect()
7658 nRight = nLeft; in GetTextBoundRect()
7672 for( nX = nW; --nX > nRight; ) in GetTextBoundRect()
7675 nRight = nX; in GetTextBoundRect()
[all …]
H A Dbitmap3.cxx1493 nRight = bHMirr ? nX : ( nX + 1 ) ; in ImplScaleSuper()
1503 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1536 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1644 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1679 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1794 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1826 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
1938 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1970 nWeightX = pMapFX[ nRight ] ; in ImplScaleSuper()
2077 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
[all …]
H A Dbitmap.cxx1393 const long nRight = aRect.Right(); in CreateRegion() local
1409 for( ; nX <= nRight; ) in CreateRegion()
1411 while( ( nX <= nRight ) && ( aMatch != pReadAcc->GetPixel( nY, nX ) ) ) in CreateRegion()
1414 if( nX <= nRight ) in CreateRegion()
1419 while( ( nX <= nRight ) && ( aMatch == pReadAcc->GetPixel( nY, nX ) ) ) in CreateRegion()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2645 const SwTwips nRight = aBorderRect._Right(); in Insert() local
2687 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
5123 SwTwips nRight = aInter.Left() + aInter.Width(); in PaintGrid() local
5140 while( nY > nRight ) in PaintGrid()
5269 sal_Bool bRight = nGridRight <= nRight; in PaintGrid()
5285 while( aVert.Left() <= nRight ) in PaintGrid()
6321 const SwTwips nRight = aOut.Right(); in PaintSubsidiaryLines() local
6324 const Point aRT( nRight, aOut.Top() ); in PaintSubsidiaryLines()
6325 const Point aRB( nRight, nBottom ); in PaintSubsidiaryLines()
6365 if ( aOriginal.Right() == nRight ) in PaintSubsidiaryLines()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx246 nRight = pFrm->Frm().Left() + pFrm->Prt().Left() + pFrm->Prt().Width(); in CtorInitTxtMargin()
248 if( nLeft >= nRight && in CtorInitTxtMargin()
257 if( nLeft >= nRight ) // z.B. bei grossen Absatzeinzuegen in schmalen Tabellenspalten in CtorInitTxtMargin()
258 nRight = nLeft + 1; // einen goennen wir uns immer in CtorInitTxtMargin()
349 if( nFirst >= nRight ) in CtorInitTxtMargin()
350 nFirst = nRight - 1; in CtorInitTxtMargin()
1793 SwTwips nRight = (aRect.*fnRect->fnGetRight)(); in FillSelection() local
1835 aPoint.Y() = nRight; in FillSelection()
1839 aPoint.X() = nRight; in FillSelection()
H A Dtxtfly.cxx1505 if ( nRight < (aBound.*fnRect->fnGetLeft)() || in InitAnchoredObjList()
2093 SwTwips nRight = (pCurrFrm->*fnRect->fnGetPrtRight)(); in CalcRightMargin()
2097 (aLine.*fnRect->fnSetRight)( nRight ); in CalcRightMargin()
2170 if( nRight > nFlyRight ) in CalcRightMargin()
2171 nRight = nFlyRight; in CalcRightMargin()
2176 (rFly.*fnRect->fnSetRight)( nRight ); in CalcRightMargin()
2392 long nRight = nCurrRight - nFlyRight; in _GetSurroundForTextWrap() local
2395 if( nLeft < nRight ) in _GetSurroundForTextWrap()
2398 nRight = 0; in _GetSurroundForTextWrap()
2402 if( nRight < TEXT_MIN ) in _GetSurroundForTextWrap()
[all …]
H A Dfrmform.cxx573 SwTwips nRight = aLine.Right(); in GetTabStopInfo() local
577 const SvxTabStop *pTS = aLine.GetLineInfo().GetTabStop( CurrentPos, nRight ); in GetTabStopInfo()
H A Dpormulti.cxx711 KSHORT nRight = 0; // the space at the end of the last letter in _Adjust() local
715 case 1: nRight = static_cast<sal_uInt16>(nLineDiff / 2); // no break in _Adjust()
716 case 2: nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); break; in _Adjust()
742 nRight = static_cast<sal_uInt16>(nLineDiff / 2); in _Adjust()
743 nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); in _Adjust()
749 if( nLeft || nRight ) in _Adjust()
760 if( nRight ) in _Adjust()
763 pMarg->AddPrtWidth( nRight ); in _Adjust()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx120 sal_uInt16 nRight; member
1073 xub_StrLen nRight = 0; in GetCorrection() local
1075 ++nRight; in GetCorrection()
1081 ExtendSelection( sal_True, nLen - nLeft - nRight ); in GetCorrection()
1085 …StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen - nLe… in GetCorrection()
1217 xub_StrLen nRight = 0; in GetGrammarCorrection() local
1219 ++nRight; in GetGrammarCorrection()
1229 …StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen - nLe… in GetGrammarCorrection()
1493 aAdd.nRight = nEnd; in lcl_CollectDeletedRedlines()
1526 aRet.nLeft = aRet.nRight = STRING_MAXLEN; in lcl_FindNextDeletedRedline()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx589 TextPaM TextEngine::ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight ) in ImpConnectParagraphs() argument
591 DBG_ASSERT( nLeft != nRight, "Den gleichen Absatz zusammenfuegen ?" ); in ImpConnectParagraphs()
594 TextNode* pRight = mpDoc->GetNodes().GetObject( nRight ); in ImpConnectParagraphs()
601 TEParaPortion* pRightPortion = mpTEParaPortions->GetObject( nRight ); in ImpConnectParagraphs()
606 ImpParagraphRemoved( nRight ); in ImpConnectParagraphs()
610 mpTEParaPortions->Remove( nRight ); in ImpConnectParagraphs()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4045 …sal_uInt16 nRight = (sal_uInt16)_xBI->nextCharacters( *pParaPortion->GetNode(), nChar, aLocale, ::… in GetChar() local
4046 …sal_uInt16 nLeft = (sal_uInt16)_xBI->previousCharacters( *pParaPortion->GetNode(), nRight, aLocale… in GetChar()
4047 if ( ( nLeft != nChar ) && ( nRight != nChar ) ) in GetChar()
4049 … nChar = ( Abs( nRight - nChar ) < Abs( nLeft - nChar ) ) ? nRight : nLeft; in GetChar()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx455 …odel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom… in getCellRangeByPosition() argument
459 …if( (nLeft >= 0) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) && (nRight < getColumnCo… in getCellRangeByPosition()
462 return new CellRange( xModel, nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
H A Dcell.cxx611 rAnchorRect.nRight = maCellRect.nRight - GetTextRightDistance(); in TakeTextAnchorRect()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1820 sal_Int32 nRight = rNewBorderRect.Right(); in ScaleObjects() local
1838 if (nRight < 0) in ScaleObjects()
1840 nRight = GetRgtBorder(); in ScaleObjects()
1857 aBackgroundSize.Width() -= nLeft + nRight; in ScaleObjects()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx234 long nRight = pView->GetTab( pCursor, pNextItem )->GetPos() - 1; in CalcCellFocusRect() local
235 if ( nRight < rRect.Right() ) in CalcCellFocusRect()
236 rRect.Right() = nRight; in CalcCellFocusRect()
3451 long nRight = nTabPos + nOffset + nItemSize; in SetMostRight() local
3452 if( nRight > nMostRight ) in SetMostRight()
3454 nMostRight = nRight; in SetMostRight()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx302 inline void SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent );
305 inline void GetMargins( sal_uInt16& nLeft, sal_uInt16& nRight,
590 sal_Bool GetMarginsFromContext( sal_uInt16 &nLeft, sal_uInt16 &nRight, short& nIndent,
592 sal_Bool GetMarginsFromContextWithNumBul( sal_uInt16 &nLeft, sal_uInt16 &nRight,
959 inline void _HTMLAttrContext::SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent ) in SetMargins() argument
962 nRightMargin = nRight; in SetMargins()
968 sal_uInt16& nRight, in GetMargins() argument
974 nRight = nRightMargin; in GetMargins()
H A Dswhtml.cxx4225 sal_uInt16 nLeft=0, nRight=0; in NewDefList() local
4227 GetMarginsFromContext( nLeft, nRight, nIndent ); in NewDefList()
4242 pCntxt->SetMargins( nLeft, nRight, nIndent ); in NewDefList()
4556 sal_uInt16 nLeft=0, nRight=0; in SetTxtCollAttrs() local
4558 pCntxt->GetMargins( nLeft, nRight, nFirstLineIndent ); in SetTxtCollAttrs()
4560 nRightMargin = nRight; in SetTxtCollAttrs()
4584 sal_Int32 nRight = pLRItem->GetRight(); in SetTxtCollAttrs() local
4595 nRight -= rDTLRSpace.GetRight(); in SetTxtCollAttrs()
4600 nRight = 0; in SetTxtCollAttrs()
4891 sal_uInt16 nLeft=0, nRight=0; in InsertSpacer() local
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx787 sal_uInt32 nRight = 0; in ChangeMedium() local
829 nRight=1000; in ChangeMedium()
836 nRight=0; in ChangeMedium()
847 nRight=0; in ChangeMedium()
857 nRight=0; in ChangeMedium()
867 nRight=0; in ChangeMedium()
877 nRight=0; in ChangeMedium()
898 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium()
901 pPage->SetBorder(nLeft, nUpper, nRight, nLower); in ChangeMedium()
921 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium()
[all …]

Completed in 311 milliseconds

12345678910