Home
last modified time | relevance | path

Searched refs:i_bEnable (Results 1 – 5 of 5) sorted by path

/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx381 void OfficeIPCThread::EnableRequests( bool i_bEnable ) in EnableRequests() argument
389 pGlobalOfficeIPCThread->mbRequestsEnabled = i_bEnable; in EnableRequests()
390 if( i_bEnable ) in EnableRequests()
H A Dofficeipcthread.hxx118 static void EnableRequests( bool i_bEnable = true );
/trunk/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx195 void WizardShell::enablePage( const sal_Int16 i_nPageID, const sal_Bool i_bEnable ) in enablePage() argument
197 enableState( impl_pageIdToState( i_nPageID ), i_bEnable ); in enablePage()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1774 void TabControl::EnablePage( sal_uInt16 i_nPageId, bool i_bEnable ) in EnablePage() argument
1778 if ( pItem && pItem->mbEnabled != i_bEnable ) in EnablePage()
1780 pItem->mbEnabled = i_bEnable; in EnablePage()
1784i_bEnable ? 0 : (LISTBOX_ENTRY_FLAG_DISABLE_SELECTION | LISTBOX_ENTRY_FLAG_DRAW_DISABLED) ); in EnablePage()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1453 void PrinterController::enableUIOption( const rtl::OUString& i_rProperty, bool i_bEnable ) in enableUIOption() argument
1460 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 50 milliseconds