/aoo4110/main/editeng/inc/editeng/ |
H A D | borderline.hxx | 93 sal_uInt16 nOutWidth; member in SvxBorderLine 104 sal_uInt16 GetOutWidth() const { return nOutWidth; } in GetOutWidth() 109 void SetOutWidth( sal_uInt16 nNew ) { nOutWidth = nNew; } in SetOutWidth() 122 bool isEmpty() const { return (0 == nOutWidth && 0 == nInWidth && 0 == nDistance); } in isEmpty() 123 bool isDouble() const { return (0 != nOutWidth && 0 != nInWidth); } in isDouble() 124 sal_uInt16 getWidth() const { return nOutWidth + nInWidth + nDistance; } in getWidth()
|
/aoo4110/main/editeng/source/items/ |
H A D | frmitems.cxx | 1575 : nOutWidth( nOut ) in SvxBorderLine() 1595 nOutWidth = r.nOutWidth; in operator =() 1605 nOutWidth = (sal_uInt16)Scale( nOutWidth, nMult, nDiv ); in ScaleMetrics() 1616 ( nOutWidth == rCmp.GetOutWidth() ) && in operator ==() 1633 if ( DEF_LINE_WIDTH_0 == nOutWidth ) in GetValueString() 1635 else if ( DEF_LINE_WIDTH_1 == nOutWidth ) in GetValueString() 1637 else if ( DEF_LINE_WIDTH_2 == nOutWidth ) in GetValueString() 1639 else if ( DEF_LINE_WIDTH_3 == nOutWidth ) in GetValueString() 1641 else if ( DEF_LINE_WIDTH_4 == nOutWidth ) in GetValueString() 1649 else if ( DEF_LINE_WIDTH_1 == nOutWidth && in GetValueString() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | bordrhdl.cxx | 238 sal_Int32 nInWidth, nDistance, nOutWidth; in importXML() local 256 if( !rUnitConverter.convertMeasure( nOutWidth, aToken, 0, 500 ) ) in importXML() 263 if( aDBorderWidths[i+1] == nOutWidth && in importXML() 269 sal_uInt16 nWidth = i < nSize ? 0 : nOutWidth + nInWidth + nDistance; in importXML() 277 aBorderLine.OuterLineWidth = sal::static_int_cast< sal_Int16 >(nOutWidth); in importXML()
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 226 sal_uInt16 nOutWidth = pBorderLine->GetOutWidth(); in MergeBorders() local 229 if( nOutWidth && (!nBorder || nOutWidth < nBorder) ) in MergeBorders() 230 nBorder = nOutWidth; in MergeBorders() 234 if( nOutWidth && (!nInnerBorder || nOutWidth < nInnerBorder) ) in MergeBorders() 235 nInnerBorder = nOutWidth; in MergeBorders()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlithlp.cxx | 179 sal_uInt16 nOutWidth, sal_uInt16 nInWidth, in lcl_frmitems_setXMLBorderWidth() argument 182 rLine.SetOutWidth( nOutWidth ); in lcl_frmitems_setXMLBorderWidth() 285 sal_uInt16 nWidth, sal_uInt16 nOutWidth, in lcl_frmitems_setXMLBorder() argument 294 lcl_frmitems_setXMLBorderWidth( *rpLine, nOutWidth, nInWidth, in lcl_frmitems_setXMLBorder()
|
H A D | xmlimpit.cxx | 509 sal_Int32 nInWidth, nDistance, nOutWidth; in PutXMLValue() local 531 if( !rUnitConverter.convertMeasure( nOutWidth, aToken, in PutXMLValue() 542 static_cast< sal_uInt16 >( nOutWidth ), in PutXMLValue() 549 static_cast< sal_uInt16 >( nOutWidth ), in PutXMLValue() 556 static_cast< sal_uInt16 >( nOutWidth ), in PutXMLValue() 563 static_cast< sal_uInt16 >( nOutWidth ), in PutXMLValue()
|
H A D | xmlithlp.hxx | 61 sal_uInt16 nOutWidth, sal_uInt16 nInWidth, 74 sal_uInt16 nWidth, sal_uInt16 nOutWidth,
|
H A D | xmlexpit.cxx | 594 const sal_uInt16 nOutWidth = pTop->GetOutWidth(); in QueryXMLValue() local 598 nOutWidth == pLeft->GetOutWidth() && in QueryXMLValue() 601 nOutWidth == pRight->GetOutWidth() && in QueryXMLValue() 604 nOutWidth == pBottom->GetOutWidth(); in QueryXMLValue()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 2646 long nOutWidth = nCellWidth - 1 - nLeftM - nRightM; in DrawEdit() local 2703 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawEdit() 2705 aCellSize = Size( nOutWidth, nOutHeight ); in DrawEdit() 3117 long nOutWidth = nCellWidth - 1; in DrawRotated() local 3128 nOutWidth += (long) ( pDoc->GetColWidth(nX+i,nTab) * nPPTX ); in DrawRotated() 3198 nOutWidth -= nLeftM + nRightM; in DrawRotated() 3229 aPaperSize.Width() = nOutWidth; // zum Zentrieren in DrawRotated() 3241 aPaperSize.Width() = nOutWidth; in DrawRotated() 3375 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawRotated() 3377 aCellSize = Size( nOutWidth, nOutHeight ); // Scale ist 1 in DrawRotated() [all …]
|
H A D | output.cxx | 2369 long nOutWidth = (long) ( pDoc->GetColWidth(nOverX,nTab) * nPPTX ); in DrawClipMarks() local 2376 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks() 2381 nStartPosX -= nOutWidth - 1; in DrawClipMarks() 2382 aCellRect = Rectangle( Point( nStartPosX, nStartPosY ), Size( nOutWidth, nOutHeight ) ); in DrawClipMarks() 2386 long nOutWidth = pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawClipMarks() local 2397 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks() 2404 nStartPosX -= nOutWidth - 1; in DrawClipMarks() 2407 … Point( nStartPosX+nOutWidth-1, nPosY+nOutHeight-1 ) ); in DrawClipMarks()
|
H A D | viewdata.cxx | 1761 long nOutWidth = 0; in GetMergeSizePixel() local 1765 nOutWidth += ToPixel( pDoc->GetColWidth(nX+i,nTabNo), nPPTX ); in GetMergeSizePixel() 1781 rSizeXPix = nOutWidth; in GetMergeSizePixel()
|
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 1246 long nOutWidth = GetOutputSizePixel().Width(); in ImplAlign() local 1250 if( mnXOffset && ( nTextWidth < nOutWidth ) ) in ImplAlign() 1256 long nMinXOffset = nOutWidth - nTextWidth - 1 - ImplGetExtraOffset(); in ImplAlign() 1262 if( nTextWidth < nOutWidth ) in ImplAlign() 1267 if( nTextWidth < nOutWidth ) in ImplAlign() 1277 mnXOffset = (nOutWidth - nTextWidth) / 2; in ImplAlign() 2918 long nOutWidth = pW->GetOutputSizePixel().Width(); in GetMaxVisChars() local 2920 return nCharWidth ? (xub_StrLen)(nOutWidth/nCharWidth) : 0; in GetMaxVisChars()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 101 const long nOutWidth = GetOutputSizePixel().Width(); in setItemSizes() local 103 nTaskPaneMinSplitSize = static_cast<long>(nTaskPaneMinSplitSize*100/nOutWidth); in setItemSizes() 107 const long nReportMinSplitSize = static_cast<long>(12000/nOutWidth); in setItemSizes()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 755 sal_Int32 nOutWidth = xFilePicker->getAvailableWidth(); in IMPL_LINK() local 760 double nXRatio = (double) nOutWidth / nBmpWidth; in IMPL_LINK()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 2278 const long nOutWidth = aOutSz.Width(), nOutHeight = aOutSz.Height(); in ImplDrawAlpha() local 2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
|
/aoo4110/main/vcl/source/window/ |
H A D | window.cxx | 6664 long nOutWidth; in Show() local 6666 mpWindowImpl->mpFrame->GetClientSize( nOutWidth, nOutHeight ); in Show() 6667 ImplHandleResize( this, nOutWidth, nOutHeight ); in Show()
|