Searched refs:i_bEnable (Results 1 – 5 of 5) sorted by relevance
195 void WizardShell::enablePage( const sal_Int16 i_nPageID, const sal_Bool i_bEnable ) in enablePage() argument197 enableState( impl_pageIdToState( i_nPageID ), i_bEnable ); in enablePage()
381 void OfficeIPCThread::EnableRequests( bool i_bEnable ) in EnableRequests() argument389 pGlobalOfficeIPCThread->mbRequestsEnabled = i_bEnable; in EnableRequests()390 if( i_bEnable ) in EnableRequests()
118 static void EnableRequests( bool i_bEnable = true );
1774 void TabControl::EnablePage( sal_uInt16 i_nPageId, bool i_bEnable ) in EnablePage() argument1778 if ( pItem && pItem->mbEnabled != i_bEnable ) in EnablePage()1780 pItem->mbEnabled = i_bEnable; in EnablePage()1784 … i_bEnable ? 0 : (LISTBOX_ENTRY_FLAG_DISABLE_SELECTION | LISTBOX_ENTRY_FLAG_DRAW_DISABLED) ); in EnablePage()
1453 void PrinterController::enableUIOption( const rtl::OUString& i_rProperty, bool i_bEnable ) in enableUIOption() argument1460 if( ( mpImplData->maUIPropertyEnabled[ it->second ] && ! i_bEnable ) || in enableUIOption()1461 ( ! mpImplData->maUIPropertyEnabled[ it->second ] && i_bEnable ) ) in enableUIOption()1463 mpImplData->maUIPropertyEnabled[ it->second ] = i_bEnable; in enableUIOption()
Completed in 56 milliseconds