Home
last modified time | relevance | path

Searched refs:pW (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx490 BitmapWriteAccess* pW = aPaint.AcquireWriteAccess(); in DrawTransparent() local
493 if( pW && pR ) in DrawTransparent()
499 const long nWidth = pW->Width(), nHeight = pW->Height(); in DrawTransparent()
505 const BitmapPalette& rPal = pW->GetPalette(); in DrawTransparent()
516 pW->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in DrawTransparent()
522 Scanline pWScan = pW->GetScanline( nY ); in DrawTransparent()
541pW->SetPixel( nY, nX, pMap[ pW->GetPixel( nY, nX ).GetIndex() ] ); in DrawTransparent()
549 pW->GetScanlineFormat() == BMP_FORMAT_24BIT_TC_BGR ) in DrawTransparent()
555 Scanline pWScan = pW->GetScanline( nY ); in DrawTransparent()
581 aPixCol = pW->GetColor( nY, nX ); in DrawTransparent()
[all …]
H A Doutdev2.cxx1940 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlendWithAlpha() local
1942 if( pB && pP && pA && pW && pAlphaW ) in ImplBlendWithAlpha()
1966 pW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1983 aDither.ReleaseAccess( pW ); in ImplBlendWithAlpha()
2057 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlend() local
2059 if( pB && pP && pA && pW ) in ImplBlend()
2076 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2082 aDither.ReleaseAccess( pW ); in ImplBlend()
H A Dbitmap3.cxx852 BitmapWriteAccess* pW = aNewBmp.AcquireWriteAccess(); in ImplConvertGhosted() local
854 if( pW ) in ImplConvertGhosted()
856 pW->CopyBuffer( *pR ); in ImplConvertGhosted()
857 aNewBmp.ReleaseAccess( pW ); in ImplConvertGhosted()
865 BitmapWriteAccess* pW = aNewBmp.AcquireWriteAccess(); in ImplConvertGhosted() local
867 if( pW ) in ImplConvertGhosted()
876 pW->SetPixel( nY, nX, BitmapColor( ( aOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
883 aNewBmp.ReleaseAccess( pW ); in ImplConvertGhosted()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx254 Window* pW = pWindow; in ImplCalcPos() local
255 if ( pW->mpWindowImpl->mpRealParent ) in ImplCalcPos()
256 pW = pW->mpWindowImpl->mpRealParent; in ImplCalcPos()
259 normRect.SetPos( pW->ScreenToOutputPixel( normRect.TopLeft() ) ); in ImplCalcPos()
263 Rectangle devRect( pW->OutputToAbsoluteScreenPixel( normRect.TopLeft() ), in ImplCalcPos()
264 pW->OutputToAbsoluteScreenPixel( normRect.BottomRight() ) ); in ImplCalcPos()
269 devRectRTL = pW->ImplOutputToUnmirroredAbsoluteScreenPixel( normRect ); in ImplCalcPos()
447 aPos = pW->AbsoluteScreenToOutputPixel( aPos ); in ImplCalcPos()
457 return pW->OutputToScreenPixel( aPos ); in ImplCalcPos()
H A Dmenu.cxx3707 aRect.SetPos( pW->OutputToScreenPixel( aRect.TopLeft() ) ); in ImplExecute()
3721 pW->ImplAddDel( &aDelData ); in ImplExecute()
3730 pW->ImplRemoveDel( &aDelData ); in ImplExecute()
3771 MenuFloatingWindow* pWin = new MenuFloatingWindow( this, pW, nStyle | WB_SYSTEMWINDOW ); in ImplExecute()
3792 nMaxHeight -= pW->GetSizePixel().Height(); in ImplExecute()
3858 pW->ImplAddDel( &aModalWinDel ); in ImplExecute()
3859 pW->ImplIncModalCount(); in ImplExecute()
3865 pW->ImplDecModalCount(); in ImplExecute()
5169 Window* pW = this; in RequestHelp() local
5178 pW = NULL; in RequestHelp()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dfltcall.hxx48 FltCallDialogParameter( Window* pW, ResMgr* pRsMgr, FieldUnit eFiUni ) : in FltCallDialogParameter()
49 pWindow ( pW ), in FltCallDialogParameter()
H A Deditbrowsebox.hxx103 CellController(Control* pW);
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx874 SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* pW, bool ) : in SfxCommonTemplateDialog_Impl() argument
878 pWindow ( pW ), in SfxCommonTemplateDialog_Impl()
890 aFilterLb ( pW, WB_BORDER | WB_DROPDOWN | WB_TABSTOP ), in SfxCommonTemplateDialog_Impl()
922 SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* pW ) : in SfxCommonTemplateDialog_Impl() argument
926 pWindow ( pW ), in SfxCommonTemplateDialog_Impl()
935 aFilterLb ( pW, SfxResId( BT_FLIST ) ), in SfxCommonTemplateDialog_Impl()
H A Dsplitwin.cxx215 SfxWorkWindow *pW, sal_Bool bWithButtons, WinBits nBits ) in SfxSplitWindow() argument
227 pWorkWin(pW), in SfxSplitWindow()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2548 for( WCHAR *pW=aKeyBuf, *pE=pW+nKeyLen; pW < pE; ++pW ) in ImplGetKeyNameText() local
2551 CharUpperBuffW( pW, 1 ); in ImplGetKeyNameText()
2552 bUpper = (*pW=='+') || (*pW=='-') || (*pW==' ') || (*pW=='.'); in ImplGetKeyNameText()
/trunk/main/sfx2/source/inc/
H A Dsplitwin.hxx73 SfxWorkWindow *pW, sal_Bool bWithButtons,
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx1911 ScDocument* pNewUndoDoc, const sal_uInt16* pW ) : in ScUndoClearItems() argument
1917 DBG_ASSERT( pW, "ScUndoClearItems: Which-Pointer ist 0" ); in ScUndoClearItems()
1920 while ( pW[nCount] ) in ScUndoClearItems()
1924 pWhich[i] = pW[i]; in ScUndoClearItems()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1366 CellController::CellController(Control* pW) in CellController() argument
1367 :pWindow( pW ) in CellController()
/trunk/main/sc/source/ui/inc/
H A Dundoblk.hxx896 ScDocument* pNewUndoDoc, const sal_uInt16* pW );
/trunk/main/vcl/source/control/
H A Dedit.cxx2920 const Window* pW = mpSubEdit ? mpSubEdit : this; in GetMaxVisChars() local
2921 long nOutWidth = pW->GetOutputSizePixel().Width(); in GetMaxVisChars()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6853 Window *pW, sal_uInt16 nZoom ) in SetOutDevAndWin() argument
6856 pSh->pWin = pW; in SetOutDevAndWin()

Completed in 187 milliseconds