Home
last modified time | relevance | path

Searched refs:nLineWidth (Results 1 – 25 of 54) sorted by last modified time

123

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2150 long nLineWidth = 0; in ImplCalcBreaks() local
2162 nLineWidth = mpData->maMenubuttonItem.maItemSize.Width(); in ImplCalcBreaks()
2201 if ( (nLineWidth+nCurWidth > nWidthTotal) && mbScroll ) in ImplCalcBreaks()
2218 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2219 nMaxLineWidth = nLineWidth; in ImplCalcBreaks()
2221 nLineWidth = 0; in ImplCalcBreaks()
2234 nLineWidth = 0; in ImplCalcBreaks()
2247 nLastGroupLineWidth = nLineWidth; in ImplCalcBreaks()
2255 nLineWidth += nCurWidth; in ImplCalcBreaks()
2264 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
[all …]
H A Ddecoview.cxx687 long nLineWidth = pDev->ImplGetDPIX()/300; in ImplDrawDPILineRect() local
689 if ( !nLineWidth ) in ImplDrawDPILineRect()
690 nLineWidth = 1; in ImplDrawDPILineRect()
696 if ( (nLineWidth == 1) && (nLineHeight == 1) ) in ImplDrawDPILineRect()
717 pDev->DrawRect( Rectangle( rRect.TopLeft(), Size( nLineWidth, nHeight ) ) ); in ImplDrawDPILineRect()
720 pDev->DrawRect( Rectangle( Point( rRect.Right()-nLineWidth, rRect.Top() ), in ImplDrawDPILineRect()
721 Size( nLineWidth, nHeight ) ) ); in ImplDrawDPILineRect()
725 rRect.Left() += nLineWidth; in ImplDrawDPILineRect()
727 rRect.Right() -= nLineWidth; in ImplDrawDPILineRect()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3533 if ( (nLineWidth == 1) && (nHeight == 1) ) in ImplDrawWaveLine()
3561 if ( (GetOutDevType() == OUTDEV_PRINTER) || (nLineWidth > 1) ) in ImplDrawWaveLine()
3571 nPixWidth = nLineWidth; in ImplDrawWaveLine()
3572 nPixHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveLine()
3666 long nLineWidth = (mnDPIX/300); in ImplDrawWaveTextLine() local
3667 if ( !nLineWidth ) in ImplDrawWaveTextLine()
3668 nLineWidth = 1; in ImplDrawWaveTextLine()
3670 nLineWidth *= 2; in ImplDrawWaveTextLine()
3672 long nLineWidthHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveTextLine()
4970 if ( nLineWidth > nMaxLineWidth ) in ImplGetTextLines()
[all …]
H A Dpdfwriter_impl.cxx8000 m_aPages.back().appendMappedLength( nLineWidth, aLine, true ); in drawWaveLine()
8048 long nLineWidth = getReferenceDevice()->mnDPIX/450; in drawWaveTextLine() local
8049 if ( ! nLineWidth ) in drawWaveTextLine()
8050 nLineWidth = 1; in drawWaveTextLine()
8053 nLineWidth = 3*nLineWidth; in drawWaveTextLine()
8055 m_aPages.back().appendMappedLength( (sal_Int32)nLineWidth, aLine ); in drawWaveTextLine()
8070 if ( nLineDY < nLineWidth ) in drawWaveTextLine()
8071 nLineDY = nLineWidth; in drawWaveTextLine()
8076 nLinePos -= nLineWidth-nLineDY2; in drawWaveTextLine()
8080 nLinePos += nLineWidth+nLineDY; in drawWaveTextLine()
[all …]
H A Dprint2.cxx410 const long nLineWidth(rMetaLineAction.GetLineInfo().GetWidth()); in ImplCalcActionBounds() local
411 if(nLineWidth) in ImplCalcActionBounds()
413 const long nHalfLineWidth((nLineWidth + 1) / 2); in ImplCalcActionBounds()
463 const long nLineWidth(rMetaPolyLineAction.GetLineInfo().GetWidth()); in ImplCalcActionBounds() local
464 if(nLineWidth) in ImplCalcActionBounds()
466 const long nHalfLineWidth((nLineWidth + 1) / 2); in ImplCalcActionBounds()
H A Dpdfwriter_impl.hxx1239 …id drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_Int32 nLineWidth );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5023 SwTwips nLineWidth = rInf.GetLineWidth(); in PaintLine() local
5025 SwRect( Point(Frm().Left()+Frm().Width()-rInf.GetTopDist()-nLineWidth, in PaintLine()
5026 nX), Size( nLineWidth, nWidth ) ) in PaintLine()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1273 sal_uLong nLineWidth = 0; in CalcTextWidth() local
1278 nLineWidth += pTextPortion->GetWidth(); in CalcTextWidth()
1280 if ( nLineWidth > nParaWidth ) in CalcTextWidth()
1281 nParaWidth = nLineWidth; in CalcTextWidth()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx796 static basegfx::B2DPolygon GetLineArrow( const sal_Int32 nLineWidth, const MSO_LineEnd eLineEnd, in GetLineArrow() argument
805 double fLineWidth = nLineWidth < nLineWidthCritical ? nLineWidthCritical : nLineWidth;; in GetLineArrow()
920 sal_Int32 nLineWidth = (sal_Int32)GetPropertyValue( DFF_Prop_lineWidth, 9525 ); in ApplyLineAttributes() local
953 sal_uInt32 nDotLen = nLineWidth / 360; in ApplyLineAttributes()
955 sal_uInt32 nDashLen = ( 8 * nLineWidth ) / 360; in ApplyLineAttributes()
956 sal_uInt32 nDistance = ( 3 * nLineWidth ) / 360; in ApplyLineAttributes()
973 nDashLen = ( 4 * nLineWidth ) / 360; in ApplyLineAttributes()
981 nDashLen = ( 4 * nLineWidth ) / 360; in ApplyLineAttributes()
1019 rManager.ScaleEmu( nLineWidth ); in ApplyLineAttributes()
1020 rSet.Put( XLineWidthItem( nLineWidth ) ); in ApplyLineAttributes()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1922 sal_Int32 nLineWidth=0; in WriteFlyFrameAttr() local
1948 nLineWidth = pLine->GetInWidth() + pLine->GetOutWidth() in WriteFlyFrameAttr()
1961 nLineWidth = pLine->GetOutWidth(); in WriteFlyFrameAttr()
1966 DrawModelToEmu( nLineWidth )); in WriteFlyFrameAttr()
1971 nLineWidth = SwMSDffManager::GetEscherLineMatch( in WriteFlyFrameAttr()
1972 eStyle,eShapeType,nLineWidth); in WriteFlyFrameAttr()
2057 return nLineWidth; in WriteFlyFrameAttr()
2063 sal_Int32 nLineWidth = SwBasicEscherEx::WriteFlyFrameAttr(rFmt, eShapeType, in WriteFlyFrameAttr() local
2152 return nLineWidth; in WriteFlyFrameAttr()
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx299 …sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineCol…
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1765 long nLineWidth = nLineEndX - nLineStartX + 1; in PrintHF() local
1770 Size aPaperSize( nLineWidth, rParam.nHeight-rParam.nDistance ); in PrintHF()
1800 Size aBorderSize( nLineWidth, rParam.nHeight-rParam.nDistance ); in PrintHF()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2163 SwTwips nLineWidth = 0; in CheckConsistency() local
2210 nLineWidth = nWidth; in CheckConsistency()
2211 ASSERT( nWidth == nLineWidth, "Different Line Widths" ) in CheckConsistency()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx177 sal_Int32 nLineWidth; member
184 nLineWidth(0) in GraphicBorderLine()
702 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = nIntValue; in lcl_attribute()
1320 …m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = ConversionHelper::convertTwipToMM100(n… in ProcessShapeOptions()
1558 …phicImportType == IMPORT_AS_SHAPE ? BORDER_TOP : static_cast<BorderPosition>(nBorder) ].nLineWidth; in createGraphicObject()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java443 final int nLineWidth = getPageWidth() - getRightPageIndent() - aRect.X; in insertGroups() local
445 insertHorizontalLine(xGroupSection, aRect, nLineWidth, nLineHeight); in insertGroups()
1372 final int nLineWidth = getPageWidth() - getRightPageIndent() - aRect.X; in insertPageHeader() local
1374 insertHorizontalLine(xSection, aRect, nLineWidth, nLineHeight); in insertPageHeader()
1457 final int nLineWidth = getPageWidth() - getRightPageIndent() - aRect.X; in insertPageFooter() local
1459 insertHorizontalLine(xSection, aRect, nLineWidth, nLineHeight); in insertPageFooter()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx434 …ng nBaseY, long nStartX, long nStartY, long nWidth, long nHeight, long nLineWidth, short nOrientat…
/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx209 sal_Int32 nLineWidth=0; in getWeight() local
210 m_xPropertySet->getPropertyValue( rtl::OUString::createFromAscii( "LineWidth") ) >>= nLineWidth; in getWeight()
211 double dLineWidth = Millimeter::getInPoints( nLineWidth ); in getWeight()
226 sal_Int32 nLineWidth = static_cast<sal_Int32>( aMillimeter.getInHundredthsOfOneMillimeter() ); in setWeight() local
227 …Set->setPropertyValue( rtl::OUString::createFromAscii( "LineWidth" ), uno::makeAny( nLineWidth ) ); in setWeight()
H A Dvbashapes.cxx232 ScVbaShapes::AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLin… in AddRectangle() argument
237 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddRectangle()
264 ScVbaShapes::AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineH… in AddEllipse() argument
269 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddEllipse()
311 sal_Int32 nLineWidth = endX - StartX; in AddLine() local
315 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddLine()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx50 …css::uno::Any AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nL…
51 …css::uno::Any AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLin…
/trunk/main/sw/source/core/text/
H A Dportxt.cxx247 const KSHORT nLineWidth = (KSHORT)(rInf.Width() - rInf.X()); in BreakCut() local
278 Width( nLineWidth ); in BreakCut()
H A Dporlay.cxx402 const KSHORT nLineWidth = rInf.RealWidth(); in CalcLine() local
649 if( nLineWidth < Width() ) in CalcLine()
650 Width( nLineWidth ); in CalcLine()
651 ASSERT( nLineWidth >= Width(), "SwLineLayout::CalcLine: line is bursting" ); in CalcLine()
H A Dfrmcrsr.cxx549 SwTwips nLineWidth; member
652 pFillData->nLineWidth = aLine.GetCurr()->Width(); in _GetCrsrOfst()
1484 rFill.nLineWidth = 0; in FillCrsrPos()
1549 rFill.X() > rFill.nLineWidth + FILL_MIN_DIST ) ) in FillCrsrPos()
1580 rFill.nLineWidth += rFill.bFirstLine ? nLeft : nTxtLeft; in FillCrsrPos()
1597 if( nRightTab > rFill.nLineWidth ) in FillCrsrPos()
1611 if( nRightTab > rFill.nLineWidth ) in FillCrsrPos()
1616 if( nRightTab > rFill.nLineWidth ) in FillCrsrPos()
1632 nLeftTab = rFill.nLineWidth; in FillCrsrPos()
1711 rFill.nLineWidth += FILL_MIN_DIST; in FillCrsrPos()
[all …]
H A Dguess.cxx91 SwTwips nLineWidth = rInf.Width() - rInf.X(); in Guess() local
119 nLineWidth -= nItalic; in Guess()
122 if ( nLineWidth < 0 ) nLineWidth = 0; in Guess()
127 if ( long ( nLineWidth ) * 2 > long ( nMaxLen ) * nPorHeight ) in Guess() local
135 if ( nBreakWidth <= nLineWidth ) in Guess()
163 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp, nHyphPos ); in Guess()
170 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp ); in Guess()
177 ASSERT( nMinSize <= nLineWidth, "What a Guess!!!" ); in Guess()
193 if ( nBreakWidth <= nLineWidth ) in Guess()
H A Dinftxt.cxx505 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() argument
521 return pFnt->GetTxtBreak( aDrawInf, nLineWidth ); in GetTxtBreak()
528 xub_StrLen SwTxtSizeInfo::GetTxtBreak( const long nLineWidth, in GetTxtBreak() argument
545 return pFnt->GetTxtBreak( aDrawInf, nLineWidth ); in GetTxtBreak()
H A Dinftxt.hxx313 xub_StrLen GetTxtBreak( const long nLineWidth,
316 xub_StrLen GetTxtBreak( const long nLineWidth,

Completed in 392 milliseconds

123