Home
last modified time | relevance | path

Searched refs:_bEnable (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx151 …ALL enablePropertyUI( const ::rtl::OUString& _rPropertyName, ::sal_Bool _bEnable ) throw (RuntimeE…
152 …nst ::rtl::OUString& _rPropertyName, ::sal_Int16 _nElements, ::sal_Bool _bEnable ) throw (RuntimeE…
176 …rDisabled( const ::rtl::OUString& _rPropertyName, sal_Int16 _nElementIdOrZero, sal_Bool _bEnable );
269 …orUI::enablePropertyUI( const ::rtl::OUString& _rPropertyName, sal_Bool _bEnable ) throw (RuntimeE… in enablePropertyUI() argument
275 …rkStringKeyPositiveOrNegative( _rPropertyName, aEnabledProperties, aDisabledProperties, _bEnable ); in enablePropertyUI()
280 …OrDisabled( const ::rtl::OUString& _rPropertyName, sal_Int16 _nElementIdOrZero, sal_Bool _bEnable ) in impl_markElementEnabledOrDisabled() argument
289 _bEnable in impl_markElementEnabledOrDisabled()
300 …( const ::rtl::OUString& _rPropertyName, sal_Int16 _nElements, sal_Bool _bEnable ) throw (RuntimeE… in enablePropertyUIElements() argument
306 …ntEnabledOrDisabled( _rPropertyName, _nElements & PropertyLineElement::InputControl, _bEnable ); in enablePropertyUIElements()
307 …ntEnabledOrDisabled( _rPropertyName, _nElements & PropertyLineElement::PrimaryButton, _bEnable ); in enablePropertyUIElements()
[all …]
H A Dbrowserline.cxx348 void implEnable( Window* _pWindow, bool _bEnable ) in implEnable() argument
351 _pWindow->Enable( _bEnable ); in implEnable()
375 void OBrowserLine::EnablePropertyLine( bool _bEnable ) in EnablePropertyLine() argument
377 …( m_nEnableFlags, PropertyLineElement::CompleteLine, PropertyLineElement::CompleteLine, _bEnable ); in EnablePropertyLine()
382 void OBrowserLine::EnablePropertyControls( sal_Int16 _nControls, bool _bEnable ) in EnablePropertyControls() argument
384 … implSetBitIfAffected( m_nEnableFlags, _nControls, PropertyLineElement::InputControl, _bEnable ); in EnablePropertyControls()
385 … implSetBitIfAffected( m_nEnableFlags, _nControls, PropertyLineElement::PrimaryButton, _bEnable ); in EnablePropertyControls()
386 …implSetBitIfAffected( m_nEnableFlags, _nControls, PropertyLineElement::SecondaryButton, _bEnable ); in EnablePropertyControls()
H A Dpropertyeditor.cxx343 void OPropertyEditor::EnableHelpSection( bool _bEnable ) in EnableHelpSection() argument
345 m_bHasHelpSection = _bEnable; in EnableHelpSection()
478 …::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nControls, bool _bEnable ) in EnablePropertyControls() argument
484 pPage->getListBox().EnablePropertyControls( _rEntryName, _nControls, _bEnable ); in EnablePropertyControls()
489 void OPropertyEditor::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine() argument
495 pPage->getListBox().EnablePropertyLine( _rEntryName, _bEnable ); in EnablePropertyLine()
H A Dpropertyeditor.hxx91 void EnableHelpSection( bool _bEnable );
108 …oid EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable );
109 … EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nControls, bool _bEnable );
H A Dbrowserlistbox.cxx530 void OBrowserListBox::EnableHelpSection( bool _bEnable ) in EnableHelpSection() argument
532 m_pHelpWindow->Show( _bEnable ); in EnableHelpSection()
711 …::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nControls, bool _bEnable ) in EnablePropertyControls() argument
715 pLine->EnablePropertyControls( _nControls, _bEnable ); in EnablePropertyControls()
719 void OBrowserListBox::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine() argument
723 pLine->EnablePropertyLine( _bEnable ); in EnablePropertyLine()
H A Dbrowserlistbox.hxx150 void EnableHelpSection( bool _bEnable );
165 … EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nControls, bool _bEnable );
166 …oid EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable );
H A Dbrowserline.hxx112 void EnablePropertyControls( sal_Int16 _nControls, bool _bEnable );
113 void EnablePropertyLine( bool _bEnable );
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx403 void OWizardMachine::enableButtons(sal_uInt32 _nWizardButtonFlags, sal_Bool _bEnable) in enableButtons() argument
406 m_pFinish->Enable(_bEnable); in enableButtons()
408 m_pNextPage->Enable(_bEnable); in enableButtons()
410 m_pPrevPage->Enable(_bEnable); in enableButtons()
412 m_pHelp->Enable(_bEnable); in enableButtons()
414 m_pCancel->Enable(_bEnable); in enableButtons()
657 void OWizardMachine::enableAutomaticNextButtonState( bool _bEnable ) in enableAutomaticNextButtonState() argument
659 m_pImpl->m_bAutoNextButtonState = _bEnable; in enableAutomaticNextButtonState()
/trunk/main/cui/source/options/
H A Dinternationaloptions.cxx51 inline void EnableOption_SheetView( sal_Bool _bEnable = sal_True );
71 inline void InternationalOptionsPage::IMPL::EnableOption_SheetView( sal_Bool _bEnable ) in EnableOption_SheetView() argument
73 if( m_bEnable_SheetView_Opt != _bEnable ) in EnableOption_SheetView()
75 ShowOption_SheetView( _bEnable ); in EnableOption_SheetView()
77 m_bEnable_SheetView_Opt = _bEnable; in EnableOption_SheetView()
/trunk/main/svl/source/config/
H A Dctloptions.cxx83 void SetCTLSequenceCheckingRestricted( sal_Bool _bEnable );
86 void SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable );
434 void SvtCTLOptions::SetCTLSequenceCheckingRestricted( sal_Bool _bEnable ) in SetCTLSequenceCheckingRestricted() argument
437 pCTLOptions->SetCTLSequenceCheckingRestricted(_bEnable); in SetCTLSequenceCheckingRestricted()
446 void SvtCTLOptions::SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable ) in SetCTLSequenceCheckingTypeAndReplace() argument
449 pCTLOptions->SetCTLSequenceCheckingTypeAndReplace(_bEnable); in SetCTLSequenceCheckingTypeAndReplace()
H A Dlanguageoptions.cxx148 void SvtLanguageOptions::SetCTLSequenceCheckingRestricted( sal_Bool _bEnable ) in SetCTLSequenceCheckingRestricted() argument
150 m_pCTLOptions->SetCTLSequenceCheckingRestricted( _bEnable ); in SetCTLSequenceCheckingRestricted()
162 void SvtLanguageOptions::SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable ) in SetCTLSequenceCheckingTypeAndReplace() argument
164 m_pCTLOptions->SetCTLSequenceCheckingTypeAndReplace( _bEnable ); in SetCTLSequenceCheckingTypeAndReplace()
/trunk/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx102 void TextControlCombo::Enable( sal_Bool _bEnable, sal_Bool _bChild ) in Enable() argument
104 mrCtrl.Enable( _bEnable, _bChild ); in Enable()
105 mrFTbefore.Enable( _bEnable, _bChild ); in Enable()
106 mrFTafter.Enable( _bEnable, _bChild ); in Enable()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1752 sal_Bool _bEnable = eBreak != SVX_BREAK_NONE && in Reset() local
1755 aApplyCollBtn.Enable(_bEnable); in Reset()
1756 if(!_bEnable) in Reset()
1758 aApplyCollBox.Enable(_bEnable); in Reset()
1759 aPagenumEdit.Enable(_bEnable); in Reset()
1848 sal_Bool _bEnable = nLines > 0; in Reset() local
1851 aWidowRowNo.Enable(_bEnable); in Reset()
1852 aWidowRowLabel.Enable(_bEnable); in Reset()
1871 sal_Bool _bEnable = nLines > 0; in Reset() local
1874 aOrphanRowNo.Enable(_bEnable); in Reset()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dsaveopt.hxx108 void SetPrettyPrinting( sal_Bool _bEnable );
111 void SetWarnAlienFormat( sal_Bool _bEnable );
114 void SetLoadDocumentPrinter( sal_Bool _bEnable );
/trunk/main/fpicker/source/office/
H A Diodlg.hxx190 void EnableUI( sal_Bool _bEnable );
197 void EnableControl( Control* _pControl, sal_Bool _bEnable );
241 void EnableAutocompletion( sal_Bool _bEnable = sal_True );
329 virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable );
H A Diodlg.cxx1337 void SvtFileDialog::EnableAutocompletion( sal_Bool _bEnable ) in EnableAutocompletion() argument
1339 _pImp->_pEdFileName->EnableAutocompletion( _bEnable ); in EnableAutocompletion()
2029 void SvtFileDialog::EnableUI( sal_Bool _bEnable ) in EnableUI() argument
2031 Enable( _bEnable ); in EnableUI()
2033 if ( _bEnable ) in EnableUI()
2046 void SvtFileDialog::EnableControl( Control* _pControl, sal_Bool _bEnable ) in EnableControl() argument
2054 _pControl->Enable( _bEnable ); in EnableControl()
2056 if ( _bEnable ) in EnableControl()
2966 void SvtFileDialog::enableControl( sal_Int16 _nControlId, sal_Bool _bEnable ) in enableControl() argument
2970 EnableControl( pControl, _bEnable ); in enableControl()
[all …]
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx1022 void SvtSaveOptions::SetPrettyPrinting( sal_Bool _bEnable ) in SetPrettyPrinting() argument
1024 pImp->pSaveOpt->EnablePrettyPrinting( _bEnable ); in SetPrettyPrinting()
1032 void SvtSaveOptions::SetWarnAlienFormat( sal_Bool _bEnable ) in SetWarnAlienFormat() argument
1034 pImp->pSaveOpt->SetWarnAlienFormat( _bEnable ); in SetWarnAlienFormat()
1042 void SvtSaveOptions::SetLoadDocumentPrinter( sal_Bool _bEnable ) in SetLoadDocumentPrinter() argument
1044 pImp->pSaveOpt->SetLoadDocPrinter( _bEnable ); in SetLoadDocumentPrinter()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dmacrosecurity.hxx84 inline void EnableReset( bool _bEnable = true );
87 inline void MacroSecurity::EnableReset( bool _bEnable ) in EnableReset() argument
89 maResetBtn.Enable ( _bEnable ); in EnableReset()
/trunk/main/svtools/source/control/
H A Droadmap.cxx476 void ORoadmap::EnableRoadmapItem( ItemId _nItemId, sal_Bool _bEnable, ItemIndex _nStartIndex ) in EnableRoadmapItem() argument
480 pItem->Enable( _bEnable ); in EnableRoadmapItem()
893 void RoadmapItem::Enable( sal_Bool _bEnable) in Enable() argument
895 mpID->Enable(_bEnable); in Enable()
896 mpDescription->Enable(_bEnable); in Enable()
/trunk/main/svl/inc/svl/
H A Drestrictedpaths.hxx48 inline void enableFilter( bool _bEnable ) { m_bFilterIsEnabled = _bEnable; } in enableFilter() argument
H A Dctloptions.hxx53 void SetCTLSequenceCheckingRestricted( sal_Bool _bEnable );
56 void SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable );
H A Dlanguageoptions.hxx95 void SetCTLSequenceCheckingRestricted( sal_Bool _bEnable );
98 void SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable );
/trunk/main/svtools/inc/svtools/
H A Dinettbc.hxx99 inline void EnableAutocompletion( sal_Bool _bEnable = sal_True ) in EnableAutocompletion() argument
100 { bIsAutoCompleteEnabled = _bEnable; } in EnableAutocompletion()
/trunk/main/dbaccess/source/ui/inc/
H A Dquerycontainerwindow.hxx100 …setSlotEnabled( sal_Int32 _nSlotId, sal_Bool _bEnable ) { m_pViewSwitch->setSlotEnabled( _nSlotId,… in setSlotEnabled() argument
/trunk/main/dbaccess/source/ui/dlg/
H A DUserAdminDlg.cxx191 void OUserAdminDlg::enableConfirmSettings( bool _bEnable ) in enableConfirmSettings() argument
193 (void)_bEnable; in enableConfirmSettings()

Completed in 130 milliseconds

123