/aoo41x/main/sw/source/core/text/ |
H A D | widorp.cxx | 133 nTmpY = pFrm->SwitchHorizontalToVertical( rLine.Y() + rLine.GetLineHeight() ); in IsInside() 135 nTmpY = rLine.Y() + rLine.GetLineHeight(); in IsInside() 421 SwTwips nTmpY = rLine.Y() + rLine.GetLineHeight(); in FindWidows() 540 SwTwips nLineSum = rLine.GetLineHeight(); in WouldFit() 547 nLineSum += rLine.GetLineHeight(); in WouldFit()
|
H A D | itrtxt.cxx | 104 rHeight = GetLineHeight(); in CalcAscentAndHeight() 148 nY = nY - GetLineHeight(); in Prev() 168 nY += GetLineHeight(); in Next() 389 while( nY + GetLineHeight() <= y && Next() ) in TwipsToLine()
|
H A D | porrst.cxx | 387 rRegDiff = rSpace.GetLineHeight(); in FillRegister() 421 if( rRegDiff < KSHORT( rSpace.GetLineHeight() ) ) in FillRegister() 422 rRegDiff = rSpace.GetLineHeight(); in FillRegister()
|
H A D | itrform2.cxx | 1595 if ( pCurr->GetRealHeight() <= GetInfo().GetLineHeight() ) in FormatLine() 1597 pCurr->SetRealHeight( GetInfo().GetLineHeight() ); in FormatLine() 1758 if( nLineHeight < KSHORT( pSpace->GetLineHeight() ) ) in CalcRealHeight() 1759 nLineHeight = pSpace->GetLineHeight(); in CalcRealHeight() 1764 nLineHeight = pSpace->GetLineHeight(); in CalcRealHeight() 1910 SwTwips nRet = Y() + GetLineHeight(); in CalcBottomLine()
|
H A D | itrcrsr.cxx | 283 if( nFirstLineOfs < KSHORT( pSpace->GetLineHeight() ) ) in CtorInitTxtMargin() 284 nFirstLineOfs = pSpace->GetLineHeight(); in CtorInitTxtMargin() 288 nFirstLineOfs = pSpace->GetLineHeight(); in CtorInitTxtMargin() 785 nOffset = GetLineHeight(); in _GetCharRect() 1805 nY += aLine.GetLineHeight(); in FillSelection() 1864 nY += aLine.GetLineHeight(); in FillSelection()
|
H A D | frmpaint.cxx | 351 while( aLine.Y() + aLine.GetLineHeight() <= rRect.Top() ) in PaintExtraData() 401 aExtra.PaintRedline( aLine.Y(), aLine.GetLineHeight() ); in PaintExtraData()
|
H A D | itradj.cxx | 572 const sal_uInt16 nRealHeight = GetLineHeight(); in CalcRightMargin() 910 const SwTwips nBottom = Y() + GetLineHeight() - 1; in CalcDropRepaint()
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 108 long SwWriteTable::GetLineHeight( const SwTableLine *pLine ) in GetLineHeight() function in SwWriteTable 153 nTmp += GetLineHeight( rLines[nLine] ); in GetLineHeight() 163 long SwWriteTable::GetLineHeight( const SwTableBox *pBox ) const in GetLineHeight() function in SwWriteTable 440 long nLineHeight = GetLineHeight( pLine ); in CollectTableRowsCols() 464 long nCheckPos = nRPos + GetLineHeight( pLine ); in CollectTableRowsCols() 572 long nLineHeight = GetLineHeight( pLine ); in FillTableRowsCols() 873 long nHeight = bHeightExported ? 0 : GetLineHeight( pBox ); in SwWriteTable()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvcontrol.cxx | 243 return (mrData.mnWinHeight - GetHdrHeight() - 2) / GetLineHeight() + 1; in GetVisLineCount() 268 return GetHdrHeight() + (nLine - GetFirstVisLine()) * GetLineHeight(); in GetY() 273 return (nY - GetHdrHeight()) / GetLineHeight() + GetFirstVisLine(); in GetLineFromY()
|
H A D | csvgrid.cxx | 1082 sal_Int32 nY = rPos.Y() + GetLineHeight() / 2; in ImplDrawCellText() 1095 sal_Int32 nY = rPos.Y() + GetLineHeight() / 2; in ImplDrawCellText() 1134 maBackgrDev.DrawGrid( aRect, Size( 1, GetLineHeight() ), GRID_HORZLINES ); in ImplDrawColumnBackgr() 1197 maBackgrDev.DrawGrid( aRect, Size( 1, GetLineHeight() ), GRID_HORZLINES ); in ImplDrawRowHeaders()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | metric.cxx | 207 long FontMetric::GetLineHeight() const in GetLineHeight() function in FontMetric 209 return mpImplMetric->GetLineHeight(); in GetLineHeight()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 306 long GetLineHeight( const SwTableLine *pLine ); 307 long GetLineHeight( const SwTableBox *pBox ) const;
|
/aoo41x/main/slideshow/source/engine/ |
H A D | rehearsetimingsactivity.cxx | 176 maSpriteSizePixel.setY( metric.GetLineHeight() * 11 / 10 ); in RehearseTimingsActivity() 177 mnYOffset = (metric.GetAscent() + (metric.GetLineHeight() / 20)); in RehearseTimingsActivity()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unofored.cxx | 372 aLast.SetSize( Size( rEditEngine.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds() 374 aLast.SetSize( Size( 1, rEditEngine.GetLineHeight(nPara,0) ) ); in GetCharBounds()
|
H A D | unoforou.cxx | 335 aLast.SetSize( Size( rOutliner.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds() 337 aLast.SetSize( Size( 1, rOutliner.GetLineHeight(nPara,0) ) ); in GetCharBounds()
|
/aoo41x/main/sd/source/ui/presenter/ |
H A D | PresenterTextView.cxx | 555 const sal_uInt32 nFirstLineHeight (mpEditEngine->GetLineHeight(0,0)); in ParseDistance() 628 mnTop = mnTotalHeight - mpEditEngine->GetLineHeight(0,0); in CheckTop()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.cxx | 306 double PresenterScrollBar::GetLineHeight (void) const in GetLineHeight() function in sdext::presenter::PresenterScrollBar 1317 mpScrollBar->SetThumbPosition(nThumbPosition - mpScrollBar->GetLineHeight(), true); in Execute() 1321 mpScrollBar->SetThumbPosition(nThumbPosition + mpScrollBar->GetLineHeight(), true); in Execute()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1868 const long nDelta = GetLineHeight(); in IMPL_LINK() 2084 long nPos = GetVisibleLineCount() * GetLineHeight(); in AddLine() 2353 sal_Int32 nScrollOffset = m_aPropertiesWin.GetLineHeight(); in CustomPropertiesControl() 2379 sal_Int32 nOffset = m_aPropertiesWin.GetLineHeight(); in IMPL_LINK() 2389 …tSizePixel().Height() < m_aPropertiesWin.GetVisibleLineCount() * m_aPropertiesWin.GetLineHeight() ) in IMPL_LINK() 2398 …tSizePixel().Height() < m_aPropertiesWin.GetVisibleLineCount() * m_aPropertiesWin.GetLineHeight() ) in AddLine()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 442 sal_uLong Outliner::GetLineHeight( sal_uLong nParagraph, sal_uLong nLine ) in GetLineHeight() function in Outliner 445 return pEditEngine->GetLineHeight( (sal_uInt16)nParagraph, (sal_uInt16)nLine ); in GetLineHeight()
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingControl.cxx | 420 SetMetricValue(aLineDistAtMetricBox, currSPItem->GetLineHeight(), eUnit); in Rearrange() 447 SetMetricValue(aLineDistAtMetricBox, currSPItem->GetLineHeight(), eUnit); in Rearrange()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | lspcitem.hxx | 91 inline sal_uInt16 GetLineHeight() const { return nLineHeight; } in GetLineHeight() function in SvxLineSpacingItem
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metric.hxx | 78 long GetLineHeight() const;
|
/aoo41x/main/sw/source/core/inc/ |
H A D | flyfrms.hxx | 205 long GetLineHeight() const { return nLine; } in GetLineHeight() function in SwFlyInCntFrm
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | colmgr.cxx | 113 return (short)aFmtCol.GetLineHeight(); in GetLineHeightPercent()
|
/aoo41x/main/sw/inc/ |
H A D | fmtclds.hxx | 132 sal_uInt8 GetLineHeight()const { return nLineHeight; } in GetLineHeight() function in SwFmtCol
|