/aoo41x/main/svx/source/items/ |
H A D | drawitem.cxx | 58 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 …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 240 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 …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 173 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 …]
|
/aoo41x/main/sw/source/core/draw/ |
H A D | drawdoc.cxx | 113 for( sal_uInt16 nW = *pRangeArr, nEnd = *(pRangeArr+1); in SwDrawDocument() local 114 nW < nEnd; ++nW ) in SwDrawDocument() 115 if( 0 != (pItem = rDocPool.GetPoolDefaultItem( nW )) && in SwDrawDocument() 116 0 != (nSlotId = rDocPool.GetSlotId( nW ) ) && in SwDrawDocument() 117 nSlotId != nW && in SwDrawDocument()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 306 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 …]
|
/aoo41x/main/vcl/source/window/ |
H A D | status.cxx | 440 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 …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 1183 const sal_uInt32 nW(rSize.Width()); in createBlendFrame() local 1186 if(nW || nH) in createBlendFrame() 1190 const sal_uInt32 nDE(nW + nH); in createBlendFrame() 1235 const long nW(rSize.Width()); in createBlendFrame() local 1238 if(nW && nH) in createBlendFrame() 1259 for(x = 1; x < nW - 1; x++) in createBlendFrame() 1263 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame() 1270 if(x < nW) in createBlendFrame() 1286 if(x < nW) in createBlendFrame() 1304 for(x = 1; x < nW - 1; x++) in createBlendFrame() [all …]
|
H A D | pdfwriter_impl2.cxx | 1961 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 …]
|
/aoo41x/main/svl/source/items/ |
H A D | flagitem.cxx | 50 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 D | lckbitem.cxx | 49 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 D | ptitem.cxx | 56 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 D | rectitem.cxx | 53 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 D | szitem.cxx | 53 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 D | poolitem.cxx | 82 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()
|
/aoo41x/main/framework/source/dispatch/ |
H A D | helpagentdispatcher.cxx | 377 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()
|
/aoo41x/main/vcl/inc/ |
H A D | glyphcache.hxx | 121 void SetCharWidth( long nW ) { mnAdvanceWidth = nW; } in SetCharWidth() argument 153 void SetCharWidth( long nW ) { maMetric.SetCharWidth( nW ); } in SetCharWidth() argument
|
/aoo41x/main/avmedia/source/java/ |
H A D | PlayerWindow.java | 117 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()
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | writer.cxx | 478 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()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewse.cxx | 1180 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 D | viewshe2.cxx | 108 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()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | colmgr.cxx | 150 void SwColMgr::SetActualWidth(sal_uInt16 nW) in SetActualWidth() argument 152 nWidth = nW; in SetActualWidth() 153 ::FitToActualSize(aFmtCol, nW); in SetActualWidth()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.src | 213 …legt werden.\nW�hlen Sie einen anderen Namen. : Sie haben einen ung�ltigen Namen angegeben.\nDas A… 214 …legt werden.\nW�hlen Sie einen anderen Namen. : Sie haben einen ung�ltigen Namen angegeben.\nDas A…
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | envlop1.cxx | 116 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()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | textproperties.cxx | 325 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()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 247 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()
|