Searched refs:nRealWidth (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/sw/source/core/text/ |
| H A D | itradj.cxx | 571 long nRealWidth; in CalcRightMargin() local 579 nRealWidth = nReal; in CalcRightMargin() 582 nRealWidth = GetLineWidth(); in CalcRightMargin() 587 nRealWidth - nPrtWidth, nLineHeight ); in CalcRightMargin() 589 SwFlyPortion *pFly = CalcFlyPortion( nRealWidth, aCurrRect ); in CalcRightMargin() 590 while( pFly && long( nPrtWidth )< nRealWidth ) in CalcRightMargin() 598 pFly = CalcFlyPortion( nRealWidth, aCurrRect ); in CalcRightMargin() 607 if( long( nPrtWidth )< nRealWidth ) in CalcRightMargin() 608 pRight->PrtWidth( KSHORT( nRealWidth - nPrtWidth ) ); in CalcRightMargin() 618 pCurrent->PrtWidth( KSHORT( nRealWidth ) ); in CalcRightMargin() [all …]
|
| H A D | inftxt.hxx | 546 KSHORT nRealWidth; // "echte" Zeilenbreite member in SwTxtFormatInfo 611 inline KSHORT RealWidth() const { return nRealWidth; } in RealWidth() 612 inline void RealWidth( const KSHORT nNew ) { nRealWidth = nNew; } in RealWidth()
|
| H A D | inftxt.cxx | 1434 nRealWidth = 0; in CtorInitTxtFormatInfo() 1515 nWidth = nRealWidth; in Init() 1554 nRealWidth = KSHORT(nActWidth); in SwTxtFormatInfo() 1555 nWidth = nRealWidth; in SwTxtFormatInfo()
|
| H A D | itrtxt.hxx | 219 SwFlyPortion *CalcFlyPortion( const long nRealWidth,
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svimpicn.cxx | 1694 void SvImpIconView::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument 1707 aPos.X() = nRealWidth; aPos.Y() = 0; in PositionScrollBars() 1733 long nRealWidth = aOSize.Width(); in AdjustScrollBars() local 1735 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars() 1741 if( nRealWidth > nVirtWidth ) in AdjustScrollBars() 1744 nVisibleWidth = nRealWidth; in AdjustScrollBars() 1762 nRealWidth -= nVerSBarWidth; in AdjustScrollBars() 1764 if( nRealWidth > nVirtWidth ) in AdjustScrollBars() 1767 nVisibleWidth = nRealWidth; in AdjustScrollBars() 1787 nRealWidth -= nVerSBarWidth; in AdjustScrollBars() [all …]
|
| H A D | svtreebx.cxx | 1981 long nRealWidth = pImp->GetOutputSize().Width(); in GetFocusRect() local 1982 nRealWidth -= GetMapMode().GetOrigin().X(); in GetFocusRect() 1997 nNextTabPos = nRealWidth; in GetFocusRect() 1998 if( nTabPos > nRealWidth ) in GetFocusRect() 2059 if( aRect.Right() >= nRealWidth ) in GetFocusRect() 2061 aRect.Right() = nRealWidth-1; in GetFocusRect() 2093 long nRealWidth = pImp->GetOutputSize().Width(); in GetItem_Impl() local 2094 nRealWidth -= GetMapMode().GetOrigin().X(); in GetItem_Impl() 2106 nNextTabPos = nRealWidth; in GetItem_Impl() 2107 if( nStart > nRealWidth ) in GetItem_Impl()
|
| H A D | imivctl1.cxx | 1436 void SvxIconChoiceCtrl_Impl::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument 1446 aPos.X() = nRealWidth; aPos.Y() = 0; in PositionScrollBars() 1463 long nRealWidth = aOSize.Width(); in AdjustScrollBars() local 1465 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars() 1471 if( nRealWidth > nVirtWidth ) in AdjustScrollBars() 1474 nVisibleWidth = nRealWidth; in AdjustScrollBars() 1494 nRealWidth -= nVerSBarWidth; in AdjustScrollBars() 1496 if( nRealWidth > nVirtWidth ) in AdjustScrollBars() 1499 nVisibleWidth = nRealWidth; in AdjustScrollBars() 1519 nRealWidth -= nVerSBarWidth; in AdjustScrollBars() [all …]
|
| H A D | imivctl.hxx | 235 void PositionScrollBars( long nRealWidth, long nRealHeight );
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | output2.cxx | 2011 long nRealWidth = (long) rEngine.CalcTextWidth(); in lcl_GetEditSize() local 2020 return (long) ( nRealWidth * nAbsCos + nRealHeight * nAbsSin ); in lcl_GetEditSize() 2022 return (long) ( nRealHeight * nAbsCos + nRealWidth * nAbsSin ); in lcl_GetEditSize() 3341 long nRealWidth = nEngineWidth; in DrawRotated() local 3351 nEngineWidth = (long) ( nRealWidth * nAbsCos + in DrawRotated() 3358 nRealWidth * nAbsSin ); in DrawRotated() 3430 nRealWidth = (long) pEngine->CalcTextWidth(); in DrawRotated() 3605 nAddX -= nRealWidth * nCos; in DrawRotated() 3609 nAddY += nRealWidth * nSin; in DrawRotated()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmltabw.cxx | 1070 long nRealWidth = pFmt->FindLayoutRect(sal_True).Width(); in OutHTML_SwTblNode() local 1071 if( nRealWidth ) in OutHTML_SwTblNode() 1072 nWidth = nRealWidth; in OutHTML_SwTblNode()
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | svimpicn.hxx | 134 void PositionScrollBars( long nRealWidth, long nRealHeight );
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit3.cxx | 2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks() local 2057 long nBlankWidth = nRealWidth; in ImpAdjustBlocks() 2061 if ( nRealWidth == pLastPortion->GetSize().Width() ) in ImpAdjustBlocks()
|