/aoo4110/main/vcl/source/window/ |
H A D | floatwin.cxx | 254 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 D | menu.cxx | 3707 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 …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 490 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() 541 … pW->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 D | outdev2.cxx | 1931 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlendWithAlpha() local 1933 if( pB && pP && pA && pW && pAlphaW ) in ImplBlendWithAlpha() 1957 pW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha() 1974 aDither.ReleaseAccess( pW ); in ImplBlendWithAlpha() 2048 BitmapWriteAccess* pW = aDither.AcquireWriteAccess(); in ImplBlend() local 2050 if( pB && pP && pA && pW ) in ImplBlend() 2067 pW->SetPixel( nY, nX, aIndex ); in ImplBlend() 2073 aDither.ReleaseAccess( pW ); in ImplBlend()
|
H A D | bitmap3.cxx | 852 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | fltcall.hxx | 48 FltCallDialogParameter( Window* pW, ResMgr* pRsMgr, FieldUnit eFiUni ) : in FltCallDialogParameter() 49 pWindow ( pW ), in FltCallDialogParameter()
|
H A D | editbrowsebox.hxx | 103 CellController(Control* pW);
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 874 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 D | splitwin.cxx | 215 SfxWorkWindow *pW, sal_Bool bWithButtons, WinBits nBits ) in SfxSplitWindow() argument 227 pWorkWin(pW), in SfxSplitWindow()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2548 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()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | splitwin.hxx | 73 SfxWorkWindow *pW, sal_Bool bWithButtons,
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1911 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()
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 1366 CellController::CellController(Control* pW) in CellController() argument 1367 :pWindow( pW ) in CellController()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 896 ScDocument* pNewUndoDoc, const sal_uInt16* pW );
|
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 2917 const Window* pW = mpSubEdit ? mpSubEdit : this; in GetMaxVisChars() local 2918 long nOutWidth = pW->GetOutputSizePixel().Width(); in GetMaxVisChars()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6665 Window *pW, sal_uInt16 nZoom ) in SetOutDevAndWin() argument 6668 pSh->pWin = pW; in SetOutDevAndWin()
|