Searched refs:mbEnableNativeWidget (Results 1 – 2 of 2) sorted by relevance
131 sal_Bool mbEnableNativeWidget; // toggle native widget rendering member
1340 …mpWindowImpl->mpWinData->mbEnableNativeWidget = (pNoNWF && *pNoNWF) ? sal_False : sal_True; // sal… in ImplGetWinData()6556 if( mpWindowImpl->mpWinData && mpWindowImpl->mpWinData->mbEnableNativeWidget ) in Show()9758 if( bEnable != ImplGetWinData()->mbEnableNativeWidget ) in EnableNativeWidget()9760 ImplGetWinData()->mbEnableNativeWidget = bEnable; in EnableNativeWidget()9769 mpWindowImpl->mpBorderWindow->ImplGetWinData()->mbEnableNativeWidget = bEnable; in EnableNativeWidget()9783 return ImplGetWinData()->mbEnableNativeWidget; in IsNativeWidgetEnabled()
Completed in 39 milliseconds