Home
last modified time | relevance | path

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

123

/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx758 SetMetricValue(aLineDistAtMetricBox, rAttr.GetLineHeight(), eUnit); in SetLineSpacing_Impl()
763 SetMetricValue(aLineDistAtMetricBox, rAttr.GetLineHeight(), eUnit); in SetLineSpacing_Impl()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx223 sal_uInt32 GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine = 0 );
H A Dlspcitem.hxx91 inline sal_uInt16 GetLineHeight() const { return nLineHeight; } in GetLineHeight() function in SvxLineSpacingItem
H A Doutliner.hxx971 sal_uLong GetLineHeight( sal_uLong nParagraph, sal_uLong nLine = 0 );
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx467 …sal::static_int_cast< sal_uInt16 >( OutputDevice::LogicToLogic( rItem.GetLineHeight(), eSourceUnit… in ConvertItem()
H A Dediteng.cxx731 sal_uInt32 EditEngine::GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine ) in GetLineHeight() function in EditEngine
737 return pImpEditEngine->GetLineHeight( nParagraph, nLine ); in GetLineHeight()
H A Dimpedit.hxx812 sal_uInt16 GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine );
H A Dimpedit2.cxx3397 sal_uInt16 ImpEditEngine::GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine ) in GetLineHeight() function in ImpEditEngine
H A Dimpedit3.cxx1315 sal_uInt16 nMinHeight = GetYValue( rLSItem.GetLineHeight() ); in CreateLines()
1349 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateLines()
1672 sal_uInt16 nMinHeight = rLSItem.GetLineHeight(); in CreateAndInsertEmptyLine()
1707 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateAndInsertEmptyLine()
H A Dimpedit4.cxx799 long nVal = ((const SvxLineSpacingItem&)rItem).GetLineHeight(); in WriteItemAsRTF()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx308 << (sal_uInt16) GetLineHeight() in Store()
/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()
H A Doutliner.cxx1191 long nLineHeight = (long)pEditEngine->GetLineHeight(nPara ); in InvalidateBullet()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx486 nTokenValue = short( 100L * aLSpace.GetLineHeight() in ReadAttr()
/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/filter/source/flash/
H A Dswfwriter1.cxx467 long nOff = 1 + ((aMetric.GetLineHeight()-24)/24); in Impl_writeText()
721 const long nLineHeight = Max( (long) FRound( aMetric.GetLineHeight() * 0.05 ), (long) 1 ); in Impl_writeText()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2331 … ByteString aHeight( ByteString::CreateFromInt32( aMetric.GetLineHeight() ) ); in ReadFontCollection()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx962 … const long nLineHeight = Max( (long) FRound( aMetric.GetLineHeight() * 0.05 ), (long) 1 ); in ImplWriteText()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx1639 (mnLine == CSV_LINE_HEADER) ? rGrid.GetHdrHeight() : rGrid.GetLineHeight() ); in implGetRealSize()
/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/sc/source/ui/inc/
H A Dcsvcontrol.hxx390 inline sal_Int32 GetLineHeight() const { return mrData.mnLineHeight; } in GetLineHeight() function in ScCsvControl
/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/sd/source/ui/view/
H A Doutlview.cxx1971 long nBulletHeight = (long)mpOutliner->GetLineHeight( pInfo->mnPara ); in IMPL_LINK()

Completed in 275 milliseconds

123