Lines Matching refs:mpWindowImpl
1843 mpWindowImpl->mbBorderWin = sal_True; in ImplInit()
1849 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1850 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1855 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1856 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1861 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
1862 mpWindowImpl->mbFrame = sal_True; in ImplInit()
1871 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
2059 … GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, in Resize()
2060 … pClientWindow->mpWindowImpl->mnRightBorder, pClientWindow->mpWindowImpl->mnBottomBorder ); in Resize()
2061 pClientWindow->ImplPosSizeWindow( pClientWindow->mpWindowImpl->mnLeftBorder, in Resize()
2062 pClientWindow->mpWindowImpl->mnTopBorder, in Resize()
2063 …aSize.Width()-pClientWindow->mpWindowImpl->mnLeftBorder-pClientWindow->mpWindowImpl->mnRightBorder, in Resize()
2064 …aSize.Height()-pClientWindow->mpWindowImpl->mnTopBorder-pClientWindow->mpWindowImpl->mnBottomBorde… in Resize()
2105 if ( !mpWindowImpl->mbFrame || (GetStyle() & WB_OWNERDRAWDECORATION) ) in DataChanged()
2118 else if ( mpWindowImpl->mbFrame ) in InitView()
2161 … GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, in UpdateView()
2162 … pClientWindow->mpWindowImpl->mnRightBorder, pClientWindow->mpWindowImpl->mnBottomBorder ); in UpdateView()