Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx792 void lcl_modifyWindowStyle( Window* _pWin, WinBits _nSet, WinBits _nReset ) in lcl_modifyWindowStyle() argument
794 DBG_ASSERT( 0 == ( _nSet & _nReset ), "lcl_modifyWindowStyle: set _and_ reset the same bit?" ); in lcl_modifyWindowStyle()
796 _pWin->SetStyle( ( _pWin->GetStyle() | _nSet ) & ~_nReset ); in lcl_modifyWindowStyle()

Completed in 20 milliseconds