Home
last modified time | relevance | path

Searched refs:GetLineHeight (Results 1 – 25 of 62) sorted by relevance

123

/trunk/main/sw/source/core/text/
H A Dwidorp.cxx133 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 Ditrtxt.cxx104 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 Dporrst.cxx387 rRegDiff = rSpace.GetLineHeight(); in FillRegister()
421 if( rRegDiff < KSHORT( rSpace.GetLineHeight() ) ) in FillRegister()
422 rRegDiff = rSpace.GetLineHeight(); in FillRegister()
H A Ditrform2.cxx1595 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 Ditrcrsr.cxx283 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 Dfrmpaint.cxx351 while( aLine.Y() + aLine.GetLineHeight() <= rRect.Top() ) in PaintExtraData()
401 aExtra.PaintRedline( aLine.Y(), aLine.GetLineHeight() ); in PaintExtraData()
H A Ditradj.cxx572 const sal_uInt16 nRealHeight = GetLineHeight(); in CalcRightMargin()
910 const SwTwips nBottom = Y() + GetLineHeight() - 1; in CalcDropRepaint()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx108 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()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx243 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 Dcsvgrid.cxx1082 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()
/trunk/main/vcl/source/gdi/
H A Dmetric.cxx207 long FontMetric::GetLineHeight() const in GetLineHeight() function in FontMetric
209 return mpImplMetric->GetLineHeight(); in GetLineHeight()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx306 long GetLineHeight( const SwTableLine *pLine );
307 long GetLineHeight( const SwTableBox *pBox ) const;
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx176 maSpriteSizePixel.setY( metric.GetLineHeight() * 11 / 10 ); in RehearseTimingsActivity()
177 mnYOffset = (metric.GetAscent() + (metric.GetLineHeight() / 20)); in RehearseTimingsActivity()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx372 aLast.SetSize( Size( rEditEngine.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds()
374 aLast.SetSize( Size( 1, rEditEngine.GetLineHeight(nPara,0) ) ); in GetCharBounds()
H A Dunoforou.cxx335 aLast.SetSize( Size( rOutliner.GetLineHeight(nPara,0), 1 ) ); in GetCharBounds()
337 aLast.SetSize( Size( 1, rOutliner.GetLineHeight(nPara,0) ) ); in GetCharBounds()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1868 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()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx306 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()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx555 const sal_uInt32 nFirstLineHeight (mpEditEngine->GetLineHeight(0,0)); in ParseDistance()
628 mnTop = mnTotalHeight - mpEditEngine->GetLineHeight(0,0); in CheckTop()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx442 sal_uLong Outliner::GetLineHeight( sal_uLong nParagraph, sal_uLong nLine ) in GetLineHeight() function in Outliner
445 return pEditEngine->GetLineHeight( nParagraph, (sal_uInt16)nLine ); in GetLineHeight()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx420 SetMetricValue(aLineDistAtMetricBox, currSPItem->GetLineHeight(), eUnit); in Rearrange()
447 SetMetricValue(aLineDistAtMetricBox, currSPItem->GetLineHeight(), eUnit); in Rearrange()
/trunk/main/editeng/inc/editeng/
H A Dlspcitem.hxx91 inline sal_uInt16 GetLineHeight() const { return nLineHeight; } in GetLineHeight() function in SvxLineSpacingItem
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx78 long GetLineHeight() const;
/trunk/main/sw/source/core/inc/
H A Dflyfrms.hxx205 long GetLineHeight() const { return nLine; } in GetLineHeight() function in SwFlyInCntFrm
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx113 return (short)aFmtCol.GetLineHeight(); in GetLineHeightPercent()
/trunk/main/sw/inc/
H A Dfmtclds.hxx132 sal_uInt8 GetLineHeight()const { return nLineHeight; } in GetLineHeight() function in SwFmtCol

Completed in 101 milliseconds

123