Home
last modified time | relevance | path

Searched refs:nLineHeight (Results 1 – 25 of 92) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dtextline.cxx202 long nLineHeight; in ImplDrawWaveTextLine() local
216 nLineHeight = 3; in ImplDrawWaveTextLine()
230 long nOrgLineHeight = nLineHeight; in ImplDrawWaveTextLine()
231 nLineHeight /= 3; in ImplDrawWaveTextLine()
232 if ( nLineHeight < 2 ) in ImplDrawWaveTextLine()
235 nLineHeight = 2; in ImplDrawWaveTextLine()
237 nLineHeight = 1; in ImplDrawWaveTextLine()
270 long nLineHeight = 0; in ImplDrawStraightTextLine() local
333 if ( nLineHeight ) in ImplDrawStraightTextLine()
512 long nLineHeight = 0; in ImplDrawStrikeoutLine() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dtextline.cxx202 tools::Long nLineHeight; in ImplDrawWaveTextLine() local
216 nLineHeight = 3; in ImplDrawWaveTextLine()
225 nLinePos += nDistY - (nLineHeight / 2); in ImplDrawWaveTextLine()
231 nLineHeight /= 3; in ImplDrawWaveTextLine()
232 if ( nLineHeight < 2 ) in ImplDrawWaveTextLine()
235 nLineHeight = 2; in ImplDrawWaveTextLine()
237 nLineHeight = 1; in ImplDrawWaveTextLine()
270 tools::Long nLineHeight = 0; in ImplDrawStraightTextLine() local
333 if ( !nLineHeight ) in ImplDrawStraightTextLine()
512 tools::Long nLineHeight = 0; in ImplDrawStrikeoutLine() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A Dfontmetric.cxx142 tools::Long nLineHeight = ((nDescent*25)+50) / 100; in ImplInitTextLineSize() local
143 if ( !nLineHeight ) in ImplInitTextLineSize()
144 nLineHeight = 1; in ImplInitTextLineSize()
145 tools::Long nLineHeight2 = nLineHeight / 2; in ImplInitTextLineSize()
150 if ( nBLineHeight == nLineHeight ) in ImplInitTextLineSize()
175 mnUnderlineSize = nLineHeight; in ImplInitTextLineSize()
201 mnStrikeoutSize = nLineHeight; in ImplInitTextLineSize()
229 if ( !nLineHeight ) in ImplInitAboveTextLineSize()
230 nLineHeight = 1; in ImplInitAboveTextLineSize()
233 if ( nBLineHeight == nLineHeight ) in ImplInitAboveTextLineSize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A Dfontmetric.cxx142 long nLineHeight = ((nDescent*25)+50) / 100; in ImplInitTextLineSize() local
143 if ( !nLineHeight ) in ImplInitTextLineSize()
144 nLineHeight = 1; in ImplInitTextLineSize()
145 long nLineHeight2 = nLineHeight / 2; in ImplInitTextLineSize()
150 if ( nBLineHeight == nLineHeight ) in ImplInitTextLineSize()
175 mnUnderlineSize = nLineHeight; in ImplInitTextLineSize()
201 mnStrikeoutSize = nLineHeight; in ImplInitTextLineSize()
229 if ( !nLineHeight ) in ImplInitAboveTextLineSize()
230 nLineHeight = 1; in ImplInitAboveTextLineSize()
233 if ( nBLineHeight == nLineHeight ) in ImplInitAboveTextLineSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dlinenumberwindow.cxx53 int nLineHeight = rRenderContext.GetTextHeight(); in Paint() local
54 if (!nLineHeight) in Paint()
60 const sal_uInt32 nStartLine = startY / nLineHeight + 1; in Paint()
61 sal_uInt32 nEndLine = (startY + windowHeight) / nLineHeight + 1; in Paint()
80 sal_Int64 y = (nStartLine - 1) * static_cast<sal_Int64>(nLineHeight); in Paint()
81 for (sal_uInt32 n = nStartLine; n <= nEndLine; ++n, y += nLineHeight) in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dlinenumberwindow.cxx57 int nLineHeight = rRenderContext.GetTextHeight(); in Paint() local
58 if (!nLineHeight) in Paint()
64 const sal_uInt32 nStartLine = startY / nLineHeight + 1; in Paint()
65 sal_uInt32 nEndLine = (startY + windowHeight) / nLineHeight + 1; in Paint()
84 sal_Int64 y = (nStartLine - 1) * static_cast<sal_Int64>(nLineHeight); in Paint()
85 for (sal_uInt32 n = nStartLine; n <= nEndLine; ++n, y += nLineHeight) in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dlspcitem.hxx37 sal_uInt16 nLineHeight; member in SvxLineSpacingItem
50 …SvxLineSpacingItem( sal_uInt16 nLineHeight /*= LINE_SPACE_DEFAULT_HEIGHT*/, const sal_uInt16 nId …
73 sal_uInt16 GetLineHeight() const { return nLineHeight; } in GetLineHeight()
76 nLineHeight = nHeight; in SetLineHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dlspcitem.hxx37 sal_uInt16 nLineHeight; member in SvxLineSpacingItem
50 …SvxLineSpacingItem( sal_uInt16 nLineHeight /*= LINE_SPACE_DEFAULT_HEIGHT*/, const sal_uInt16 nId …
73 sal_uInt16 GetLineHeight() const { return nLineHeight; } in GetLineHeight()
76 nLineHeight = nHeight; in SetLineHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dwidorp.cxx116 SwTwips nLineHeight = aRectFnSet.YDiff( nTmpY , m_nOrigin ); in IsInside() local
119 nLineHeight += aRectFnSet.GetBottomMargin(*m_pFrame); in IsInside()
122 bFit = m_nRstHeight >= nLineHeight; in IsInside()
128 SwTwips nDiff = nHeight - nLineHeight; in IsInside()
146 bFit = nHeight >= nLineHeight; in IsInside()
156 bFit = nHeight >= nLineHeight; in IsInside()
169 bFit = nHeight >= nLineHeight; in IsInside()
H A Ditrform2.cxx1832 sal_uInt16 nLineHeight = m_pCurr->Height(); in CalcRealHeight() local
1842 nLineHeight = nGridWidth + nRubyHeight; in CalcRealHeight()
1843 const sal_uInt16 nAmpRatio = (m_pCurr->Height() + nLineHeight - 1)/nLineHeight; in CalcRealHeight()
1844 nLineHeight *= nAmpRatio; in CalcRealHeight()
1851 m_pCurr->Height( nLineHeight, false ); in CalcRealHeight()
1865 nTmp *= nLineHeight; in CalcRealHeight()
1869 m_pCurr->SetRealHeight( nLineHeight ); in CalcRealHeight()
1897 nTmp *= nLineHeight; in CalcRealHeight()
1956 nTmp += nLineHeight; in CalcRealHeight()
1964 nLineHeight = nLineHeight + pSpace->GetInterLineSpace(); in CalcRealHeight()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dwidorp.cxx118 SwTwips nLineHeight = aRectFnSet.YDiff( nTmpY , m_nOrigin ); in IsInside() local
121 nLineHeight += aRectFnSet.GetBottomMargin(*m_pFrame); in IsInside()
124 bFit = m_nRstHeight >= nLineHeight; in IsInside()
130 SwTwips nDiff = nHeight - nLineHeight; in IsInside()
148 bFit = nHeight >= nLineHeight; in IsInside()
158 bFit = nHeight >= nLineHeight; in IsInside()
171 bFit = nHeight >= nLineHeight; in IsInside()
H A Ditrform2.cxx1701 sal_uInt16 nLineHeight = m_pCurr->Height(); in CalcRealHeight() local
1711 nLineHeight = nGridWidth + nRubyHeight; in CalcRealHeight()
1712 const sal_uInt16 nAmpRatio = (m_pCurr->Height() + nLineHeight - 1)/nLineHeight; in CalcRealHeight()
1713 nLineHeight *= nAmpRatio; in CalcRealHeight()
1720 m_pCurr->Height( nLineHeight ); in CalcRealHeight()
1734 nTmp *= nLineHeight; in CalcRealHeight()
1738 m_pCurr->SetRealHeight( nLineHeight ); in CalcRealHeight()
1766 nTmp *= nLineHeight; in CalcRealHeight()
1821 nTmp *= nLineHeight; in CalcRealHeight()
1830 nLineHeight = nLineHeight + pSpace->GetInterLineSpace(); in CalcRealHeight()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx423 long nLineHeight = GetLineHeight( pLine ); in CollectTableRowsCols() local
424 nRPos += nLineHeight; in CollectTableRowsCols()
432 nRPos -= nLineHeight; in CollectTableRowsCols()
433 nLineHeight = nStartRPos + nParentLineHeight - nRPos; // remaining parent height in CollectTableRowsCols()
434 nLineHeight /= nLines - nLine; // divided through the number of remaining sub rows in CollectTableRowsCols()
435 nRPos += nLineHeight; in CollectTableRowsCols()
548 long nLineHeight = GetLineHeight( pLine ); in FillTableRowsCols() local
549 nRPos += nLineHeight; in FillTableRowsCols()
554 nRPos -= nLineHeight; in FillTableRowsCols()
555 nLineHeight = nStartRPos + nParentLineHeight - nRPos; // remaining parent height in FillTableRowsCols()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx422 tools::Long nLineHeight = GetLineHeight( pLine ); in CollectTableRowsCols() local
423 nRPos += nLineHeight; in CollectTableRowsCols()
431 nRPos -= nLineHeight; in CollectTableRowsCols()
432 nLineHeight = nStartRPos + nParentLineHeight - nRPos; // remaining parent height in CollectTableRowsCols()
433 nLineHeight /= nLines - nLine; // divided through the number of remaining sub rows in CollectTableRowsCols()
434 nRPos += nLineHeight; in CollectTableRowsCols()
547 tools::Long nLineHeight = GetLineHeight( pLine ); in FillTableRowsCols() local
548 nRPos += nLineHeight; in FillTableRowsCols()
553 nRPos -= nLineHeight; in FillTableRowsCols()
554 nLineHeight = nStartRPos + nParentLineHeight - nRPos; // remaining parent height in FillTableRowsCols()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbashapes.cxx216 …apes::AddRectangle(sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight) in AddRectangle() argument
221 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddRectangle()
246 …Shapes::AddEllipse(sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight) in AddEllipse() argument
251 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddEllipse()
292 sal_Int32 nLineHeight = endY - StartY; in AddLine() local
294 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbashapes.cxx217 …apes::AddRectangle(sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight) in AddRectangle() argument
222 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddRectangle()
247 …Shapes::AddEllipse(sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight) in AddEllipse() argument
252 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddEllipse()
293 sal_Int32 nLineHeight = endY - StartY; in AddLine() local
295 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( nLineHeight ); in AddLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dparaitem.cxx84 nLineHeight = nHeight; in SvxLineSpacingItem()
100 nLineHeight == rLineSpace.nLineHeight) in operator ==()
144 … aLSp.Height = ( bConvert ? static_cast<short>(convertTwipToMm100(nLineHeight)) : nLineHeight ); in QueryValue()
182 nLineHeight = aLSp.Height; in PutValue()
210 nLineHeight = aLSp.Height; in PutValue()
212 nLineHeight = static_cast<sal_uInt16>(convertMm100ToTwip(nLineHeight)); in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dparaitem.cxx86 nLineHeight = nHeight; in SvxLineSpacingItem()
102 nLineHeight == rLineSpace.nLineHeight) in operator ==()
146 … aLSp.Height = ( bConvert ? static_cast<short>(convertTwipToMm100(nLineHeight)) : nLineHeight ); in QueryValue()
184 nLineHeight = aLSp.Height; in PutValue()
212 nLineHeight = aLSp.Height; in PutValue()
214 nLineHeight = static_cast<sal_uInt16>(convertMm100ToTwip(nLineHeight)); in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx315 double nLineHeight, in appendDashes() argument
370 nY -= nLineHeight; in appendDashes()
372 nLineHeight *= 2; in appendDashes()
385 const double nX2 = std::min(nEnd, nX1 + pArray[nIndex] * nLineHeight); in appendDashes()
388 appendRect(o_rPoly, nX1, nY, nX2, nY + nLineHeight); in appendDashes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx316 double nLineHeight, in appendDashes() argument
371 nY -= nLineHeight; in appendDashes()
373 nLineHeight *= 2; in appendDashes()
386 const double nX2 = std::min(nEnd, nX1 + pArray[nIndex] * nLineHeight); in appendDashes()
389 appendRect(o_rPoly, nX1, nY, nX2, nY + nLineHeight); in appendDashes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dcolex.cxx544 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage() local
547 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
554 sal_Int16 nXStart = static_cast<sal_Int16>(aRect.GetWidth() / 2 - nLineHeight * nLines /2); in DrawPage()
560 sal_Int16 nYStart = static_cast<sal_Int16>(aRect.GetHeight() / 2 - nLineHeight * nLines /2); in DrawPage()
573 sal_Int32 nXMove = m_bVertical ? nLineHeight : 0; in DrawPage()
574 sal_Int32 nYMove = m_bVertical ? 0 : nLineHeight; in DrawPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dcolex.cxx547 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage() local
550 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
557 sal_Int16 nXStart = static_cast<sal_Int16>(aRect.GetWidth() / 2 - nLineHeight * nLines /2); in DrawPage()
563 sal_Int16 nYStart = static_cast<sal_Int16>(aRect.GetHeight() / 2 - nLineHeight * nLines /2); in DrawPage()
576 sal_Int32 nXMove = m_bVertical ? nLineHeight : 0; in DrawPage()
577 sal_Int32 nYMove = m_bVertical ? 0 : nLineHeight; in DrawPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vbahelper/
H A Dvbashapes.hxx70 …ny AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight );
72 …:Any AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vbahelper/
H A Dvbashapes.hxx69 …ny AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight );
71 …:Any AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight );
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java429 final int nLineHeight = LayoutConstants.LineHeight; in insertGroups() local
430 insertHorizontalLine(xGroupSection, aRect, nLineWidth, nLineHeight); in insertGroups()
431 xGroupSection.setHeight(height + nLineHeight); in insertGroups()
1289 final int nLineHeight = LayoutConstants.LineHeight; in insertPageHeader() local
1290 insertHorizontalLine(xSection, aRect, nLineWidth, nLineHeight); in insertPageHeader()
1292 aRect.Y += nLineHeight; in insertPageHeader()
1373 final int nLineHeight = LayoutConstants.LineHeight; in insertPageFooter() local
1374 insertHorizontalLine(xSection, aRect, nLineWidth, nLineHeight); in insertPageFooter()
1376 aRect.Y += nLineHeight; in insertPageFooter()

1234