Lines Matching refs:mpWindowImpl

564mpWindowImpl->mbToolbarFloatingWindow = sal_True;   // indicate window type, required for accessib…  in ImplPopupFloatWin()
594 if( mpWindowImpl->mpClientWindow ) in GetPreferredKeyInputWindow()
595 return mpWindowImpl->mpClientWindow; in GetPreferredKeyInputWindow()
607 mpWindowImpl->mnTopBorder = 1; in ImplSetBorder()
609 mpWindowImpl->mnTopBorder += POPUP_DRAGHEIGHT+2; in ImplSetBorder()
610 mpWindowImpl->mnBottomBorder = 1; in ImplSetBorder()
611 mpWindowImpl->mnLeftBorder = 1; in ImplSetBorder()
612 mpWindowImpl->mnRightBorder = 1; in ImplSetBorder()
1261 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in StartPopupMode()
1262 GetWindow()->mpWindowImpl->mnLeftBorder = 0; in StartPopupMode()
1263 GetWindow()->mpWindowImpl->mnTopBorder = 0; in StartPopupMode()
1264 GetWindow()->mpWindowImpl->mnRightBorder = 0; in StartPopupMode()
1265 GetWindow()->mpWindowImpl->mnBottomBorder = 0; in StartPopupMode()
1276 GetWindow()->mpWindowImpl->mpBorderWindow = pWin; in StartPopupMode()
1277 pWin->mpWindowImpl->mpClientWindow = GetWindow(); in StartPopupMode()
1278 GetWindow()->mpWindowImpl->mpRealParent = pRealParent; in StartPopupMode()
1310 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in IMPL_LINK()
1315 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in IMPL_LINK()
1316 GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in IMPL_LINK()
1319 GetWindow()->mpWindowImpl->mpBorderWindow = mpOldBorderWin; in IMPL_LINK()
1321 GetWindow()->mpWindowImpl->mpRealParent = pRealParent; in IMPL_LINK()
1388 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
1389 GetWindow()->mpWindowImpl->mnLeftBorder = 0; in SetFloatingMode()
1390 GetWindow()->mpWindowImpl->mnTopBorder = 0; in SetFloatingMode()
1391 GetWindow()->mpWindowImpl->mnRightBorder = 0; in SetFloatingMode()
1392 GetWindow()->mpWindowImpl->mnBottomBorder = 0; in SetFloatingMode()
1401 GetWindow()->mpWindowImpl->mpBorderWindow = pWin; in SetFloatingMode()
1402 pWin->mpWindowImpl->mpClientWindow = mpDockingWindow; in SetFloatingMode()
1403 GetWindow()->mpWindowImpl->mpRealParent = pRealParent; in SetFloatingMode()
1442 GetWindow()->mpWindowImpl->mpBorderWindow = NULL; in SetFloatingMode()
1447 … GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in SetFloatingMode()
1448 … GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in SetFloatingMode()
1451 GetWindow()->mpWindowImpl->mpBorderWindow = mpOldBorderWin; in SetFloatingMode()
1453 GetWindow()->mpWindowImpl->mpRealParent = pRealParent; in SetFloatingMode()