Searched refs:nRealWidth (Results 1 – 12 of 12) sorted by relevance
571 long nRealWidth; in CalcRightMargin() local579 nRealWidth = nReal; in CalcRightMargin()582 nRealWidth = GetLineWidth(); 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()794 if( nRealWidth < long( nLocalWidth ) ) in CalcFlyPortion()[all …]
546 KSHORT nRealWidth; // "echte" Zeilenbreite member in SwTxtFormatInfo611 inline KSHORT RealWidth() const { return nRealWidth; } in RealWidth()612 inline void RealWidth( const KSHORT nNew ) { nRealWidth = nNew; } in RealWidth()
1434 nRealWidth = 0; in CtorInitTxtFormatInfo()1515 nWidth = nRealWidth; in Init()1554 nRealWidth = KSHORT(nActWidth); in SwTxtFormatInfo()1555 nWidth = nRealWidth; in SwTxtFormatInfo()
219 SwFlyPortion *CalcFlyPortion( const long nRealWidth,
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()1789 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()1792 nVisibleWidth = nRealWidth; in AdjustScrollBars()1825 aSize.Width() = nRealWidth; in AdjustScrollBars()1839 nRealWidth++; in AdjustScrollBars()[all …]
1981 long nRealWidth = pImp->GetOutputSize().Width(); in GetFocusRect() local1982 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() local2094 nRealWidth -= GetMapMode().GetOrigin().X(); in GetItem_Impl()2106 nNextTabPos = nRealWidth; in GetItem_Impl()2107 if( nStart > nRealWidth ) in GetItem_Impl()
1463 long nRealWidth = aOSize.Width(); in AdjustScrollBars() local1471 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()1521 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()1524 nVisibleWidth = nRealWidth; in AdjustScrollBars()1553 aSize.Width() = nRealWidth; in AdjustScrollBars()[all …]
235 void PositionScrollBars( long nRealWidth, long nRealHeight );
2011 long nRealWidth = (long) rEngine.CalcTextWidth(); in lcl_GetEditSize() local2020 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() local3351 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()
1070 long nRealWidth = pFmt->FindLayoutRect(sal_True).Width(); in OutHTML_SwTblNode() local1071 if( nRealWidth ) in OutHTML_SwTblNode()1072 nWidth = nRealWidth; in OutHTML_SwTblNode()
134 void PositionScrollBars( long nRealWidth, long nRealHeight );
2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks() local2057 long nBlankWidth = nRealWidth; in ImpAdjustBlocks()2061 if ( nRealWidth == pLastPortion->GetSize().Width() ) in ImpAdjustBlocks()
Completed in 126 milliseconds