Home
last modified time | relevance | path

Searched refs:nW (Results 1 – 25 of 110) sorted by relevance

12345

/trunk/main/svx/source/items/
H A Ddrawitem.cxx58 SvxColorTableItem::SvxColorTableItem( XColorListSharedPtr aTable, sal_uInt16 nW ) : in SvxColorTableItem() argument
59 SfxPoolItem( nW ), in SvxColorTableItem()
144 SfxPoolItem( nW ), in SvxGradientListItem()
228 SvxHatchListItem::SvxHatchListItem( XHatchListSharedPtr aList, sal_uInt16 nW ) : in SvxHatchListItem() argument
229 SfxPoolItem( nW ), in SvxHatchListItem()
313 SvxBitmapListItem::SvxBitmapListItem( XBitmapListSharedPtr aList, sal_uInt16 nW ) : in SvxBitmapListItem() argument
314 SfxPoolItem( nW ), in SvxBitmapListItem()
400 SvxDashListItem::SvxDashListItem( XDashListSharedPtr aList, sal_uInt16 nW ) : in SvxDashListItem() argument
401 SfxPoolItem( nW ), in SvxDashListItem()
483 SvxLineEndListItem::SvxLineEndListItem( XLineEndListSharedPtr aList, sal_uInt16 nW ) : in SvxLineEndListItem() argument
[all …]
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx240 long nW = aPnt.X() + aBtnSiz.Width() + a6Siz.Width(); in InitControls() local
735 const int nW = 160; in InitControls() local
741 Point(10, 31), Size(nW, 20), aEmptyStr, HID_FILEDLG_EDIT ); // aMask() in InitControls()
743 Point(10, 58), Size(nW, 180-nH), aEmptyStr, HID_FILEDLG_FILES ); in InitControls()
746 Point(nW+20, 12), Size(nW, 18), UniString( SvtResId( STR_FILEDLG_DIR ) ), HID_FILEDLG_DIR ); in InitControls()
748 Point(nW+20, 33), Size(nW, 20), aPath.GetFull(), HID_FILEDLG_PATH ); in InitControls()
750 Point(nW+20, 58), Size(nW, 180-nH ), aEmptyStr, HID_FILEDLG_DIRS ); in InitControls()
757 Point(10, 265-nH ), Size(nW, 100 ), aEmptyStr, HID_FILEDLG_TYPES ); in InitControls()
760 …Point(nW+20, 246-nH), Size(nW, 18), UniString( SvtResId( STR_FILEDLG_DRIVES ) ), HID_FILEDLG_DRIVE… in InitControls()
762 Point(nW+20, 265-nH ), Size(nW, 100 ), aEmptyStr, HID_FILEDLG_DRIVES ); in InitControls()
[all …]
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx173 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in Reset() local
174 if( SFX_ITEM_SET == rSet.GetItemState( nW, sal_True, &pItem)) in Reset()
198 nW = rPool.GetWhich( SID_ATTR_PAGE_SIZE ); in Reset()
199 if ( SFX_ITEM_SET == rSet.GetItemState( nW, sal_False, &pItem ) ) in Reset()
219 MapMode( (MapUnit)rSet.GetPool()->GetMetric( nW ) ) ); in Reset()
258 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_FRMSIZE ); in FillItemSet() local
261 SvxSizeItem aSz( nW ); in FillItemSet()
268 pExSet->GetItemState( nW, sal_False, &pItem ) ) in FillItemSet()
271 aSz = (const SvxSizeItem&)GetItemSet().Get( nW ); in FillItemSet()
293 sal_uInt16 nW = rPool.GetWhich( SID_ATTR_GRAF_CROP ); in FillItemSet() local
[all …]
/trunk/main/sw/source/core/draw/
H A Ddrawdoc.cxx92 for( sal_uInt16 nW = *pRangeArr, nEnd = *(pRangeArr+1); in SwDrawModel() local
93 nW < nEnd; ++nW ) in SwDrawModel()
94 if( 0 != (pItem = rDocPool.GetPoolDefaultItem( nW )) && in SwDrawModel()
95 0 != (nSlotId = rDocPool.GetSlotId( nW ) ) && in SwDrawModel()
96 nSlotId != nW && in SwDrawModel()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx306 const sal_uInt32 nW(pRGB->mnWidth); in ImplCreateGdiPlusBitmap() local
309 pRetval = new Gdiplus::Bitmap(nW, nH, PixelFormat24bppRGB); in ImplCreateGdiPlusBitmap()
316 const sal_uInt32 nExtraRGB(pRGB->mnScanlineSize - (nW * 3)); in ImplCreateGdiPlusBitmap()
318 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap()
328 memcpy(targetPixels, pSrcRGB, nW * 3); in ImplCreateGdiPlusBitmap()
329 pSrcRGB += nW * 3 + nExtraRGB; in ImplCreateGdiPlusBitmap()
444 const sal_uInt32 nW(pRGB->mnWidth); in ImplCreateGdiPlusBitmap() local
447 pRetval = new Gdiplus::Bitmap(nW, nH, PixelFormat32bppARGB); in ImplCreateGdiPlusBitmap()
456 const sal_uInt32 nExtraA(pA->mnScanlineSize - nW); in ImplCreateGdiPlusBitmap()
458 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap()
[all …]
/trunk/main/vcl/source/window/
H A Dstatus.cxx440 long nW = mpImplData->mnItemBorderWidth + 1; in ImplDrawItem() local
441 Rectangle aTextRect( aRect.Left()+nW, aRect.Top()+nW, in ImplDrawItem()
442 aRect.Right()-nW, aRect.Bottom()-nW ); in ImplDrawItem()
1266 long nW = mpImplData->mnItemBorderWidth+1; in GetItemRect() local
1267 aRect.Top() += nW-1; in GetItemRect()
1268 aRect.Bottom() -= nW-1; in GetItemRect()
1269 aRect.Left() += nW; in GetItemRect()
1270 aRect.Right() -= nW; in GetItemRect()
1290 long nW = mpImplData->mnItemBorderWidth + 1; in GetItemTextPos() local
1291 Rectangle aTextRect( aRect.Left()+nW, aRect.Top()+nW, in GetItemTextPos()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1185 const sal_uInt32 nW(rSize.Width()); in createBlendFrame() local
1188 if(nW || nH) in createBlendFrame()
1192 const sal_uInt32 nDE(nW + nH); in createBlendFrame()
1237 const long nW(rSize.Width()); in createBlendFrame() local
1240 if(nW && nH) in createBlendFrame()
1261 for(x = 1; x < nW - 1; x++) in createBlendFrame()
1265 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame()
1272 if(x < nW) in createBlendFrame()
1288 if(x < nW) in createBlendFrame()
1306 for(x = 1; x < nW - 1; x++) in createBlendFrame()
[all …]
H A Dpdfwriter_impl2.cxx1961 long nW = i_pBitmap->Width(); in writeG4Stream() local
1963 if( nW <= 0 || nH <= 0 ) in writeG4Stream()
1971 const Scanline pFirstRefLine = (Scanline)rtl_allocateZeroMemory( nW/8 + 1 ); in writeG4Stream()
1979 long nRunIndex1 = bRunSet ? 0 : findBitRun( pCurLine, 0, nW, bRunSet ); in writeG4Stream()
1980 long nRefIndex1 = bRefSet ? 0 : findBitRun( pRefLine, 0, nW, bRefSet ); in writeG4Stream()
1981 for( ; nLineIndex < nW; ) in writeG4Stream()
1983 long nRefIndex2 = findBitRun( pRefLine, nRefIndex1, nW, isSet( pRefLine, nRefIndex1 ) ); in writeG4Stream()
2025 if( nLineIndex < nW ) in writeG4Stream()
2028 nRunIndex1 = findBitRun( pCurLine, nLineIndex, nW, bSet ); in writeG4Stream()
2029 nRefIndex1 = findBitRun( pRefLine, nLineIndex, nW, ! bSet ); in writeG4Stream()
[all …]
/trunk/main/svl/source/items/
H A Dflagitem.cxx50 SfxFlagItem::SfxFlagItem( sal_uInt16 nW, sal_uInt16 nV ) : in SfxFlagItem() argument
51 SfxPoolItem( nW ), in SfxFlagItem()
59 SfxFlagItem::SfxFlagItem( sal_uInt16 nW, SvStream &rStream) : in SfxFlagItem() argument
60 SfxPoolItem( nW ) in SfxFlagItem()
H A Dlckbitem.cxx49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem() argument
50 : SfxPoolItem( nW ), in SfxLockBytesItem()
57 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvStream &rStream ) in SfxLockBytesItem() argument
58 : SfxPoolItem( nW ) in SfxLockBytesItem()
H A Dptitem.cxx56 SfxPointItem::SfxPointItem( sal_uInt16 nW, const Point& rVal ) : in SfxPointItem() argument
57 SfxPoolItem( nW ), in SfxPointItem()
65 SfxPointItem::SfxPointItem( sal_uInt16 nW, SvStream &rStream ) : in SfxPointItem() argument
66 SfxPoolItem( nW ) in SfxPointItem()
H A Drectitem.cxx53 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, const Rectangle& rVal ) : in SfxRectangleItem() argument
54 SfxPoolItem( nW ), in SfxRectangleItem()
62 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, SvStream &rStream ) : in SfxRectangleItem() argument
63 SfxPoolItem( nW ) in SfxRectangleItem()
H A Dszitem.cxx53 SfxSizeItem::SfxSizeItem( sal_uInt16 nW, const Size& rVal ) : in SfxSizeItem() argument
54 SfxPoolItem( nW ), in SfxSizeItem()
62 SfxSizeItem::SfxSizeItem( sal_uInt16 nW, SvStream &rStream ) : in SfxSizeItem() argument
63 SfxPoolItem( nW ) in SfxSizeItem()
H A Dpoolitem.cxx82 SfxPoolItem::SfxPoolItem( sal_uInt16 nW ) in IMPL_PTRHINT()
84 nWhich( nW ) in IMPL_PTRHINT()
88 DBG_ASSERT(nW <= SHRT_MAX, "Which Bereich ueberschritten"); in IMPL_PTRHINT()
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx377 sal_Int32 nW = aAgentSize.Width() ; in implts_positionAgentWindow() local
380 if (nW < 1) in implts_positionAgentWindow()
381 nW = 100; in implts_positionAgentWindow()
385 sal_Int32 nX = aContainerSize.Width - nW; in implts_positionAgentWindow()
389 xAgentWindow->setPosSize(nX, nY, nW, nH, css::awt::PosSize::POSSIZE); in implts_positionAgentWindow()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx121 void SetCharWidth( long nW ) { mnAdvanceWidth = nW; } in SetCharWidth() argument
153 void SetCharWidth( long nW ) { maMetric.SetCharWidth( nW ); } in SetCharWidth() argument
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java117 int nW = maFrame.getJavaFrame().getWidth(); in LayoutComponents() local
121 aPanel.setBounds( 0, 0, nW, nH ); in LayoutComponents()
132 aControlComponent.setBounds( 0, nH - nControlH, nW, nControlH ); in LayoutComponents()
143 int nVideoW = nW, nVideoH = ( nH - nControlH ); in LayoutComponents()
205 nX = ( nW - nVideoW ) >> 1; in LayoutComponents()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx1180 long nW = (long) (maMarkRect.GetWidth() * 1.03); in FuSupport() local
1183 aPos.X() -= nW / 2; in FuSupport()
1185 if ( nW && nH ) in FuSupport()
1187 SetZoomRect(Rectangle(aPos, Size(nW, nH))); in FuSupport()
1213 long nW = (long) (aBoundRect.GetWidth() * 1.03); in FuSupport() local
1216 aPos.X() -= nW / 2; in FuSupport()
1218 if ( nW && nH ) in FuSupport()
1220 SetZoomRect( Rectangle( aPos, Size( nW, nH ) ) ); in FuSupport()
H A Dviewshe2.cxx108 long nW = (long)(mpContentWindow->GetVisibleWidth() * 32000); in UpdateScrollBars() local
110 mpHorizontalScrollBar->SetVisibleSize(nW); in UpdateScrollBars()
112 nW = 32000 - nW; in UpdateScrollBars()
113 long nLine = (long) (mpContentWindow->GetScrlLineWidth() * nW); in UpdateScrollBars()
114 long nPage = (long) (mpContentWindow->GetScrlPageWidth() * nW); in UpdateScrollBars()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx478 void Writer::_AddFontItems( SfxItemPool& rPool, sal_uInt16 nW ) in _AddFontItems() argument
480 const SvxFontItem* pFont = (const SvxFontItem*)&rPool.GetDefaultItem( nW ); in _AddFontItems()
483 if( 0 != ( pFont = (const SvxFontItem*)rPool.GetPoolDefaultItem( nW )) ) in _AddFontItems()
486 sal_uInt32 nMaxItem = rPool.GetItemCount2( nW ); in _AddFontItems()
488 if( 0 != (pFont = (const SvxFontItem*)rPool.GetItem2( nW, nGet )) ) in _AddFontItems()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx150 void SwColMgr::SetActualWidth(sal_uInt16 nW) in SetActualWidth() argument
152 nWidth = nW; in SetActualWidth()
153 ::FitToActualSize(aFmtCol, nW); in SetActualWidth()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx116 long nW = (sal_uInt16) (f * nPageW), in Paint() local
118 nX = (GetOutputSizePixel().Width () - nW) / 2, in Paint()
121 DrawRect(Rectangle(Point(nX, nY), Size(nW, nH))); in Paint()
146 nStmpX = nX + nW - (sal_uInt16) (f * 566) - nStmpW, in Paint()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx325 sal_uInt16 nW(pItem->Which()); in SetStyleSheet() local
327 if(nW >= EE_ITEMS_START && nW <= EE_ITEMS_END) in SetStyleSheet()
329 rOutliner.QuickRemoveCharAttribs((sal_uInt16)nPara, nW); in SetStyleSheet()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx247 nW, nH, nPoints, nColor, nIndex, in ReadEnhWMF() local
432 *pWMF >> nW >> nH; in ReadEnhWMF()
433 pOut->SetWinExt( Size( nW, nH ) ); in ReadEnhWMF()
467 *pWMF >> nW >> nH; in ReadEnhWMF()
468 pOut->SetDevExt( Size( nW, nH ) ); in ReadEnhWMF()
730 *pWMF >> nX32 >> nY32 >> nx32 >> ny32 >> nW >> nH; in ReadEnhWMF()
731 Size aSize( Size( nW, nH ) ); in ReadEnhWMF()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx611 long nW = rNewSize.Width(); in Resizing() local
612 nCols = (sal_uInt16) Max( ( (sal_uIntPtr)(( nW + nItemW ) / ( nItemW * 2 ) )), in Resizing()
626 nW = nItemW * nCols; in Resizing()
640 rNewSize.Width() = nW; in Resizing()

Completed in 138 milliseconds

12345