Home
last modified time | relevance | path

Searched refs:nLineWidth (Results 26 – 50 of 54) sorted by path

123

/trunk/main/svx/source/engine3d/
H A Dview3d.cxx727 sal_Int32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in ImpChangeSomeAttributesFor3DConversion2() local
733 && !nLineWidth in ImpChangeSomeAttributesFor3DConversion2()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx117 const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetLineAttribute() local
123 (double)nLineWidth, in impGetLineAttribute()
140 … const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetStrokeAttribute() local
141 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nLineWidth); in impGetStrokeAttribute()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx697 long nLineWidth; in Paint() local
720 nLineWidth = 10; in Paint()
722 nLineWidth = 4; in Paint()
723 DrawLine( Point( i*nMX+4, j ), Point( i*nMX+nMX-nLineWidth-4, j ) ); in Paint()
H A Dtbcontrl.cxx1338 sal_uInt16 nLineWidth = 0; in MakeLineBitmap() local
1351 nLineWidth = (sal_uInt16) DEF_LINE_WIDTH_1/20; in MakeLineBitmap()
1358 nLineWidth = (sal_uInt16) DEF_LINE_WIDTH_2/20; in MakeLineBitmap()
1366 nLineWidth = (sal_uInt16) DEF_LINE_WIDTH_3/20; in MakeLineBitmap()
1373 nLineWidth = (sal_uInt16) DEF_LINE_WIDTH_4/20; in MakeLineBitmap()
1383 nLineWidth = (sal_uInt16) (DEF_DOUBLE_LINE0_OUT+DEF_DOUBLE_LINE0_IN+DEF_DOUBLE_LINE0_DIST)/20; in MakeLineBitmap()
1393 nLineWidth = (sal_uInt16) (DEF_DOUBLE_LINE7_OUT+DEF_DOUBLE_LINE7_IN+DEF_DOUBLE_LINE7_DIST)/20; in MakeLineBitmap()
1403 nLineWidth = (sal_uInt16) (DEF_DOUBLE_LINE1_OUT+DEF_DOUBLE_LINE1_IN+DEF_DOUBLE_LINE1_DIST)/20; in MakeLineBitmap()
1413 nLineWidth = (sal_uInt16) (DEF_DOUBLE_LINE2_OUT+DEF_DOUBLE_LINE2_IN+DEF_DOUBLE_LINE2_DIST)/20; in MakeLineBitmap()
1489 if ( nLineWidth ) in MakeLineBitmap()
[all …]
/trunk/main/sw/inc/
H A Dfmtclds.hxx77 sal_uLong nLineWidth; //width of the separator line member in SwFmtCol
125 sal_uLong GetLineWidth() const { return nLineWidth;} in GetLineWidth()
139 void SetLineWidth(sal_uLong nLWidth) { nLineWidth = nLWidth;} in SetLineWidth()
H A Dpagedesc.hxx53 sal_uLong nLineWidth; //width of separator line member in SwPageFtnInfo
62 sal_uLong GetLineWidth() const { return nLineWidth; } in GetLineWidth()
70 void SetLineWidth(sal_uLong nSet ) { nLineWidth = nSet; } in SetLineWidth()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx825 nLineWidth( rCpy.nLineWidth), in SwFmtCol()
845 nLineWidth = rCpy.nLineWidth; in operator =()
865 nLineWidth(0), in SwFmtCol()
878 if( !(nLineWidth == rCmp.nLineWidth && in operator ==()
1117 nLineWidth = pSwColums->GetSepLineWidth(); in PutValue()
H A Dpagedesc.cxx384 nLineWidth(10), in SwPageFtnInfo()
399 nLineWidth(rCpy.nLineWidth), in SwPageFtnInfo()
422 nLineWidth = rCpy.nLineWidth; in operator =()
444 nLineWidth == rCmp.nLineWidth && in operator ==()
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/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/sw/source/core/text/
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,
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 Dportxt.cxx247 const KSHORT nLineWidth = (KSHORT)(rInf.Width() - rInf.X()); in BreakCut() local
278 Width( nLineWidth ); in BreakCut()
/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/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/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/vcl/inc/vcl/
H A Doutdev.hxx434 …ng nBaseY, long nStartX, long nStartY, long nWidth, long nHeight, long nLineWidth, short nOrientat…
/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 Dpdfwriter_impl.hxx1239 …id drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_Int32 nLineWidth );
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()

Completed in 285 milliseconds

123