Home
last modified time | relevance | path

Searched refs:nRight (Results 76 – 100 of 244) sorted by relevance

12345678910

/aoo41x/main/sw/source/core/text/
H A Ditrtxt.hxx135 SwTwips nRight; member in SwTxtMargin
148 inline void Right( const SwTwips nNew ) { nRight = nNew; } in Right()
159 inline SwTwips Right() const { return nRight; } in Right()
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()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx452 long nRight = pCol->GetRight(); in SetColumns() local
453 nRight *= nFrmWidth; in SetColumns()
454 nRight /= nWishSum; in SetColumns()
455 pCol->SetRight((sal_uInt16)nRight); in SetColumns()
H A Dfrmmgr.cxx554 void SwFlyFrmAttrMgr::SetLRSpace( long nLeft, long nRight ) in SetLRSpace() argument
556 ASSERT( LONG_MAX != nLeft && LONG_MAX != nRight, "Welchen Raend setzen?" ); in SetLRSpace()
561 if( LONG_MAX != nRight ) in SetLRSpace()
562 aTmp.SetRight( sal_uInt16(nRight) ); in SetLRSpace()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx263 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
269 nRight = it->nPropValue; in Commit()
275 rProps.GetOpt( ESCHER_Prop_geoRight, nRight ); in Commit()
279 … OString::valueOf(sal_Int32(sal_Int32( nRight ) - sal_Int32( nLeft ))))); in Commit()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews3.cxx542 long nRight = Max(0L, rLRSpace.GetRight() + aPagePos.X() + in ExecRuler() local
554 nLeft, nRight); in ExecRuler()
557 pPage->SetRgtBorder(nRight); in ExecRuler()
568 nLeft, nRight); in ExecRuler()
571 pPage->SetRgtBorder(nRight); in ExecRuler()
/aoo41x/main/svx/source/dialog/
H A Dsvxruler.cxx2092 long nRight = GetMargin2()-lMinFrame; // rechter Begrenzer in DragBorders() local
2098 nRight = pBorders[i].nPos - lMinFrame; in DragBorders()
3913 sal_uInt16 nRight; in CalcPropMaxRight() local
3916 nRight=0; in CalcPropMaxRight()
3917 while(!(*pColumnItem)[nRight].bVisible) in CalcPropMaxRight()
3918 nRight++; in CalcPropMaxRight()
3921 nRight=GetActRightColumn(sal_False, nActCol); in CalcPropMaxRight()
3923 if(nRight!=USHRT_MAX) in CalcPropMaxRight()
3925 lWidth=pBorders[nRight].nPos-lOldPos; in CalcPropMaxRight()
3926 lOldPos=pBorders[nRight].nPos; in CalcPropMaxRight()
[all …]
H A Dpagectrl.cxx76 nRight ( 0 ), in SvxPageWindow()
211 long nR = nRight; in DrawPage()
216 nL = nRight; in DrawPage()
/aoo41x/main/vcl/inc/vcl/
H A Dregband.hxx129 bool IsInside( long nLeft, long nRight );
130 bool IsOver( long nLeft, long nRight );
/aoo41x/main/svx/inc/svx/
H A Dcolrctrl.hxx116 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument
117 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
/aoo41x/main/sfx2/source/sidebar/
H A DLayouter.cxx59 const sal_Int32 nRight) in SetRight() argument
63 nRight-rControl.GetPosPixel().X(),0, in SetRight()
H A DGridLayouter.cxx553 const sal_Int32 nRight (nX + iColumn->GetWidth()); in Paint() local
554 const sal_Int32 nLeft (nRight - iColumn->GetRightPadding()); in Paint()
557 nRight,aParentSize.Height())); in Paint()
/aoo41x/main/oox/source/export/
H A Dvmlexport.cxx398 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
404 nRight = it->nPropValue; in Commit()
410 rProps.GetOpt( ESCHER_Prop_geoRight, nRight ); in Commit()
414 OStringBuffer( 20 ).append( sal_Int32( nRight ) - sal_Int32( nLeft ) ) in Commit()
/aoo41x/main/sw/source/ui/uiview/
H A Dview.cxx1179 nRight = rUserData.GetToken(0, ';', nPos ).ToInt32(), in ReadUserData() local
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
1332 pValue->Value >>= nRight; in ReadUserDataSequence()
1333 nRight = MM100_TO_TWIP( nRight ); in ReadUserDataSequence()
1376 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserDataSequence()
/aoo41x/main/svx/source/table/
H A Dcellrange.hxx43 …CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_In…
55 …_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom…
H A Dcellcursor.hxx47 …CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, s…
52 …_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom…
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx600 long nRight = nScrX + aOutputData.GetScrW() - aOne.Width(); in DrawToDev() local
607 pDev->DrawLine( Point(nRight,nScrY), Point(nRight,nBottom) ); in DrawToDev()
611 pDev->DrawLine( Point(nScrX,nScrY), Point(nRight,nScrY) ); in DrawToDev()
649 rParam.nRight = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_FillHFParam()
777 rParam.nLeft - rParam.nRight ) * 100 / nZoom; in UpdateHFHeight()
1262 long nRight = 0; in DrawBorder() local
1270 nRight += (long) ( pShadow->CalcShadowSpace(SHADOW_RIGHT) * nScaleX ); in DrawBorder()
1275 Size(nScrW-nLeft-nRight, nScrH-nTop-nBottom) ); in DrawBorder()
1281 nRight += (long) ( lcl_LineTotal(pBorderData->GetRight()) * nScaleX / 2 ); in DrawBorder()
1286 long nEffWidth = nScrW - nLeft - nRight; in DrawBorder()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Ddwfunctr.hxx143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument
144 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
/aoo41x/main/sw/inc/
H A Dhtmltbl.hxx285 inline void SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight );
480 void SwHTMLTableLayout::SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetInhBorderWidths() argument
483 nInhRightBorderWidth = nRight; in SetInhBorderWidths()
/aoo41x/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx887 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize() local
888 Layouter::SetRight(*mpFTFillColor, nRight); in Resize()
889 Layouter::SetRight(*mpFTCellBorder, nRight); in Resize()
890 Layouter::SetRight(*mpCBXShowGrid, nRight); in Resize()
/aoo41x/main/vcl/workben/
H A Dvcldemo.cxx168 DrawLine( Point(r.nLeft, r.nTop+i), Point(r.nRight, r.nBottom-i) ); in Paint()
170 DrawLine( Point(r.nLeft+i, r.nBottom), Point(r.nRight-i, r.nTop) ); in Paint()
/aoo41x/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx199 sal_Int32 nTop = 0, nBottom = 0, nLeft = 0, nRight = 0; in ContextFilter() local
204 pPMPaddingRight->maValue >>= nRight; in ContextFilter()
206 if( (nTop == nBottom) && (nBottom == nLeft) && (nLeft == nRight) ) in ContextFilter()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx2554 const SwTwips nRight = aBorderRect._Right(); in Insert() local
2596 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
5010 SwTwips nRight = aInter.Left() + aInter.Width(); in PaintGrid() local
5027 while( nY > nRight ) in PaintGrid()
5156 sal_Bool bRight = nGridRight <= nRight; in PaintGrid()
5172 while( aVert.Left() <= nRight ) in PaintGrid()
6194 const SwTwips nRight = aOut.Right(); in PaintSubsidiaryLines() local
6197 const Point aRT( nRight, aOut.Top() ); in PaintSubsidiaryLines()
6198 const Point aRB( nRight, nBottom ); in PaintSubsidiaryLines()
6238 if ( aOriginal.Right() == nRight ) in PaintSubsidiaryLines()
[all …]
/aoo41x/main/editeng/source/items/
H A Dsvxfont.cxx95 long nRight = nLeft + rSize.Width(); in DrawArrow() local
102 nRight = rRect.Right(); in DrawArrow()
110 Point aTmp( bLeft ? nLeft : nRight, nMid ); in DrawArrow()
111 Point aNxt( bLeft ? nRight : nLeft, nTop ); in DrawArrow()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx445 long nLeft, nTop, nRight, nBottom; in ImplDrawGradientBackground() local
464 aBottomLineSz.Width() += TB_BORDER_OFFSET1 + nRight; in ImplDrawGradientBackground()
764 long nRight = 0; in ImplCalcSize() local
798 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2397 long nRight; in ImplFormat() local
2515 nRight = TB_BORDER_OFFSET2 + mnRightBorder; in ImplFormat()
2522 nRight = 0; in ImplFormat()
2526 nRight+= mnBorderX; in ImplFormat()
2534 long nWinWidth = mnDX - nLeft - nRight; in ImplFormat()
3257 aInnerRect.nRight-=1; in ImplDrawMenubutton()
[all …]

Completed in 185 milliseconds

12345678910