Home
last modified time | relevance | path

Searched refs:nRight (Results 151 – 175 of 244) sorted by relevance

12345678910

/aoo41x/main/sfx2/inc/sfx2/sidebar/
H A DLayouter.hxx50 const sal_Int32 nRight);
/aoo41x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx736 const long nRight = (pThisCell->Frm().*fnRectX->fnGetRight)(); in SetAttributes() local
738 const TableColumnsMapEntry::const_iterator aRightIter = rCols.find( nRight ); in SetAttributes()
1243 const long nRight = (pCellFrm->Frm().*fnRect->fnGetRight)(); in BeginBlockStructureElements() local
1244 rCols.insert( nRight ); in BeginBlockStructureElements()
H A Dinftxt.cxx1432 nRight = 0; in CtorInitTxtFormatInfo()
1552 nRight = rInf.nRight; in SwTxtFormatInfo()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.hxx56 const sal_Int32 nRight,
/aoo41x/main/tools/source/generic/
H A Dsvborder.cxx43 nRight = aOuter.Right() - aInner.Right(); in SvBorder()
/aoo41x/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()
/aoo41x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx797 const int nRight = mnGlyphCount - 1; local
798 nOldWidth -= mpGlyphAdvances[ nRight ];
799 nNewWidth -= mpGlyphAdvances[ nRight ];
803 for( i = 0; i < nRight; ++i )
809 for( i = 0; (i < nRight) && (nStretchable > 0); ++i )
/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2285 sal_uInt16& nRight, in GetMarginsFromContext() argument
2303 pCntxt->GetMargins( nLeft, nRight, nIndent ); in GetMarginsFromContext()
2312 sal_uInt16& nRight, in GetMarginsFromContextWithNumBul() argument
2315 sal_Bool bRet = GetMarginsFromContext( nLeft, nRight, nIndent ); in GetMarginsFromContextWithNumBul()
/aoo41x/main/svx/source/table/
H A Dtablecolumn.hxx59 …_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom…
H A Dtablerow.hxx62 …_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom…
/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx793 sal_uInt16 nTop, nLeft, nBottom, nRight; in ReadPixMapEtc() local
794 *pPict >> nTop >> nLeft >> nBottom >> nRight; in ReadPixMapEtc()
795 *pSrcRect = Rectangle( (sal_uLong)nLeft, (sal_uLong)nTop, (sal_uLong)nRight, (sal_uLong)nBottom ); in ReadPixMapEtc()
/aoo41x/main/sw/source/ui/inc/
H A Dfrmmgr.hxx107 long nRight = LONG_MAX );
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx1883 long nRight = rRect.Right(); in ImplDrawButtonRect() local
1894 while ( i < nRight-3 ) in ImplDrawButtonRect()
1902 if ( (i < nEx1) || ((i > nEx2 ) && (i < nRight-3)) ) in ImplDrawButtonRect()
3833 long nRight; in CalcWindowSizePixel() local
3837 ImplCalcBorder( eAlign, sal_False, nLeft, nTop, nRight, nBottom ); in CalcWindowSizePixel()
3838 aSize.Width() += nLeft+nRight; in CalcWindowSizePixel()
/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx1049 long nRight = pView->GetGridWidth(eHWhich) - aPixRect.Right(); in SetEditEngine() local
1050 nSizeXPix = aPixRect.GetWidth() + 2 * Min( nLeft, nRight ); in SetEditEngine()
1188 SCCOL nRight = nLeft + VisibleCellsX(eHWhich); in EditGrowX() local
1215 while (aArea.GetWidth() + 0 < nTextWidth && ( nEditStartCol > nLeft || nEditEndCol < nRight ) ) in EditGrowX()
1225 if ( nEditEndCol < nRight ) in EditGrowX()
1273 while (aArea.GetWidth() + 0 < nTextWidth && nEditEndCol < nRight) in EditGrowX()
/aoo41x/main/sot/source/sdstor/
H A Dstgelem.hxx126 sal_Int32 nRight; // 48 right node entry member in StgEntry
/aoo41x/main/editeng/inc/editeng/
H A Dlrspitem.hxx78 SvxLRSpaceItem( const long nLeft, const long nRight,
/aoo41x/main/sc/source/ui/inc/
H A Dpreview.hxx85 long nRight[ MAXCOL+1 ]; member in ScPreview
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3528 xub_StrLen nRight = 0; in GetSmartTagTerm() local
3530 ++nRight; in GetSmartTagTerm()
3536 ExtendSelection( sal_True, nLen - nLeft - nRight ); in GetSmartTagTerm()
3540 …StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen - nLe… in GetSmartTagTerm()
/aoo41x/main/sdext/source/presenter/
H A DPresenterPaneContainer.hxx129 const double nRight,
H A DPresenterScreen.hxx223 const double nRight,
/aoo41x/main/sc/inc/
H A Dcursuno.hxx81 sal_Int32 nRight, sal_Int32 nBottom )
/aoo41x/main/vcl/source/control/
H A Dimgctrl.cxx181 aRect.nRight--; in Paint()
/aoo41x/main/starmath/inc/
H A Drect.hxx135 void SetRight(long nRight);

Completed in 269 milliseconds

12345678910