Home
last modified time | relevance | path

Searched refs:nLeft (Results 1 – 25 of 258) sorted by last modified time

1234567891011

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx885 aContentRect.nLeft = 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()
203 aBorderRect.nLeft += nLeft; in IMPL_LINK()
689 aRect.nLeft+=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
754 long nLeft = 0; in ImplCalcSize() local
790 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2388 long nLeft; in ImplFormat() local
2469 nLeft = 0; in ImplFormat()
2474 nLeft += mnBorderX; in ImplFormat()
2512 nLeft = 0; in ImplFormat()
2517 nLeft += mnBorderX; in ImplFormat()
2735 nX = nLeft; in ImplFormat()
3248 aInnerRect.nLeft+=2; 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()
674 m.translate( maBoundRect.nLeft, maBoundRect.nTop ); in Impl_addGradient()
H A Dswfwriter1.cxx1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1546 aRect.nLeft-=2; in PreNotify()
1557 aRect.nLeft-=2; in PreNotify()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx471 long nLeft = pCol->GetLeft(); in SetColumns() local
472 nLeft *= nFrmWidth; in SetColumns()
473 nLeft /= nWishSum; in SetColumns()
474 pCol->SetLeft((sal_uInt16)nLeft); in SetColumns()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3788 long nLeft = nDistX; in ImplDrawStraightTextLine() local
3984 const long& nLeft = nDistX; in ImplDrawStrikeoutLine() local
7631 long nLeft = 0; in GetTextBoundRect() local
7638 for( nLeft = 0; nLeft < nW; ++nLeft ) in GetTextBoundRect()
7641 if( nLeft < nW ) in GetTextBoundRect()
7655 if( nRight < nLeft ) in GetTextBoundRect()
7658 nRight = nLeft; in GetTextBoundRect()
7659 nLeft = nX; in GetTextBoundRect()
7666 for( nX = 0; nX < nLeft; ++nX ) in GetTextBoundRect()
7669 nLeft = nX; in GetTextBoundRect()
[all …]
H A Dbitmap3.cxx1492 nLeft = bHMirr ? ( nX + 1 ) : nX; in ImplScaleSuper()
1502 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1503 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1643 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1644 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1793 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1794 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1937 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
1938 … nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
2076 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper()
[all …]
H A Dbitmap.cxx1391 const long nLeft = aRect.Left(); in CreateRegion() local
1407 long nX(nLeft); in CreateRegion()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2644 const SwTwips nLeft = aBorderRect._Left(); in Insert() local
2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2667 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
2668 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert()
2687 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
H A Dlayact.cxx1548 const SwTwips nLeft = aSpaceToPrevPage.Left() - nHalfDocBorder; in FormatLayout() local
1549 if ( nLeft >= 0 ) in FormatLayout()
1550 aSpaceToPrevPage.Left( nLeft ); in FormatLayout()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx202 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
225 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
240 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
248 if( nLeft >= nRight && in CtorInitTxtMargin()
256 nLeft = pFrm->Prt().Left() + pFrm->Frm().Left(); in CtorInitTxtMargin()
258 nRight = nLeft + 1; // einen goennen wir uns immer in CtorInitTxtMargin()
262 nFirst = nLeft; in CtorInitTxtMargin()
332 nFirst = nLeft + nFirstLineOfs; in CtorInitTxtMargin()
1792 SwTwips nLeft = (aRect.*fnRect->fnGetLeft)(); in FillSelection() local
1820 aPoint.Y() = nLeft; in FillSelection()
[all …]
H A Dtxtfly.cxx2201 if( nLeft > nFlyLeft ) in CalcLeftMargin()
2202 nLeft = rFly.Left(); in CalcLeftMargin()
2205 (aLine.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2248 if ( nLeft <= nTmpRight ) in CalcLeftMargin()
2249 nLeft = nTmpRight; in CalcLeftMargin()
2255 (rFly.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2395 if( nLeft < nRight ) in _GetSurroundForTextWrap()
2396 nLeft = 0; in _GetSurroundForTextWrap()
2400 if( nLeft < TEXT_MIN ) in _GetSurroundForTextWrap()
2401 nLeft = 0; in _GetSurroundForTextWrap()
[all …]
H A Dpormulti.cxx710 KSHORT nLeft = 0; // the space in front of the first letter in _Adjust() local
716 case 2: nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); break; in _Adjust()
743 nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); in _Adjust()
749 if( nLeft || nRight ) in _Adjust()
754 if( nLeft ) in _Adjust()
756 pMarg->AddPrtWidth( nLeft ); in _Adjust()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx119 sal_uInt16 nLeft; member
1069 xub_StrLen nLeft = 0; in GetCorrection() local
1071 ++nLeft; in GetCorrection()
1077 aPos.nContent = nBegin + nLeft; in GetCorrection()
1083 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetCorrection()
1213 xub_StrLen nLeft = 0; in GetGrammarCorrection() local
1215 ++nLeft; in GetGrammarCorrection()
1227 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetGrammarCorrection()
1492 aAdd.nLeft = nStart; 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()
593 TextNode* pLeft = mpDoc->GetNodes().GetObject( nLeft ); in ImpConnectParagraphs()
597 InsertUndo( new TextUndoConnectParas( this, nLeft, pLeft->GetText().Len() ) ); in ImpConnectParagraphs()
600 TEParaPortion* pLeftPortion = mpTEParaPortions->GetObject( nLeft ); in ImpConnectParagraphs()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4046 …sal_uInt16 nLeft = (sal_uInt16)_xBI->previousCharacters( *pParaPortion->GetNode(), nRight, aLocale… in GetChar() local
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 Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… 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.cxx610 rAnchorRect.nLeft = maCellRect.nLeft + GetTextLeftDistance(); in TakeTextAnchorRect()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1819 sal_Int32 nLeft = rNewBorderRect.Left(); in ScaleObjects() local
1834 if (nLeft < 0) in ScaleObjects()
1836 nLeft = GetLftBorder(); in ScaleObjects()
1851 Point aBackgroundPos(nLeft, nUpper); in ScaleObjects()
1857 aBackgroundSize.Width() -= nLeft + nRight; in ScaleObjects()
2057 aNewPos.X() = long((aTopLeft.X() - GetLftBorder()) * (double)aFractX) + nLeft; in ScaleObjects()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1848 const int nLeft = pReadPtr[2]; in getGlyphSID() local
1849 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1851 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
1857 const int nLeft = (pReadPtr[2]<<8) + pReadPtr[3]; in getGlyphSID() local
1858 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1860 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
/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
961 nLeftMargin = nLeft; in SetMargins()
967 inline void _HTMLAttrContext::GetMargins( sal_uInt16& nLeft, in GetMargins() argument
973 nLeft = nLeftMargin; in GetMargins()
H A Dswhtml.cxx4225 sal_uInt16 nLeft=0, nRight=0; in NewDefList() local
4227 GetMarginsFromContext( nLeft, nRight, nIndent ); in NewDefList()
4239 nLeft = nLeft + static_cast< sal_uInt16 >(rLRSpace.GetTxtLeft()); in NewDefList()
4242 pCntxt->SetMargins( nLeft, nRight, nIndent ); in NewDefList()
4556 sal_uInt16 nLeft=0, nRight=0; in SetTxtCollAttrs() local
4559 nLeftMargin = nLeft; in SetTxtCollAttrs()
4583 sal_Int32 nLeft = pLRItem->GetTxtLeft(); in SetTxtCollAttrs() local
4594 nLeft -= rDTLRSpace.GetTxtLeft(); in SetTxtCollAttrs()
4599 nLeft = 0; in SetTxtCollAttrs()
4891 sal_uInt16 nLeft=0, nRight=0; in InsertSpacer() local
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx425 sal_Int32 nLeft (mpPage1OpenRB->GetPosPixel().X() + nIndent); in AssistentDlgImpl() local
428 Point(nLeft, mpPage1OpenPB->GetPosPixel().Y()), in AssistentDlgImpl()
431 Point(nLeft, mpPage1OpenLB->GetPosPixel().Y()), in AssistentDlgImpl()

Completed in 376 milliseconds

1234567891011