Home
last modified time | relevance | path

Searched refs:nRight (Results 26 – 50 of 244) sorted by relevance

12345678910

/aoo41x/main/sw/source/ui/frmdlg/
H A Dwrap.cxx505 SwTwips nRight; in ActivatePage() local
510 nRight = aVal.nMaxWidth - aVal.nWidth; in ActivatePage()
516 nLeft = nRight = ( nLeft + nRight ) / 2; in ActivatePage()
523 nLeft = nRight; in ActivatePage()
537 nLeft += nRight; in ActivatePage()
542 nRight = nLeft; in ActivatePage()
546 aRightMarginED.SetMax(aRightMarginED.Normalize(nRight), FUNIT_TWIP); in ActivatePage()
H A Dcolumn.cxx1065 long nRight = nColWidth[nFirstVis + nOffset + 1]; in IMPL_LINK() local
1066 if(nLeft + nRight + 2 * MINLAY < nDiff) in IMPL_LINK()
1067 nDiff = nLeft + nRight - 2 * MINLAY; in IMPL_LINK()
1068 if(nDiff < nRight - MINLAY) in IMPL_LINK()
1070 nRight -= nDiff; in IMPL_LINK()
1074 long nTemp = nDiff - nRight + MINLAY; in IMPL_LINK()
1075 nRight = MINLAY; in IMPL_LINK()
1089 nColWidth[nFirstVis + nOffset + 1] = nRight; in IMPL_LINK()
1093 pColMgr->SetColWidth( nFirstVis + nOffset + 1, sal_uInt16(nRight) ); in IMPL_LINK()
/aoo41x/main/editeng/inc/editeng/
H A Dtxtrange.hxx62 sal_uInt16 nRight; // Abstand Kontur-Text member in TextRanger
80 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,
84 sal_uInt16 GetRight() const { return nRight; } in GetRight()
92 sal_Bool HasBorder() const { return nRight || nLeft; } in HasBorder()
/aoo41x/main/vcl/source/gdi/
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 Dregion.cxx586 const long nRight(std::max(rRect.Left(), rRect.Right())); in Union() local
593 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
679 const long nRight(std::max(rRect.Left(), rRect.Right())); in Intersect() local
686 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
760 const long nRight(std::max(rRect.Left(), rRect.Right())); in Exclude() local
767 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
845 const long nRight(std::max(rRect.Left(), rRect.Right())); in XOr() local
852 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()
/aoo41x/main/svx/source/items/
H A Dalgitem.cxx547 sal_Int16 nRight, in SvxMarginItem() argument
554 nRightMargin ( nRight ), in SvxMarginItem()
653 sal_Int16 nRight; in Create() local
657 rStream >> nRight; in Create()
659 return new SvxMarginItem( nLeft, nTop, nRight, nBottom, Which() ); in Create()
751 sal_Bool SvxMarginItem::SetRightMargin( sal_Int16 nRight ) in SetRightMargin() argument
753 nRightMargin = nRight; in SetRightMargin()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1499 if ( nRight < (aBound.*fnRect->fnGetLeft)() || in InitAnchoredObjList()
2087 SwTwips nRight = (pCurrFrm->*fnRect->fnGetPrtRight)(); in CalcRightMargin()
2091 (aLine.*fnRect->fnSetRight)( nRight ); in CalcRightMargin()
2164 if( nRight > nFlyRight ) in CalcRightMargin()
2165 nRight = nFlyRight; in CalcRightMargin()
2170 (rFly.*fnRect->fnSetRight)( nRight ); in CalcRightMargin()
2386 long nRight = nCurrRight - nFlyRight; in _GetSurroundForTextWrap() local
2389 if( nLeft < nRight ) in _GetSurroundForTextWrap()
2392 nRight = 0; in _GetSurroundForTextWrap()
2396 if( nRight < TEXT_MIN ) in _GetSurroundForTextWrap()
[all …]
H A Dfrmcrsr.cxx1506 SwTwips nCenter = ( nLeft + nRight ) / 2; in FillCrsrPos()
1524 rRect.Left( nRight ); in FillCrsrPos()
1546 if( rFill.X() >= nRight ) in FillCrsrPos()
1552 rRect.Left( nRight ); in FillCrsrPos()
1560 if( !rFill.bEmpty || nIndent > nRight ) in FillCrsrPos()
1622 if( nRightTab > nRight ) in FillCrsrPos()
1623 nRightTab = nRight; in FillCrsrPos()
1664 if( nRightTab >= nRight ) in FillCrsrPos()
1667 rRect.Left( nRight ); in FillCrsrPos()
1684 if( nRightTab >= nRight ) in FillCrsrPos()
[all …]
/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx253 rDesc.nTop = rDesc.nLeft = rDesc.nBottom = rDesc.nRight = -1; in FillRangeDescriptor()
255 lcl_GetCellPosition( aBRName, rDesc.nRight, rDesc.nBottom ); in FillRangeDescriptor()
260 rDesc.nRight != -1, in FillRangeDescriptor()
912 aLabelDesc.nRight = oi; in Impl_createDataSource()
917 aDataDesc.nRight = oi; in Impl_createDataSource()
924 aLabelDesc.nRight = aLabelDesc.nLeft; in Impl_createDataSource()
1471 if (aDesc.nTop != aDesc.nBottom && aDesc.nLeft != aDesc.nRight) in Impl_createDataSequenceByRangeRepresentation()
2228 sal_Int32 nColSpan = aDesc.nRight - aDesc.nLeft + 1; in generateLabel()
2842 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo()
2845 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
[all …]
/aoo41x/main/sw/source/core/bastyp/
H A Dtabcol.cxx36 nRight( 0 ), in SwTabCols()
47 nRight( rCpy.GetRight() ), in SwTabCols()
72 nRight = rCpy.GetRight(); in operator =()
88 nRight == rCmp.GetRight() && in operator ==()
/aoo41x/main/sw/inc/
H A Dswrect.hxx54 inline void Right( const long nRight );
116 void _Right( const long nRight );
135 void SetRightAndWidth( long nRight, long nNew );
205 inline void SwRect::Right( const long nRight ) in Right() argument
207 m_Size.setWidth(nRight - m_Point.getX() + 1); in Right()
H A Dtabcol.hxx58 nRight, //Rechter Rand der Tabelle. member in SwTabCols
91 long GetRight() const { return nRight; } in GetRight()
96 void SetRight ( long nNew ) { nRight = nNew; } in SetRight()
/aoo41x/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx407 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize() local
408 Layouter::SetRight(*mpFtCategory, nRight); in Resize()
409 Layouter::SetRight(*mpFtLeadZeroes, nRight); in Resize()
410 Layouter::SetRight(*mpBtnNegRed, nRight); in Resize()
411 Layouter::SetRight(*mpBtnThousand, nRight); in Resize()
H A DAlignmentPropertyPanel.cxx647 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize() local
648 Layouter::SetRight(*mpFtRotate, nRight); in Resize()
649 Layouter::SetRight(*mpCBXWrapText, nRight); in Resize()
650 Layouter::SetRight(*mpCBXMergeCell, nRight); in Resize()
651 Layouter::SetRight(*mpCbStacked, nRight); in Resize()
/aoo41x/main/editeng/source/misc/
H A Dtxtrange.cxx50 nRight( nRght ), in TextRanger()
555 long nRight = (*pLongArr)[ i++ ]; in Concat() local
566 while( nRightPos < nOldCount && nRight >= (*pOld)[ nRightPos ] ) in Concat()
589 if( ++nRight >= ( nOld = (*pOld)[ nLeftPos ] ) ) in Concat()
592 (*pOld)[ nLeftPos - 1 ] = nRight; in Concat()
598 if( nRight > (*pOld)[ nRightPos - 1 ] ) in Concat()
599 (*pOld)[ nRightPos - 1 ] = nRight; in Concat()
/aoo41x/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx1100 double nRight = aWindowBox.Width; in UpdateBorders() local
1110 nRight - aSize.Width,0, nRight, aWindowBox.Height); in UpdateBorders()
1111 nRight -= aSize.Width + nGap; in UpdateBorders()
1121 nRight - aSize.Width,0, nRight, aWindowBox.Height); in UpdateBorders()
1122 nRight -= aSize.Width + nGap; in UpdateBorders()
1126 const double nPagerWidth (nRight); in UpdateBorders()
1128 0,0, nRight, aWindowBox.Height); in UpdateBorders()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx34 sal_uInt32 nRight = getEntryCount();
36 while (nRight - nLeft > 1)
38 sal_uInt32 nMiddle = (nLeft + nRight) / 2;
47 nRight = nMiddle;
/aoo41x/main/sot/source/sdstor/
H A Dstgelem.cxx296 nRight = 0; in Init()
349 case STG_RIGHT: n = nRight; break; in GetLeaf()
361 case STG_RIGHT: nRight = nPage; break; in SetLeaf()
424 >> nRight // 48 right node entry in Load()
465 << nRight // 48 right node entry in Store()
H A Dstgdir.cxx119 sal_Int32 nLeft = STG_FREE, nRight = STG_FREE, nDown = STG_FREE; in Enum() local
127 ((StgDirEntry*) pRight)->Enum( n ); nRight = ((StgDirEntry*) pRight)->nEntry; in Enum()
134 aSave.SetLeaf( STG_RIGHT, nRight ); in Enum()
882 sal_Int32 nRight = pCur->aEntry.GetLeaf( STG_RIGHT ); in SetupEntry() local
896 if( nLeaf != 0 && nLeft != 0 && nRight != 0 ) in SetupEntry()
911 SetupEntry( nRight, pUpper, nEntryCount, nDepth+1); in SetupEntry()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.hxx304 inline void SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent );
307 inline void GetMargins( sal_uInt16& nLeft, sal_uInt16& nRight,
593 sal_Bool GetMarginsFromContext( sal_uInt16 &nLeft, sal_uInt16 &nRight, short& nIndent,
595 sal_Bool GetMarginsFromContextWithNumBul( sal_uInt16 &nLeft, sal_uInt16 &nRight,
974 inline void _HTMLAttrContext::SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, in SetMargins() argument
978 nRightMargin = nRight; in SetMargins()
984 sal_uInt16& nRight, in GetMargins() argument
990 nRight = nRightMargin; in GetMargins()
H A Dhtmlctxt.cxx574 sal_uInt16 nLeft = nOldLeft, nRight = nOldRight; in InsertAttrs() local
576 pContext->GetMargins( nLeft, nRight, nIndent ); in InsertAttrs()
602 nRight = 0; in InsertAttrs()
604 nRight = nOldRight + static_cast< sal_uInt16 >(rPropInfo.nRightMargin); in InsertAttrs()
610 pContext->SetMargins( nLeft, nRight, nIndent ); in InsertAttrs()
616 aLRItem.SetRight( nRight ); in InsertAttrs()
/aoo41x/main/svx/inc/svx/
H A Drulritem.hxx191 nRight; // Rechter Rand bei Tabelle; bei Spalten immer gleich member in SvxColumnItem
217 sal_uInt16 nLeft, sal_uInt16 nRight = 0); // Tabelle mit Raendern
234 void SetRight(long right) { nRight = right; } in SetRight()
241 long GetRight() { return nRight; } in GetRight()
/aoo41x/main/sw/source/core/inc/
H A Ddrawfont.hxx63 long nRight; member in SwDrawTextInfo
147 nRight = 0; in SwDrawTextInfo()
276 return nRight; in GetRight()
462 nRight = nNew; in SetRight()
/aoo41x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx506 sal_Int32 nLeft = 0,nRight = 0; in fillJoinedColumns_throw() local
525 nRight = aRightIter->second.nPosition; in fillJoinedColumns_throw()
531 nRight = aRightIter->second.nPosition; in fillJoinedColumns_throw()
535 m_aJoinedKeyColumns[nLeft] = nRight; in fillJoinedColumns_throw()
537 m_aJoinedColumns[nLeft] = nRight; in fillJoinedColumns_throw()
539 m_aJoinedKeyColumns[nRight] = nLeft; in fillJoinedColumns_throw()
541 m_aJoinedColumns[nRight] = nLeft; in fillJoinedColumns_throw()
/aoo41x/main/sd/source/ui/func/
H A Dfupage.cxx509 sal_Int32 nLeft = -1, nRight = -1, nUpper = -1, nLower = -1; in ApplyItemSet() local
541 nRight = ((const SvxLRSpaceItem*) pPoolItem)->GetRight(); in ApplyItemSet()
543 if( mpPage->GetLftBorder() != nLeft || mpPage->GetRgtBorder() != nRight ) in ApplyItemSet()
584 nRight = mpPage->GetRgtBorder(); in ApplyItemSet()
594 …mpDrawViewShell->SetPageSizeAndBorder(ePageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAl… in ApplyItemSet()

Completed in 188 milliseconds

12345678910