Home
last modified time | relevance | path

Searched refs:nWidth (Results 251 – 275 of 756) sorted by relevance

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

/aoo41x/main/forms/qa/integration/forms/
H A DFormLayer.java92 int nYPos, int nWidth, int nHeight, Object _parentForm ) throws java.lang.Exception in createControlAndShape() argument
101 xShape.setSize( new Size( nWidth * 100, nHeight * 100 ) ); in createControlAndShape()
161 int nYPos, int nWidth, int nHeight ) throws java.lang.Exception in createControlAndShape() argument
163 return createControlAndShape( sFormComponentService, nXPos, nYPos, nWidth, nHeight, null ); in createControlAndShape()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx376 const sal_uInt32 nWidth(basegfx::fround(fabs(fFontScaleX))); in getVclFontFromFontAttribute() local
377 const bool bFontIsScaled(nHeight != nWidth); in getVclFontFromFontAttribute()
396 Size(bFontIsScaled ? nWidth : 0, nHeight)); in getVclFontFromFontAttribute()
416 const double fScaleFactor((double)nWidth / (double)nHeight); in getVclFontFromFontAttribute()
/aoo41x/main/sw/source/ui/misc/
H A Dpggrid.cxx390 long nWidth = (long)(m_aPageSize.Width() / aCharsPerLineNF.GetValue()); in IMPL_LINK() local
391 aTextSizeMF.SetValue(aTextSizeMF.Normalize(nWidth), FUNIT_TWIP); in IMPL_LINK()
393 m_nRubyUserValue = nWidth; in IMPL_LINK()
418 … long nWidth = static_cast< sal_Int32 >(m_aPageSize.Width() / aCharsPerLineNF.GetValue()); in IMPL_LINK() local
419 aCharWidthMF.SetValue(aCharWidthMF.Normalize(nWidth), FUNIT_TWIP); in IMPL_LINK()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx617 bool WinSalGraphics::drawAlphaRect( long nX, long nY, long nWidth, in drawAlphaRect() argument
635 bool bRet = AlphaBlend( getHDC(), nX, nY, nWidth, nHeight, in drawAlphaRect()
735 void WinSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags ) in invert() argument
744 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in invert()
763 PatBlt( getHDC(), nX, nY, nWidth, nHeight, PATINVERT ); in invert()
772 aRect.right = (int)nX+nWidth; in invert()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx184 if( pFrame->maGeometry.nWidth ) in GetGraphicsWidth()
185 return pFrame->maGeometry.nWidth; in GetGraphicsWidth()
477 void Os2SalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() argument
500 aPt.x = nX + nWidth - 1; in drawRect()
850 sal_Bool Os2SalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nS… in drawEPS() argument
961 double dM11 = nWidth / ( nBoundingBox[2] - nBoundingBox[0] ); in drawEPS()
/aoo41x/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx54 const sal_uInt32 nWidth(mnAntiAlialize ? rRaster.getWidth()/mnAntiAlialize : rRaster.getWidth()); in BPixelRasterToBitmapEx() local
57 if(nWidth && nHeight) in BPixelRasterToBitmapEx()
59 const Size aDestSize(nWidth, nHeight); in BPixelRasterToBitmapEx()
74 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx()
115 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx()
136 aRetval.SetPrefSize(Size(nWidth, nHeight)); in BPixelRasterToBitmapEx()
/aoo41x/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx74 long nWidth = GetTextWidth( aTxtBefore ); in Arrange() local
77 mrFTbefore.SetPosSizePixel( nX, nYFT, nWidth, nTextHeight ); in Arrange()
79 nX += nWidth; in Arrange()
/aoo41x/main/vcl/source/window/
H A Darrange.cxx659 long nWidth = 0; in getLabelWidth() local
677 if( aLabSize.Width() > nWidth ) in getLabelWidth()
678 nWidth = aLabSize.Width(); in getLabelWidth()
683 return nWidth + getBorderValue( getBorderWidth() ); in getLabelWidth()
688 long nWidth = getLabelWidth(); in getOptimalSize() local
705 aElementSize.Width() = nWidth; in getOptimalSize()
741 long nWidth = getLabelWidth(); in resize() local
750 pLabel->setLabelColumnWidth( nWidth ); in resize()
/aoo41x/main/oox/source/xls/
H A Dworksheethelper.cxx315 void setBaseColumnWidth( sal_Int32 nWidth );
794 void WorksheetGlobals::setBaseColumnWidth( sal_Int32 nWidth ) in setBaseColumnWidth() argument
797 if( !mbHasDefWidth && (nWidth > 0) ) in setBaseColumnWidth()
802 …rUnitConv.scaleToMm100( nWidth, UNIT_DIGIT ) + rUnitConv.scaleToMm100( 5, UNIT_SCREENX ), UNIT_DIG… in setBaseColumnWidth()
1191 sal_Int32 nWidth = getUnitConverter().scaleToMm100( rModel.mfWidth, UNIT_DIGIT ); in convertColumns() local
1194 nWidth *= 2; in convertColumns()
1195 if( nWidth > 0 ) in convertColumns()
1196 aPropSet.setProperty( PROP_Width, nWidth ); in convertColumns()
1633 void WorksheetHelper::setBaseColumnWidth( sal_Int32 nWidth ) in setBaseColumnWidth() argument
1635 mrSheetGlob.setBaseColumnWidth( nWidth ); in setBaseColumnWidth()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx789 const sal_Int32* pDXArray, long nWidth, in ImplWriteText() argument
882 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText() local
884 nWidth = ImplMap( nWidth ); in ImplWriteText()
885 nX = aPos.X() + nWidth; in ImplWriteText()
899 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in ImplWriteText()
901 const double fFactor = (double) nWidth / aNormSize.Width(); in ImplWriteText()
936 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText() local
938 nWidth = ImplMap( nWidth ); in ImplWriteText()
939 nX = aPos.X() + nWidth; in ImplWriteText()
/aoo41x/main/sc/source/filter/inc/
H A Deeparser.hxx73 sal_uInt16 nWidth; // HTML PixelWidth member
82 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
89 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
/aoo41x/main/svx/source/dialog/
H A Dgraphctl.cxx284 const long nWidth = aWinSize.Width(); in Resize() local
287 double fWinWH = (double) nWidth / nHeight; in Resize()
297 aNewSize.Width() = nWidth; in Resize()
298 aNewSize.Height()= (long) ( (double) nWidth / fGrfWH ); in Resize()
301 aNewPos.X() = ( nWidth - aNewSize.Width() ) >> 1; in Resize()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx70 int nXDst, int nYDst, unsigned nWidth, unsigned nHeight ) const;
220 unsigned nWidth, unsigned nHeight ) const in CompositePicture() argument
224 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
227 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx391 long nWidth = _rCtrl.GetTextWidth( _rCtrl.GetText() ); in ShrinkToFitWidth() local
393 nWidth += _nOffs; in ShrinkToFitWidth()
394 aSize.Width() = nWidth; in ShrinkToFitWidth()
396 return nWidth; in ShrinkToFitWidth()
/aoo41x/main/svtools/inc/svtools/
H A Divctrl.hxx171 long nWidth; member in SvxIconChoiceCtrlColumnInfo
178 nWidth( nWd ), eAlignment( eAlign ), nSubItem( nSub ) {} in SvxIconChoiceCtrlColumnInfo()
183 void SetWidth( long nWd ) { nWidth = nWd; } in SetWidth()
189 long GetWidth() const { return nWidth; } in GetWidth()
H A Druler.hxx591 long nWidth; member
651 long nWidth; member
774 void SetWinPos( long nOff = 0, long nWidth = 0 );
777 void SetPagePos( long nOff = 0, long nWidth = 0 );
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java372 int nWidth = 4000; in Demo_Group1() local
374 int nPosX = ( aPageSize.Width * 3 ) / 4 - nWidth / 2; in Demo_Group1()
379 new Size( nWidth, nHeight ), in Demo_Group1()
383 new Size( nWidth, nHeight ), in Demo_Group1()
/aoo41x/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx170 sal_Int32 nWidth, in ComboboxToolbarController() argument
176 if ( nWidth == 0 ) in ComboboxToolbarController()
177 nWidth = 100; in ComboboxToolbarController()
183 m_pComboBox->SetSizePixel( ::Size( nWidth, aPixelSize.Height() )); in ComboboxToolbarController()
/aoo41x/main/xmloff/source/style/
H A DVisAreaContext.cxx80 sal_Int32 nWidth(0); in process() local
105 SvXMLUnitConverter::convertMeasure(nWidth, sValue, aMapUnit); in process()
106 rRect.Width = nWidth; in process()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1745 const long nWidth = GetSizePixel().Width(); in Resize() local
1747 const long nNewWidth = ( nWidth / 2 ) - n3Width - 2; in Resize()
2018 long nWidth = aRect.getWidth() - nOffset; in InitControls() local
2020 nWidth -= pScrollBar->GetSizePixel().Width(); in InitControls()
2021 aSize.Width() = nWidth; in InitControls()
2036 aSize.Width() = nWidth; in InitControls()
2334 long nWidth = GetOutputSizePixel().Width(); in CustomPropertiesControl() local
2335 m_aHeaderBar.SetPosSizePixel( Point(), Size( nWidth, m_aVertScroll.GetPosPixel().Y() ) ); in CustomPropertiesControl()
2337 nWidth = nWidth / 4; in CustomPropertiesControl()
2339 …m_aHeaderBar.InsertItem( HI_NAME, String( ResId( STR_HEADER_NAME, *pResMgr ) ), nWidth, nHeadBits … in CustomPropertiesControl()
[all …]
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.hxx81 long GetRequiredHeight (int nWidth) const;
94 virtual sal_Int32 GetPreferredHeight (sal_Int32 nWidth);
136 virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth);
/aoo41x/main/sfx2/source/sidebar/
H A DTitleBar.cxx123 long nWidth, in SetPosSizePixel() argument
127 Window::SetPosSizePixel(nX,nY,nWidth,nHeight,nFlags); in SetPosSizePixel()
131 … maToolBox.SetPosSizePixel(nWidth-nToolBoxWidth,0, nToolBoxWidth,nHeight, WINDOW_POSSIZE_POSSIZE); in SetPosSizePixel()
/aoo41x/main/editeng/inc/editeng/
H A Dbulitem.hxx76 long nWidth; member in SvxBulletItem
109 long GetWidth() const { return nWidth; } in GetWidth()
126 void SetWidth( long nNew ) { nWidth = nNew; } in SetWidth()
/aoo41x/main/tools/inc/tools/
H A Dgen.hxx246 Size( long nWidth, long nHeight );
256 void setWidth(long nWidth) { Width() = nWidth; } in setWidth() argument
264 inline Size::Size( long nWidth, long nHeight ) : in Size() argument
265 Pair( nWidth, nHeight ) in Size()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx548 long nWidth = 0; in draw() local
557 nWidth = aFont.GetHeight(); in draw()
561 nWidth = aFont.GetWidth() * aFont.GetHeight() / aMetric.GetHeight(); in draw()
568 cairo_matrix_scale(&m, nWidth, aFont.GetHeight()); in draw()
579 nWidth, in draw()

Completed in 150 milliseconds

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