/aoo41x/main/sw/source/core/text/ |
H A D | guess.cxx | 91 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 D | frmcrsr.cxx | 549 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 …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 384 nLineWidth(10), in SwPageFtnInfo() 399 nLineWidth(rCpy.nLineWidth), in SwPageFtnInfo() 422 nLineWidth = rCpy.nLineWidth; in operator =() 444 nLineWidth == rCmp.nLineWidth && in operator ==()
|
H A D | atrfrm.cxx | 820 nLineWidth( rCpy.nLineWidth), in SwFmtCol() 840 nLineWidth = rCpy.nLineWidth; in operator =() 860 nLineWidth(0), in SwFmtCol() 873 if( !(nLineWidth == rCmp.nLineWidth && in operator ==() 1112 nLineWidth = pSwColums->GetSepLineWidth(); in PutValue()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | lineproperties.cxx | 177 const LineArrowProperties& rArrowProps, sal_Int32 nLineWidth, bool bLineEnd ) in lclPushMarkerProperties() argument 233 sal_Int32 nBaseLineWidth = ::std::max< sal_Int32 >( nLineWidth, 70 ); in lclPushMarkerProperties() 374 sal_Int32 nLineWidth = convertEmuToHmm( moLineWidth.get( 0 ) ); in pushToPropMap() local 389 sal_Int32 nBaseLineWidth = ::std::max< sal_Int32 >( nLineWidth, 35 ); in pushToPropMap() 406 rPropMap.setProperty( SHAPEPROP_LineWidth, nLineWidth ); in pushToPropMap() 418 lclPushMarkerProperties( rPropMap, maStartArrow, nLineWidth, false ); in pushToPropMap() 419 lclPushMarkerProperties( rPropMap, maEndArrow, nLineWidth, true ); in pushToPropMap()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1338 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 …]
|
H A D | layctrl.cxx | 697 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()
|
/aoo41x/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 220 …ne, sal_uInt32 nA, sal_uInt32 nB, sal_Int32 nStartLine, sal_Int32 nStopLine, sal_uInt16 nLineWidth) in rasterconvertB3DEdge() argument 227 if(nLineWidth > 1 || bForceToPolygon) in rasterconvertB3DEdge() 238 …const B2DVector aPerpend(getPerpendicular(aVector) * ((static_cast<double>(nLineWidth) + 0.5) * 0.… in rasterconvertB3DEdge() 332 …DPolygon(const B3DPolygon& rLine, sal_Int32 nStartLine, sal_Int32 nStopLine, sal_uInt16 nLineWidth) in rasterconvertB3DPolygon() argument 342 rasterconvertB3DEdge(rLine, a, (a + 1) % nPointCount, nStartLine, nStopLine, nLineWidth); in rasterconvertB3DPolygon()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 209 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 D | vbashapes.cxx | 232 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()
|
/aoo41x/main/vcl/source/window/ |
H A D | decoview.cxx | 687 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()
|
/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrformtextattribute.cxx | 117 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()
|
/aoo41x/main/sw/inc/ |
H A D | fmtclds.hxx | 77 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 D | pagedesc.hxx | 53 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()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 271 nLineWidth = pDev->GetTextWidth( rStr, nStartPos, nLen ); in GetTextLines() 275 ((nLineWidth >= nWidth) && (nStyle & TEXT_DRAW_WORDBREAK)) ) in GetTextLines() 281 nLineWidth = nLastLineWidth; in GetTextLines() 311 if ( nLineWidth > nMaxLineWidth ) in GetTextLines() 312 nMaxLineWidth = nLineWidth; in GetTextLines() 322 if ( nLineWidth > nWidth ) in GetTextLines() 327 if ( nLineWidth > nMaxLineWidth ) in GetTextLines() 328 nMaxLineWidth = nLineWidth; in GetTextLines() 346 while ( nLineWidth > nWidth ); in GetTextLines() 348 nLastLineWidth = nLineWidth; in GetTextLines() [all …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 83 sal_Int32 nLineWidth = 0; in lcl_setPropetiesToShape() local 84 if( pLineWidthAny && (*pLineWidthAny>>=nLineWidth) ) in lcl_setPropetiesToShape() 87 if( nLineWidth>nMaxLineWidthForLegend ) in lcl_setPropetiesToShape()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 410 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 D | outdev3.cxx | 3533 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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 443 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()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 620 sal_Int32 nLineWidth = 0; in convertLineProperties() local 624 case BIFF_OBJ_LINE_HAIR: nLineWidth = 0; break; in convertLineProperties() 625 case BIFF_OBJ_LINE_THIN: nLineWidth = 20; break; in convertLineProperties() 626 case BIFF_OBJ_LINE_MEDIUM: nLineWidth = 40; break; in convertLineProperties() 627 case BIFF_OBJ_LINE_THICK: nLineWidth = 60; break; in convertLineProperties() 629 …oLineWidth = getLimitedValue< sal_Int32, sal_Int64 >( convertHmmToEmu( nLineWidth ), 0, SAL_MAX_IN… in convertLineProperties()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 50 …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…
|
/aoo41x/main/oox/source/export/ |
H A D | drawingml.cxx | 314 sal_uInt32 nLineWidth = 0; in WriteOutline() local 321 GET( nLineWidth, LineWidth ); in WriteOutline() 346 XML_w, nLineWidth > 1 ? I64S( MM100toEMU( nLineWidth ) ) : NULL, in WriteOutline() 367 if( nLineWidth > 1 && GETA( LineJoint ) ) { in WriteOutline()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | bundles.cxx | 58 nLineWidth = rSource.nLineWidth; in operator =()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 1933 sal_Int32 nLineWidth=0; in WriteFlyFrameAttr() local 1959 nLineWidth = pLine->GetInWidth() + pLine->GetOutWidth() in WriteFlyFrameAttr() 1972 nLineWidth = pLine->GetOutWidth(); in WriteFlyFrameAttr() 1977 DrawModelToEmu( nLineWidth )); in WriteFlyFrameAttr() 1982 nLineWidth = SwMSDffManager::GetEscherLineMatch( in WriteFlyFrameAttr() 1983 eStyle,eShapeType,nLineWidth); in WriteFlyFrameAttr() 2068 return nLineWidth; in WriteFlyFrameAttr() 2074 sal_Int32 nLineWidth = SwBasicEscherEx::WriteFlyFrameAttr(rFmt, eShapeType, in WriteFlyFrameAttr() local 2163 return nLineWidth; in WriteFlyFrameAttr()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 177 sal_Int32 nLineWidth; member 184 nLineWidth(0) in GraphicBorderLine() 702 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = nIntValue; in lcl_attribute() 1319 …m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = ConversionHelper::convertTwipToMM100(n… in ProcessShapeOptions() 1557 …phicImportType == IMPORT_AS_SHAPE ? BORDER_TOP : static_cast<BorderPosition>(nBorder) ].nLineWidth; in createGraphicObject()
|