/aoo41x/main/svl/source/config/ |
H A D | ctloptions.cxx | 77 void SetCTLFontEnabled( sal_Bool _bEnabled ); 80 void SetCTLSequenceChecking( sal_Bool _bEnabled ); 316 if(!m_bROCTLFontEnabled && m_bCTLFontEnabled != _bEnabled) in SetCTLFontEnabled() 318 m_bCTLFontEnabled = _bEnabled; in SetCTLFontEnabled() 329 m_bCTLSequenceChecking = _bEnabled; in SetCTLSequenceChecking() 336 if(!m_bROCTLRestricted && m_bCTLRestricted != _bEnabled) in SetCTLSequenceCheckingRestricted() 339 m_bCTLRestricted = _bEnabled; in SetCTLSequenceCheckingRestricted() 349 m_bCTLTypeAndReplace = _bEnabled; in SetCTLSequenceCheckingTypeAndReplace() 410 void SvtCTLOptions::SetCTLFontEnabled( sal_Bool _bEnabled ) in SetCTLFontEnabled() argument 413 pCTLOptions->SetCTLFontEnabled( _bEnabled ); in SetCTLFontEnabled() [all …]
|
H A D | languageoptions.cxx | 126 void SvtLanguageOptions::SetCTLFontEnabled( sal_Bool _bEnabled ) in SetCTLFontEnabled() argument 128 m_pCTLOptions->SetCTLFontEnabled( _bEnabled ); in SetCTLFontEnabled() 136 void SvtLanguageOptions::SetCTLSequenceChecking( sal_Bool _bEnabled ) in SetCTLSequenceChecking() argument 138 m_pCTLOptions->SetCTLSequenceChecking( _bEnabled ); in SetCTLSequenceChecking()
|
/aoo41x/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 208 void NavigationToolBar::implEnableItem( sal_uInt16 _nItemId, bool _bEnabled ) in implEnableItem() argument 210 m_pToolbar->EnableItem( _nItemId, _bEnabled ); in implEnableItem() 213 m_pToolbar->EnableItem( LID_RECORD_LABEL, _bEnabled ); in implEnableItem() 216 m_pToolbar->EnableItem( LID_RECORD_FILLER, _bEnabled ); in implEnableItem() 220 void NavigationToolBar::enableFeature( sal_Int16 _nFeatureId, bool _bEnabled ) in enableFeature() argument 225 implEnableItem( (sal_uInt16)_nFeatureId, _bEnabled ); in enableFeature() 229 void NavigationToolBar::checkFeature( sal_Int16 _nFeatureId, bool _bEnabled ) in checkFeature() argument 234 m_pToolbar->CheckItem( (sal_uInt16)_nFeatureId, _bEnabled ); in checkFeature()
|
/aoo41x/main/svtools/source/control/ |
H A D | roadmap.cxx | 294 …sertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _sLabel, ItemId _RMID, sal_Bool _bEnabled) in InsertHyperLabel() argument 317 if (!_bEnabled) in InsertHyperLabel() 318 pItem->Enable( _bEnabled ); in InsertHyperLabel() 401 …dmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _RMID, sal_Bool _bEnabled ) in ReplaceRoadmapItem() argument 408 pItem->Enable( _bEnabled ); in ReplaceRoadmapItem() 445 …tem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _nUniqueId, sal_Bool _bEnabled ) in InsertRoadmapItem() argument 447 InsertHyperLabel( _Index, _RoadmapItem, _nUniqueId, _bEnabled ); in InsertRoadmapItem()
|
/aoo41x/main/forms/source/solar/inc/ |
H A D | navtoolbar.hxx | 95 void enableFeature( sal_Int16 _nFeatureId, bool _bEnabled ); 98 void checkFeature( sal_Int16 _nFeatureId, bool _bEnabled ); 140 void implEnableItem( sal_uInt16 _nItemId, bool _bEnabled );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | roadmap.hxx | 89 …ex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _nUniqueId, sal_Bool _bEnabled = sal_True ); 90 …em( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _nUniqueId, sal_Bool _bEnabled ); 124 …el( ItemIndex _Index, const ::rtl::OUString& _aStr, ItemId _RMID, sal_Bool _bEnabled = sal_True );
|
H A D | editbrowsebox.hxx | 597 …tputDevice& rDev, const Rectangle& rRect,const TriState& eState,sal_Bool _bEnabled=sal_True) const; 663 …heckBoxCell(long _nRow, sal_uInt16 _nColumnPos,const TriState& eState,sal_Bool _bEnabled=sal_True);
|
/aoo41x/main/wizards/com/sun/star/wizards/query/ |
H A D | QueryWizard.java | 147 public void enableRoadmapItems(String[] _FieldNames, boolean _bEnabled) in enableRoadmapItems() argument 162 if (_bEnabled) in enableRoadmapItems() 172 if (_bEnabled) in enableRoadmapItems() 181 bEnabled = _bEnabled; in enableRoadmapItems()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | WizardDialog.java | 298 public int insertRoadmapItem(int _Index, boolean _bEnabled, int _LabelID, int _CurItemID) in insertRoadmapItem() argument 300 return insertRoadmapItem(_Index, _bEnabled, sRMItemLabels[_LabelID], _CurItemID); in insertRoadmapItem() 303 public int insertRoadmapItem(int Index, boolean _bEnabled, String _sLabel, int _CurItemID) in insertRoadmapItem() argument 309 …lper.setUnoPropertyValue(oRoadmapItem, PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(_bEnabled)); in insertRoadmapItem()
|
H A D | FilterComponent.java | 543 …protected ControlRow(int iCompPosX, int iCompPosY, int Index, boolean _bEnabled, int _firstRowHelp… in ControlRow() argument 557 m_bEnabled = _bEnabled; in ControlRow() 849 private void setEnabled(boolean _bEnabled) in setEnabled() argument 854 …noDialog.getModel(ControlElements[i]), PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(_bEnabled)); in setEnabled() 856 m_bEnabled = _bEnabled; in setEnabled()
|
/aoo41x/main/svl/inc/svl/ |
H A D | ctloptions.hxx | 47 void SetCTLFontEnabled( sal_Bool _bEnabled ); 50 void SetCTLSequenceChecking( sal_Bool _bEnabled );
|
H A D | languageoptions.hxx | 89 void SetCTLFontEnabled( sal_Bool _bEnabled ); 92 void SetCTLSequenceChecking( sal_Bool _bEnabled );
|
/aoo41x/main/cui/source/options/ |
H A D | connpoolsettings.cxx | 38 DriverPooling::DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout ) in DriverPooling() argument 40 ,bEnabled(_bEnabled) in DriverPooling()
|
H A D | connpoolsettings.hxx | 45 DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout );
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxCheckBoxCell.cxx | 43 sal_Bool _bEnabled, in AccessibleCheckBoxCell() argument 47 ,m_bEnabled(_bEnabled) in AccessibleCheckBoxCell()
|
/aoo41x/main/forms/source/solar/component/ |
H A D | navbarcontrol.cxx | 467 void ONavigationBarPeer::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled ) in featureStateChanged() argument 473 pNavBar->enableFeature( _nFeatureId, _bEnabled ); in featureStateChanged() 491 OFormNavigationHelper::featureStateChanged( _nFeatureId, _bEnabled ); in featureStateChanged()
|
H A D | navbarcontrol.hxx | 142 virtual void featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled );
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox2.cxx | 41 …ccessibleCheckBoxCell(long _nRow, sal_uInt16 _nColumnPos,const TriState& eState,sal_Bool _bEnabled) in CreateAccessibleCheckBoxCell() argument 58 _bEnabled, in CreateAccessibleCheckBoxCell()
|
/aoo41x/main/forms/source/component/ |
H A D | Button.cxx | 720 void OButtonControl::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled ) in featureStateChanged() argument 727 …xPeer->setProperty( PROPERTY_ENABLED, makeAny( m_bEnabledByPropertyValue ? _bEnabled : sal_False )… in featureStateChanged() 735 OFormNavigationHelper::featureStateChanged( _nFeatureId, _bEnabled ); in featureStateChanged()
|
/aoo41x/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 210 sal_Bool _bEnabled, 501 const TriState& _eState, sal_Bool _bEnabled, sal_Bool _bIsTriState ) const in createAccessibleCheckBoxCell() argument 504 _nRowPos, _nColPos, _eState, _bEnabled, _bIsTriState ); in createAccessibleCheckBoxCell()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportWizard.java | 597 public void enableRoadmapItems(boolean _bEnabled) in enableRoadmapItems() argument 611 bEnabled = _bEnabled; in enableRoadmapItems()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 828 void UnoControlTableModel::setEnabled( bool _bEnabled ) in setEnabled() argument 831 m_pImpl->bEnabled = _bEnabled; in setEnabled()
|
H A D | unocontroltablemodel.hxx | 143 void setEnabled( bool _bEnabled );
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxCheckBoxCell.hxx | 62 sal_Bool _bEnabled,
|
/aoo41x/main/forms/source/inc/ |
H A D | formnavigation.hxx | 130 virtual void featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled );
|