Home
last modified time | relevance | path

Searched refs:nRight (Results 201 – 225 of 244) sorted by relevance

12345678910

/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx4042 …sal_uInt16 nRight = (sal_uInt16)_xBI->nextCharacters( *pParaPortion->GetNode(), nChar, aLocale, ::… in GetChar() local
4043 …sal_uInt16 nLeft = (sal_uInt16)_xBI->previousCharacters( *pParaPortion->GetNode(), nRight, aLocale… in GetChar()
4044 if ( ( nLeft != nChar ) && ( nRight != nChar ) ) in GetChar()
4046 … nChar = ( Abs( nRight - nChar ) < Abs( nLeft - nChar ) ) ? nRight : nLeft; in GetChar()
H A Deditdoc.cxx1615 sal_uInt16 nRight = GetPos( pRight ); in ConnectParagraphs() local
1616 Remove( nRight ); in ConnectParagraphs()
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindow.cxx940 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplCalcWindowSize() local
941 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplCalcWindowSize()
942 aSz.Width() += nLeft+nRight; in ImplCalcWindowSize()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx864 aContentRect.nLeft = aContentRect.nRight; in startPreview()
865 aContentRect.nRight += aContentRect.nRight; in startPreview()
/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx771 long nRight = nLeft + (long)nWidth; in lcl_ProcessBoxSet() local
779 else if ( nRight >= (rParm.rOld[i] - COLFUZZY) && in lcl_ProcessBoxSet()
780 nRight <= (rParm.rOld[i] + COLFUZZY) ) in lcl_ProcessBoxSet()
/aoo41x/main/sw/source/core/text/
H A Dfrmform.cxx573 SwTwips nRight = aLine.Right(); in GetTabStopInfo() local
577 const SvxTabStop *pTS = aLine.GetLineInfo().GetTabStop( CurrentPos, nRight ); in GetTabStopInfo()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx561 …SvxIconChoiceCtrlEntry* SearchRow(sal_uInt16 nRow,sal_uInt16 nRight,sal_uInt16 nLeft,sal_uInt16 nP…
H A Dimivctl1.cxx1639 long nRight = GetEntryBoundRect(pEntry).Right(); in CheckHorScrollBar() local
1640 if( nRight > nWidth ) in CheckHorScrollBar()
1642 if( nRight > nMostRight ) in CheckHorScrollBar()
1643 nMostRight = nRight; in CheckHorScrollBar()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx784 SwTwips nRight = aRect.Right() - nThick; in WritePlc() local
787 rWrt.MiserableRTLFrmFmtHack(nLeft, nRight, rFrmFmt); in WritePlc()
794 SwWW8Writer::WriteLong(*rWrt.pTableStrm, nRight); in WritePlc()
H A Dww8par6.cxx382 sal_Int32 nRight = rSection.maSep.rgdxaColumnWidthSpacing[nIdx+1]/2; in SetCols() local
384 + nLeft + nRight; in SetCols()
387 pCol->SetRight(writer_cast<sal_uInt16>(nRight)); in SetCols()
/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx2452 int nLeft=0,nRight=0; in EndElement() local
2469 nRight=1; in EndElement()
2480 int nRelArrSize = nSize-nLeft-nRight; in EndElement()
/aoo41x/main/vcl/source/gdi/
H A Doutdev.cxx533 long nWidth = rRect.nRight - rRect.nLeft; in ImplReMirror()
540 rRect.nRight = rRect.nLeft + nWidth; in ImplReMirror()
/aoo41x/main/vcl/source/control/
H A Dtabctrl.cxx1549 aRect.nRight+=2; in PreNotify()
1560 aRect.nRight+=2; in PreNotify()
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx1773 const SwTwips nRight = VisArea().Right(); in CheckInvalidForPaint() local
1776 (pPage->Frm().Left() > nRight))) in CheckInvalidForPaint()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx343 aRect.nRight++; in MapRectangle()
733 aRect.nRight++; in WriteOpcode_ClipRect()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx447 aOutRect.nRight -= nHorzBorder; in Paint()
/aoo41x/main/sw/source/core/doc/
H A Dpoolfmt.cxx113 const long nRight = rLR.GetRight(); in lcl_GetRightMargin() local
115 return nWidth - nLeft - nRight; in lcl_GetRightMargin()
/aoo41x/main/sw/source/core/inc/
H A Dframe.hxx932 void SetRightAndWidth( long nRight, long nWidth );
/aoo41x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx919 maOutRect.nRight = maOutRect.nLeft + nWidth - 1; in Paint()
/aoo41x/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx347 aBoundingBox.nRight = aPos.X + aSize.Width; in CreateListOfVisibleShapes()
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx399 aTagRect.nRight = aTagRect.nLeft + width - 1; in InsertAnnotation()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx2703 const long nRight = (pTab->Prt().*fnRect->fnGetHeight)(); in GetTabRows() local
2704 const long nRightMax = bVert ? nRight : LONG_MAX; in GetTabRows()
2708 rFill.SetRight( nRight ); in GetTabRows()
/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx3204 const sal_uInt16 nRight = (sal_uInt16)((SwBorderAttrs*)pAttrs)->CalcRight( this ); in Format() local
3212 (this->*fnRect->fnSetXMargins)( nLeft, nRight ); in Format()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltab.cxx652 sal_uInt16 nLeft, sal_uInt16 nRight,
2804 sal_uInt16 nLeft, sal_uInt16 nRight, in SetTable() argument
2812 nRightMargin = nRight; in SetTable()
/aoo41x/main/sw/source/ui/docvw/
H A Dedtwin.cxx1010 long nRight = Min( aBoundRect.Right() - aTmp.Right(), aSnap.Width() ); in ChangeFly() local
1029 nRight = aSnap.Width(); // kein break in ChangeFly()
1031 case MOVE_RIGHT_BIG: aTmp.Left( aTmp.Left() + nRight ); in ChangeFly()

Completed in 420 milliseconds

12345678910