Home
last modified time | relevance | path

Searched refs:nWidth (Results 351 – 375 of 757) sorted by relevance

1...<<11121314151617181920>>...31

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4131 if( nWidth ) // Linie ? in TranslateBorderLine()
4135 bool bThick = !bDouble && !bWrtWW8 && nWidth > 75; in TranslateBorderLine()
4145 nWidth /= 2; in TranslateBorderLine()
4150 nWidth = (( nWidth * 8 ) + 10 ) / 20; in TranslateBorderLine()
4151 if( 0xff < nWidth ) in TranslateBorderLine()
4152 nWidth = 0xff; in TranslateBorderLine()
4157 nWidth = ( nWidth + 7 ) / 15; in TranslateBorderLine()
4158 if( nWidth > 5 ) in TranslateBorderLine()
4159 nWidth = 5; in TranslateBorderLine()
4177 aBrc.aBits1[0] = sal_uInt8(nWidth); in TranslateBorderLine()
[all …]
H A Dww8par2.cxx94 WW8SelBoxInfo(short nXCenter, short nWidth) in WW8SelBoxInfo() argument
95 : nGroupXStart( nXCenter ), nGroupWidth( nWidth ), bGroupLocked(false) in WW8SelBoxInfo()
117 short nWidth[MAX_COL + 1]; // Laenge aller Zellen dieses Bandes member
230 bool FindMergeGroup(short nX1, short nWidth, bool bExact, short& nMGrIdx);
2730 short nWidth = pActBand->nWidth[ i ]; in MergeCells() local
2738 pActMGroup = new WW8SelBoxInfo( nX1, nWidth ); in MergeCells()
2744 short nSizCell = pActBand->nWidth[ i ]; in MergeCells()
2881 bool WW8TabDesc::FindMergeGroup(short nX1, short nWidth, bool bExact, in FindMergeGroup() argument
2892 short nX2 = nX1 + nWidth; in FindMergeGroup()
3309 pActBand->nWidth[ j ] = nW; in AdjustNewBand()
[all …]
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx386 long nWidth = GetSizePixel().Width(); in Paint() local
387 aMirroredPixel.Left() = nWidth - 1 - aPixRect.Right(); in Paint()
388 aMirroredPixel.Right() = nWidth - 1 - aPixRect.Left(); in Paint()
1575 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in InvertSimple() local
1576 if ( nWidth > 0 ) in InvertSimple()
1578 long nEndX = nScrX + ( nWidth - 1 ) * nLayoutSign; in InvertSimple()
1762 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in GetSelectionRects() local
1763 if ( nWidth > 0 ) in GetSelectionRects()
1765 long nEndX = nScrX + ( nWidth - 1 ) * nLayoutSign; in GetSelectionRects()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx1114 int nWidth = aOutputSize.Width(); in Resize() local
1116 nWidth >>= 1; in Resize()
1123 mpListBox[nPane]->SetPosSizePixel( nPosX,0, nWidth, nHeight ); in Resize()
1124 mpEdit[nPane]->SetPosSizePixel( nPosX, nHeight, nWidth, aOutputSize.Height() - nHeight ); in Resize()
1125 nPosX += nWidth; in Resize()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx838 SwTwips nWidth = rFrmSize.GetWidth(); in ScaleImageMap() local
840 nWidth -= rBox.CalcLineSpace( BOX_LINE_LEFT ) + in ScaleImageMap()
843 ASSERT( nWidth>0, "Gibt es 0 twip breite Grafiken!?" ); in ScaleImageMap()
845 if ( nGrfSize.Width() != nWidth ) in ScaleImageMap()
847 aScaleX = Fraction( nGrfSize.Width(), nWidth ); in ScaleImageMap()
/trunk/main/vcl/inc/
H A Dsalgeom.hxx31 unsigned long nWidth, nHeight; member
40 nX( 0 ), nY( 0 ), nWidth( 1 ), nHeight( 1 ), in _SalFrameGeometry()
/trunk/main/framework/inc/uielement/
H A Dcommandinfo.hxx46 nWidth( 0 ), in CommandInfo()
52 sal_uInt16 nWidth; member
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx162 sal_uLong nWidth = OUTLINE_PAPERWIDTH; in OutlineView() local
163 mpOutliner->SetPaperSize(Size(nWidth, 400000000)); in OutlineView()
970 sal_uLong nWidth = OUTLINE_PAPERWIDTH; in IMPL_LINK() local
972 Size(nWidth, in IMPL_LINK()
2052 sal_Int32 nWidth = pActWin->LogicToPixel( aSize ).Width() * 5;
2058 nWidth += pActWin->LogicToPixel( aSize ).Width();
2062 mnPageNumberWidthPixel = nWidth;
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx257 sal_Int32 nWidth = maColumnEdges[nCol] - nLastEdge; in FillTable() local
259 xSet->setPropertyValue( sWidth, Any( nWidth ) ); in FillTable()
260 nLastEdge += nWidth; in FillTable()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx418 double nWidth = getWidth(); in ScaleWidth() local
419 double nNewWidth = nWidth * Factor; in ScaleWidth()
426 double nDeltaWidth = nNewWidth - nWidth; in ScaleWidth()
433 double nDeltaWidth = (nNewWidth - nWidth) / 2; in ScaleWidth()
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx188 sal_uInt16 nWidth=USHRT_MAX, nHeight=USHRT_MAX; in NewNumBulList() local
258 nWidth = (sal_uInt16)pOption->GetNumber(); in NewNumBulList()
282 Size aTwipSz( nWidth, nHeight), *pTwipSz=0; in NewNumBulList()
283 if( nWidth!=USHRT_MAX && nHeight!=USHRT_MAX ) in NewNumBulList()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx85 long nWidth, in DrawTextLine() argument
91 …((PDFWriterImpl*)pImplementation)->drawTextLine( rPos, nWidth, eStrikeout, eUnderline, eOverline, … in DrawTextLine()
106 sal_uLong nWidth, in DrawStretchText() argument
111 ((PDFWriterImpl*)pImplementation)->drawStretchText( rStartPt, nWidth, rStr, nIndex, nLen ); in DrawStretchText()
H A Dpdfwriter_impl.hxx1222 void drawStretchText( const Point& rPos, sal_uLong nWidth, const String& rText,
1226 …void drawTextLine( const Point& rPos, long nWidth, FontStrikeout eStrikeout, FontUnderline eUnderl…
1227 …void drawWaveTextLine( rtl::OStringBuffer& aLine, long nWidth, FontUnderline eTextLine, Color aCol…
1228 …void drawStraightTextLine( rtl::OStringBuffer& aLine, long nWidth, FontUnderline eTextLine, Color …
1229 …void drawStrikeoutLine( rtl::OStringBuffer& aLine, long nWidth, FontStrikeout eStrikeout, Color aC…
1230 void drawStrikeoutChar( const Point& rPos, long nWidth, FontStrikeout eStrikeout );
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java757 static final int nWidth = 16; field in TextAttributeDialog.ColorIcon
761 public int getIconWidth() { return nWidth; } in getIconWidth()
765 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
767 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx414 long nWidth, nHeight, nXRes, nYRes; in ImplXfer() local
418 nWidth = aInfo.ImageWidth; in ImplXfer()
424 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer()
436 if( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer()
/trunk/main/vcl/win/source/window/
H A Dsalobj.cxx742 void WinSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
746 long nRight = nX + nWidth; in UnionClipRegion()
806 void WinSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
816 (int)nX, (int)nY, (int)nWidth, (int)nHeight, in SetPosSize()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx474 virtual long QueryColumnResize( sal_uInt16 nColId, long nWidth );
495 void InsertHandleColumn( sal_uLong nWidth );
510 void SetColumnWidth( sal_uInt16 nColumnId, sal_uLong nWidth );
596 void ReserveControlArea( sal_uInt16 nWidth = USHRT_MAX );
/trunk/main/sd/source/ui/sidebar/
H A DPreviewValueSet.hxx46 sal_Int32 GetPreferredHeight (sal_Int32 nWidth);
63 sal_uInt16 CalculateColumnCount (int nWidth) const;
/trunk/main/svtools/workben/
H A Dsvdem.cxx573 long nWidth = GetSplitSize(); in Split() local
575 if ( nWidth < GetMinSize() ) in Split()
576 nWidth = GetMinSize(); in Split()
577 else if ( nWidth > nMaxWidth ) in Split()
578 nWidth = nMaxWidth; in Split()
579 SetSizePixel( Size( nWidth, aSize.Height() ) ); in Split()
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbzpixelraster.hxx53 BZPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BZPixelRaster() argument
54 : BPixelRaster(nWidth, nHeight), in BZPixelRaster()
/trunk/main/svtools/source/control/
H A Druler.cxx652 n2 = n1+mpData->pArrows[i].nWidth-2; in ImplDrawArrows()
676 if ( nTxtWidth < mpData->pArrows[i].nWidth-10 ) in ImplDrawArrows()
681 if ( nTxtWidth > mpData->pArrows[i].nWidth-10 ) in ImplDrawArrows()
734 n2 = n1+mpData->pBorders[i].nWidth; in ImplDrawBorders()
1777 n2 = n1 + mpData->pBorders[i-1].nWidth; in ImplHitTest()
1780 if ( !mpData->pBorders[i-1].nWidth ) in ImplHitTest()
2984 (pAry1->nWidth != pAry2->nWidth) || in SetArrows()
3030 (pAry1->nWidth != pAry2->nWidth) || in SetBorders()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1788 long nWidth = GetOutputSizePixel().Width(); in ImplPaint() local
1790 Rectangle aRect( Point( 0, nY ), Size( nWidth, pEntry->mnHeight ) ); in ImplPaint()
2129 long nWidth = GetOutputSizePixel().Width(); in ScrollHorz() local
2130 if( ( mnMaxWidth - mnLeft + n ) > nWidth ) in ScrollHorz()
2468 long nWidth = (sal_uInt16) aOutSz.Width(); in ImplCheckScrollBars() local
2470 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()
2473 if( nWidth < nMaxWidth ) in ImplCheckScrollBars()
2497 sal_uInt16 nMaxLI = (sal_uInt16) (nMaxWidth - nWidth); in ImplCheckScrollBars()
3169 void ImplListBoxFloatingWindow::SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_u… in SetPosSizePixel() argument
3171 FloatingWindow::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx250 SwFmtFrmSize::SwFmtFrmSize( SwFrmSize eSize, SwTwips nWidth, SwTwips nHeight ) in SwFmtFrmSize() argument
252 aSize( nWidth, nHeight ), in SwFmtFrmSize()
830 nWidth( rCpy.GetWishWidth() ), in SwFmtCol()
849 nWidth = rCpy.GetWishWidth(); in operator =()
868 nWidth( USHRT_MAX ), in SwFmtCol()
882 nWidth == rCmp.GetWishWidth() && in operator ==()
962 nWidth = USHRT_MAX; in Init()
977 if ( nWidth != nAct ) in CalcColWidth()
981 nW /= nWidth; in CalcColWidth()
1103 nWidth = nWidthSum; in PutValue()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx1126 rSz.Width = nWidth; in Import()
3164 *pS >> nWidth; in Read()
3265 *pS >> nWidth; in Read()
3369 *pS >> nWidth; in Read()
3970 *pS >> nWidth; in Read()
4158 *pS >> nWidth; in Read()
5293 *pS >> nWidth; in Read()
5555 if( (nWidth < 1) || (nHeight < 1) ) in Import()
5674 nWidth = rSize.Width; in WriteContents()
5906 nWidth = rSize.Width; in WriteContents()
[all …]
/trunk/main/svx/inc/svx/
H A Dswframevalidation.hxx52 sal_Int32 nWidth; member
73 nWidth( 283 * 4 ), //2.0 cm in SvxSwFrameValidation()

Completed in 210 milliseconds

1...<<11121314151617181920>>...31