Searched refs:bEnableBtn (Results 1 – 2 of 2) sorted by relevance
724 sal_Bool bEnableBtn = mnFirstPos > 0; in ImplEnableControls() local726 mpFirstBtn->Enable( bEnableBtn ); in ImplEnableControls()728 mpPrevBtn->Enable( bEnableBtn ); in ImplEnableControls()730 bEnableBtn = mnFirstPos < ImplGetLastFirstPos(); in ImplEnableControls()732 mpNextBtn->Enable( bEnableBtn ); in ImplEnableControls()734 mpLastBtn->Enable( bEnableBtn ); in ImplEnableControls()
94 void UpdateChecks( const SwTableAutoFmt&, sal_Bool bEnableBtn );
Completed in 30 milliseconds