Searched refs:nRealHeight (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | porlay.hxx | 100 KSHORT nRealHeight; // Die aus Zeilenabstand/Register resultierende Hoehe. member in SwLineLayout 174 inline void SetRealHeight( KSHORT nNew ) { nRealHeight = nNew; } in SetRealHeight() 175 inline KSHORT GetRealHeight() const { return nRealHeight; } in GetRealHeight() 382 : pNext( 0 ), pLLSpaceAdd( 0 ), pKanaComp( 0 ), nRealHeight( 0 ), in SwLineLayout()
|
H A D | itradj.cxx | 572 const sal_uInt16 nRealHeight = GetLineHeight(); in CalcRightMargin() local 586 SwRect aCurrRect( nLeftMar + nPrtWidth, Y() + nRealHeight - nLineHeight, in CalcRightMargin()
|
/trunk/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 1697 Point aPos( 0, nRealHeight ); in PositionScrollBars() 1732 long nRealHeight = aOSize.Height(); in AdjustScrollBars() local 1735 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars() 1747 if( nRealHeight > nVirtHeight ) in AdjustScrollBars() 1750 nVisibleHeight = nRealHeight; in AdjustScrollBars() 1775 nRealHeight -= nHorSBarHeight; in AdjustScrollBars() 1777 if( nRealHeight > nVirtHeight ) in AdjustScrollBars() 1780 nVisibleHeight = nRealHeight; in AdjustScrollBars() 1801 Size aSize( nVerSBarWidth, nRealHeight ); in AdjustScrollBars() 1867 nRealHeight++; in AdjustScrollBars() [all …]
|
H A D | imivctl1.cxx | 1439 Point aPos( 0, nRealHeight ); in PositionScrollBars() 1462 long nRealHeight = aOSize.Height(); in AdjustScrollBars() local 1465 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars() 1477 if( nRealHeight > nVirtHeight ) in AdjustScrollBars() 1480 nVisibleHeight = nRealHeight; in AdjustScrollBars() 1507 nRealHeight -= nHorSBarHeight; in AdjustScrollBars() 1509 if( nRealHeight > nVirtHeight ) in AdjustScrollBars() 1512 nVisibleHeight = nRealHeight; in AdjustScrollBars() 1533 Size aSize( nVerSBarWidth, nRealHeight ); in AdjustScrollBars() 1578 nRealHeight++; // weil unterer Rand geclippt wird in AdjustScrollBars() [all …]
|
H A D | imivctl.hxx | 235 void PositionScrollBars( long nRealWidth, long nRealHeight );
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 2012 long nRealHeight = rEngine.GetTextHeight(); in lcl_GetEditSize() local 2020 return (long) ( nRealWidth * nAbsCos + nRealHeight * nAbsSin ); in lcl_GetEditSize() 2022 return (long) ( nRealHeight * nAbsCos + nRealWidth * nAbsSin ); in lcl_GetEditSize() 3342 long nRealHeight = nEngineHeight; in DrawRotated() local 3352 nRealHeight * nAbsSin ); in DrawRotated() 3354 nEngineWidth = (long) ( nRealHeight / nAbsSin ); in DrawRotated() 3357 nEngineHeight = (long) ( nRealHeight * nAbsCos + in DrawRotated() 3431 nRealHeight = pEngine->GetTextHeight(); in DrawRotated() 3601 double nH = nRealHeight * nCos; in DrawRotated() 3607 nAddX -= nRealHeight * nSin; in DrawRotated() [all …]
|
/trunk/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 134 void PositionScrollBars( long nRealWidth, long nRealHeight );
|
Completed in 481 milliseconds