Home
last modified time | relevance | path

Searched refs:nWidth (Results 76 – 100 of 756) sorted by relevance

12345678910>>...31

/aoo41x/main/svtools/source/filter/jpeg/
H A Djpeg.cxx342 Size aSize( ((JPEGCreateBitmapParam*)pParam)->nWidth, in CreateBitmap()
446 long nWidth = pAcc->Width(); in FillBitmap() local
465 for( long nX = 0L; nX < nWidth; nX++ ) in FillBitmap()
488 sal_uInt8* aEnd(aSource + (nWidth * 3)); in FillBitmap()
495 pAcc->CopyScanline(nY, aSource, BMP_FORMAT_24BIT_TC_BGR, nWidth * 3); in FillBitmap()
502 for( long nX = 0L; nX < nWidth; nX++ ) in FillBitmap()
680 long nWidth = pAcc->Width(); in GetScanline() local
685 for( long nX = 0L; nX < nWidth; nX++ ) in GetScanline()
697 for( long nX = 0L; nX < nWidth; nX++ ) in GetScanline()
742 long nWidth = pAcc->Width(); in Write() local
[all …]
/aoo41x/main/sc/source/filter/rtf/
H A Deeimpars.cxx413 sal_uInt16 nWidth = (sal_uInt16)(sal_uLong) pColWidths->Get( nCol ); in WriteToDocument() local
414 if ( nWidth ) in WriteToDocument()
415 mpDoc->SetColWidth( nCol, nTab, nWidth ); in WriteToDocument()
465 long nWidth, nHeight; in GraphicSize() local
466 nWidth = nHeight = 0; in GraphicSize()
477 nWidth += aLogicSize.Width(); in GraphicSize()
478 else if ( nWidth < aLogicSize.Width() ) in GraphicSize()
479 nWidth = aLogicSize.Width(); in GraphicSize()
495 if ( nWidth > nColWidths ) in GraphicSize()
498 pColWidths->Replace( nCol, (void*)(nWidth - nColWidths + nThisWidth) ); in GraphicSize()
[all …]
/aoo41x/main/svx/source/xoutdev/
H A D_xoutbmp.cxx398 const long nWidth = aSize.Width(); in DetectEdges() local
399 const long nWidth2 = nWidth - 2L; in DetectEdges()
411 pWriteAcc->DrawLine( Point(), Point( nWidth - 1L, 0L ) ); in DetectEdges()
412 pWriteAcc->DrawLine( Point( nWidth - 1L, 0L ), Point( nWidth - 1L, nHeight - 1L ) ); in DetectEdges()
413 pWriteAcc->DrawLine( Point( nWidth - 1L, nHeight - 1L ), Point( 0L, nHeight - 1L ) ); in DetectEdges()
493 const long nWidth = pAcc->Width(); in GetCountour() local
495 const double fFactorX = (double) rPrefSize.Width() / nWidth; in GetCountour()
513 pPoints1 = new Point[ nWidth ]; in GetCountour()
514 pPoints2 = new Point[ nWidth ]; in GetCountour()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalobj.cxx229 SalClipRegion::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
231 if ( nWidth && nHeight && (numClipRectangles < maxClipRectangles) ) in UnionClipRegion()
237 aRect->width = (unsigned short) nWidth; in UnionClipRegion()
329 X11SalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
331 maClipRegion.UnionClipRegion ( nX, nY, nWidth, nHeight ); in UnionClipRegion()
382 X11SalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
384 if ( maPrimary && maSecondary && nWidth && nHeight ) in SetPosSize()
388 nX, nY, nWidth, nHeight ); in SetPosSize()
391 0, 0, nWidth, nHeight ); in SetPosSize()
/aoo41x/main/UnoControls/source/controls/
H A Dstatusindicator.cxx301 sal_Int32 nWidth = impl_getWidth() ; in getPreferredSize() local
305 if ( nWidth<DEFAULT_WIDTH ) in getPreferredSize()
307 nWidth = DEFAULT_WIDTH ; in getPreferredSize()
315 return Size ( nWidth, nHeight ) ; in getPreferredSize()
393 void SAL_CALL StatusIndicator::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize() argument
396 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
400 ( nWidth != aBasePosSize.Width ) || in setPosSize()
405 impl_recalcLayout ( WindowEvent(static_cast< OWeakObject* >(this),0,0,nWidth,nHeight,0,0,0,0) ) ; in setPosSize()
/aoo41x/main/vcl/inc/vcl/
H A Doutdev.hxx430 …SAL_DLLPRIVATE void ImplDrawTextRect( long nBaseX, long nBaseY, long nX, long nY, long nWidth, l…
440 SAL_DLLPRIVATE void ImplDrawMnemonicLine( long nX, long nY, long nWidth );
451 SAL_DLLPRIVATE long ImplLogicWidthToDevicePixel( long nWidth ) const;
453 SAL_DLLPRIVATE long ImplDevicePixelToLogicWidth( long nWidth ) const;
482 …SAL_DLLPRIVATE void ImplDrawWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpa…
483 …SAL_DLLPRIVATE void ImplDrawColorWallpaper( long nX, long nY, long nWidth, long nHeight, const W…
484 …SAL_DLLPRIVATE void ImplDrawBitmapWallpaper( long nX, long nY, long nWidth, long nHeight, const …
485 …SAL_DLLPRIVATE void ImplDrawGradientWallpaper( long nX, long nY, long nWidth, long nHeight, cons…
596 void DrawTextLine( const Point& rPos, long nWidth,
618 sal_Int32* pDXAry = NULL, long nWidth = 0,
[all …]
/aoo41x/main/vcl/aqua/source/window/
H A Dsalobj.cxx120 void AquaSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
129 if( nX + nWidth > mnClipX + mnClipWidth ) in UnionClipRegion()
130 mnClipWidth = nX + nWidth - mnClipX; in UnionClipRegion()
143 mnClipWidth = nWidth; in UnionClipRegion()
158 void AquaSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
162 mnWidth = nWidth; in SetPosSize()
/aoo41x/main/sc/source/core/data/
H A Dcolumn2.cxx360 long nWidth; in GetNeededSize() local
384 aSize = Size( nWidth, nHeight ); in GetNeededSize()
527 long nWidth; in GetNeededSize() local
540 aSize = Size( nWidth, nHeight ); in GetNeededSize()
663 sal_uInt16 nWidth = (sal_uInt16) (nOldWidth * nPPTX); in GetOptimalColWidth() local
685 if (nThis>nWidth || !bFound) in GetOptimalColWidth()
687 nWidth = nThis; in GetOptimalColWidth()
715 if (nThis>nWidth || !bFound) in GetOptimalColWidth()
717 nWidth = nThis; in GetOptimalColWidth()
726 nWidth += 2; in GetOptimalColWidth()
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlgrin.cxx325 long nWidth=0, nHeight=0; in InsertImage() local
370 nWidth = pOption->GetNumber(); in InsertImage()
372 if( bPrcWidth && nWidth>100 ) in InsertImage()
373 nWidth = 100; in InsertImage()
557 nWidth = 1; // != 0 in InsertImage()
562 nWidth = aPropInfo.nWidth; in InsertImage()
591 if( !nWidth || !nHeight ) in InsertImage()
597 if( pTable!=0 && !nWidth ) in InsertImage()
606 if( !nWidth && !nHeight ) in InsertImage()
611 else if( nWidth ) in InsertImage()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx150 const sal_Int32 nWidth (pBitmap->Width()); in AdaptTransparency() local
154 for (sal_Int32 nX = 0; nX<nWidth; ++nX) in AdaptTransparency()
906 const int nWidth (maPreviewBoundingBox.GetWidth()+2); in CreateBackground() local
911 aDevice.SetOutputSizePixel(Size(nWidth,nHeight)); in CreateBackground()
916 aDevice.DrawRect(Rectangle(0,0,nWidth-1,nCenter)); in CreateBackground()
918 aDevice.DrawRect(Rectangle(0,nCenter,nWidth-1,nHeight-1)); in CreateBackground()
924 aDevice.DrawLine(Point(0,0), Point(nWidth-1,0)); in CreateBackground()
925 aDevice.DrawLine(Point(nWidth-1,0),Point(nWidth-1,nCenter)); in CreateBackground()
929 aDevice.DrawLine(Point(nWidth-1,nHeight-1),Point(nWidth-1,nCenter)); in CreateBackground()
1273 const sal_Int32 nWidth (GetSize().Width()); in Place() local
[all …]
/aoo41x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx204 short nWidth, nHeight; in ReadRecordParams() local
205 *pWMF >> nHeight >> nWidth; in ReadRecordParams()
206 pOut->SetWinExt( Size( nWidth, nHeight ) ); in ReadRecordParams()
547 Bitmap aBmp( Size( nWidth, nHeight ), nBitCount ); in ReadRecordParams()
562 if ( x < nWidth ) in ReadRecordParams()
698 sal_uInt16 nStyle, nWidth, nHeight; in ReadRecordParams() local
700 *pWMF >> nStyle >> nWidth >> nHeight; in ReadRecordParams()
702 if ( nWidth ) in ReadRecordParams()
703 aLineInfo.SetWidth( nWidth ); in ReadRecordParams()
1258 sal_Int16 nWidth, nHeight; in GetPlaceableBound() local
[all …]
/aoo41x/main/sw/source/core/text/
H A Dblink.cxx92 long nWidth, nHeight; in IMPL_LINK() local
98 nWidth = pTmp->GetPortion()->SvLSize().Height(); in IMPL_LINK()
105 nWidth = pTmp->GetPortion()->SvLSize().Width(); in IMPL_LINK()
111 nWidth = pTmp->GetPortion()->SvLSize().Height(); in IMPL_LINK()
116 nWidth = pTmp->GetPortion()->SvLSize().Width(); in IMPL_LINK()
120 Rectangle aRefresh( aPos, Size( nWidth, nHeight ) ); in IMPL_LINK()
/aoo41x/main/sd/source/ui/dlg/
H A Ddocprev.cxx94 long nWidth = rSize.Width() - 2*FRAME; in CalcSizeAndPos() local
96 if( nWidth < 0 ) nWidth = 0; in CalcSizeAndPos()
100 double dRatioPreV=((double) nWidth ) / nHeight; in CalcSizeAndPos()
104 rSize=Size(nWidth, (sal_uInt16)(nWidth/dRatio)); in CalcSizeAndPos()
110 rPoint=Point((sal_uInt16)((nWidth-rSize.Width())/2),0); in CalcSizeAndPos()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx465 sal_uInt16 nWidth = 0; in PutXMLValue() local
472 bHasWidth, nWidth, nNamedWidth, in PutXMLValue()
479 bHasWidth, nWidth, nNamedWidth, in PutXMLValue()
485 bHasWidth, nWidth, nNamedWidth, in PutXMLValue()
491 bHasWidth, nWidth, nNamedWidth, in PutXMLValue()
497 bHasWidth, nWidth, nNamedWidth, in PutXMLValue()
537 sal_uInt16 nWidth = 0; in PutXMLValue() local
541 lcl_frmitems_setXMLBorder( pTop, nWidth, in PutXMLValue()
548 lcl_frmitems_setXMLBorder( pBottom, nWidth, in PutXMLValue()
555 lcl_frmitems_setXMLBorder( pLeft, nWidth, in PutXMLValue()
[all …]
/aoo41x/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx417 long nWidth, long nHeight, Graphic &rGraphic) in MakePreview() argument
434 Rectangle aRect( Point( 1, 1 ), Size( nWidth - 2, nHeight - 2 ) ); in MakePreview()
501 aMtf.SetPrefSize( Size( nWidth, nHeight ) ); in MakePreview()
589 long nWidth = ImplGetNumber( &pDest, nSecurityCount ); in GraphicImport() local
594 …if ( nSecurityCount && pDest && nWidth && nHeight && ( ( nBitDepth == 1 ) || ( nBitDepth == 8 ) ) … in GraphicImport()
598 Bitmap aBitmap( Size( nWidth, nHeight ), 1 ); in GraphicImport()
609 for ( long x = 0; x < nWidth; x++ ) in GraphicImport()
702 long nWidth = nNumb[2] - nNumb[0] + 1; in GraphicImport() local
716 MakePreview(pBuf, nBytesRead, nWidth, nHeight, in GraphicImport()
720 aMtf.AddAction( (MetaAction*)( new MetaEPSAction( Point(), Size( nWidth, nHeight ), in GraphicImport()
[all …]
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx717 CGRect aRect( CGRectMake(nX, nY, nWidth, nHeight) ); in drawRect()
732 RefreshRect( nX, nY, nWidth, nHeight ); in drawRect()
774 long nX = 0, nY = 0, nWidth = 0, nHeight = 0; in drawPolyLine() local
790 RefreshRect( nX, nY, nWidth, nHeight ); in drawPolyLine()
802 long nX = 0, nY = 0, nWidth = 0, nHeight = 0; in drawPolygon() local
838 RefreshRect( nX, nY, nWidth, nHeight ); in drawPolygon()
1771 w = mpFrame->maGeometry.nWidth; in GetGraphicsWidth()
2468 nBytesPerRow *= nWidth; in SetTarget()
2474 nWidth, nHeight, nBitsPerComponent, nBytesPerRow, in SetTarget()
2488 nWidth, nHeight, nBitsPerComponent, nBytesPerRow, in SetTarget()
[all …]
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.cxx338 sal_Int64 nWidth = aWidthMF.Normalize(nOldWidth); in ActivatePage() local
341 if (nWidth != aWidthMF.GetValue(FUNIT_TWIP)) in ActivatePage()
347 aWidthMF.SetUserValue(nWidth, FUNIT_TWIP); in ActivatePage()
350 aWidthMF.SetValue(nWidth, FUNIT_TWIP); in ActivatePage()
449 long nWidth = aOrigSize.Width() - in IMPL_LINK() local
452 if(!nWidth) in IMPL_LINK()
453 nWidth++; in IMPL_LINK()
567 long nWidth = aOrigSize.Width() - in IMPL_LINK() local
570 aWidthMF.SetValue( aWidthMF.Normalize( nWidth ), eUnit ); in IMPL_LINK()
591 long nWidth = lcl_GetValue( aWidthMF, eUnit ); in CalcZoom() local
[all …]
/aoo41x/main/framework/source/uielement/
H A Dtoolbarmerger.cxx131 aAddonToolbarItem.nWidth ); in ConvertSeqSeqToVector()
639 sal_uInt16 nWidth, in CreateController() argument
647 … pResult = new ComboboxToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
649 pResult = new EditToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
651 … pResult = new SpinfieldToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
655 … pResult = new DropdownToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
679 pIter->second.nWidth = rItem.nWidth; in CreateToolbarItem()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx948 int nWidth; in ImplSalFrameFullScreenPos() local
1421 mnMinWidth = nWidth; in SetMinClientSize()
1427 mnMaxWidth = nWidth; in SetMaxClientSize()
1481 aWinRect.right = (int)nWidth-1; in SetPosSize()
1834 rWidth = maGeometry.nWidth; in GetClientSize()
1847 int nWidth; in SetWindowState() local
1905 if ( nX+nWidth > nScreenX+nScreenWidth ) in SetWindowState()
1970 aStateRect.right = nX+nWidth; in SetWindowState()
3257 long nRight = nX + nWidth; in UnionClipRegion()
4249 int nWidth = aRect.right - aRect.left in UpdateFrameGeometry() local
[all …]
/aoo41x/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx86 long nWidth; member in SfxFrameDescriptor
126 { nWidth = n; } in SetWidth()
128 { nWidth = n; eSizeSelector = SIZE_PERCENT; } in SetWidthPercent()
130 { nWidth = n; eSizeSelector = SIZE_REL; } in SetWidthRel()
132 { nWidth = n; eSizeSelector = SIZE_ABS; } in SetWidthAbs()
134 { return nWidth; } in GetWidth()
/aoo41x/main/vcl/inc/aqua/
H A Dsalbmp.h95 void ConvertBitmapData( sal_uInt32 nWidth, sal_uInt32 nHeight,
100 …bool Create( CGLayerRef xLayer, int nBitCount, int nX, int nY, int nWidth, int nHeight, bool bMi…
103 …CGImageRef CreateWithMask( const AquaSalBitmap& rMask, int nX, int nY, int nWidth, int nHeight ) …
104 CGImageRef CreateColorMask( int nX, int nY, int nWidth, int nHeight, SalColor nMaskColor ) const;
105 CGImageRef CreateCroppedImage( int nX, int nY, int nWidth, int nHeight ) const;
/aoo41x/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx108 CellDescriptor& SetFixedWidth (const sal_Int32 nWidth);
114 CellDescriptor& SetMinimumWidth (const sal_Int32 nWidth);
150 const sal_Int32 nWidth);
154 const sal_Int32 nWidth);
190 void SetWidth (const sal_Int32 nWidth);
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx277 long nWidth = nSelectionWidth; in IMPL_LINK() local
283 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
288 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
291 nWidth = nPageWidth; in IMPL_LINK()
293 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
304 pTabPage->SetPageWidth(nWidth); in IMPL_LINK()
418 sal_uInt16 lcl_LineWidthToPos(sal_uLong nWidth) in DBG_NAME()
420 const sal_uInt16 nUShortWidth = (sal_uInt16)nWidth; in DBG_NAME()
433 sal_uInt16 nWidth = GetMaxWidth( pColMgr, nCols ); in ResetColWidth() local
434 nWidth = nWidth / nCols; in ResetColWidth()
[all …]
/aoo41x/main/editeng/inc/editeng/
H A Dshaditem.hxx53 sal_uInt16 nWidth; member in SvxShadowItem
59 const Color *pColor = 0, const sal_uInt16 nWidth = 100 /*5pt*/,
83 sal_uInt16 GetWidth() const { return nWidth; } in GetWidth()
86 void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWidth()
101 nWidth = rFmtShadow.GetWidth(); in operator =()
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx78 sal_Int32 nWidth, in ImplInsertSeparator() argument
95 Any( nWidth ) }; in ImplInsertSeparator()
114 sal_Int32 nWidth, in ImplInsertButton() argument
143 Any( nWidth ) }; in ImplInsertButton()
162 sal_Int32 nWidth, in ImplInsertFixedText() argument
186 Any( nWidth ) }; in ImplInsertFixedText()
231 Any( nWidth ) }; in ImplInsertCheckBox()
281 Any( nWidth ) }; in ImplInsertFormattedField()
334 Any( nWidth ) }; in ImplInsertComboBox()
380 Any( nWidth ) }; in ImplInsertRadioButton()
[all …]

Completed in 209 milliseconds

12345678910>>...31