Home
last modified time | relevance | path

Searched refs:bIsEnabled (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx122 bool bIsEnabled; member
127 bIsEnabled( false ) in LightSource()
146 aLightSource.bIsEnabled = sal_False; in LightSourceInfo()
568 pInfo->aLightSource.bIsEnabled=pButton->isLightOn(); in IMPL_LINK()
600 aItemSet.Put(Svx3DLightOnOff1Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
605 aItemSet.Put(Svx3DLightOnOff2Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
610 aItemSet.Put(Svx3DLightOnOff3Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
615 aItemSet.Put(Svx3DLightOnOff4Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
620 aItemSet.Put(Svx3DLightOnOff5Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
625 aItemSet.Put(Svx3DLightOnOff6Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx876 const bool bIsEnabled) in NotifyItemUpdate() argument
882 bool bIsControlEnabled (bIsEnabled); in NotifyItemUpdate()
899 bool bIsControlEnabled (bIsEnabled); in NotifyItemUpdate()
980 mpToolBoxFont->EnableItem(TBI_BOLD, mbWeightAvailable && bIsEnabled); in NotifyItemUpdate()
995 mpToolBoxFont->EnableItem(TBI_ITALIC, mbPostureAvailable && bIsEnabled); in NotifyItemUpdate()
1013 mpToolBoxFont->EnableItem(TBI_UNDERLINE, bIsEnabled); in NotifyItemUpdate()
1027 mpToolBoxFont->EnableItem(TBI_SHADOWED, bIsEnabled); in NotifyItemUpdate()
1041 mpToolBoxFont->EnableItem(TBI_STRIKEOUT, bIsEnabled); in NotifyItemUpdate()
1106 mpToolBoxScript->EnableItem(TBI_SUB, bIsEnabled); in NotifyItemUpdate()
1120 mpToolBoxScript->EnableItem(TBI_SUPER, bIsEnabled); in NotifyItemUpdate()
[all …]
/trunk/main/starmath/source/
H A Ddocument.cxx167 sal_Bool bIsEnabled = IsEnableSetModified(); in SetText() local
168 if( bIsEnabled ) in SetText()
194 if ( bIsEnabled ) in SetText()
195 EnableSetModified( bIsEnabled ); in SetText()
679 sal_Bool bIsEnabled = IsEnableSetModified(); in Repaint() local
680 if ( bIsEnabled ) in Repaint()
691 if ( bIsEnabled ) in Repaint()
692 EnableSetModified( bIsEnabled ); in Repaint()
1354 if ( bIsEnabled ) in SetVisArea()
1374 if ( bIsEnabled ) in SetVisArea()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java614 boolean bIsEnabled; in isStepEnabled()
621bIsEnabled = AnyConverter.toBoolean(Helper.getUnoPropertyValue(xRoadmapItem, PropertyNames.PROPERT… in isStepEnabled()
622 return bIsEnabled; in isStepEnabled()
633 boolean bIsEnabled; in gotoPreviousAvailableStep()
640 bIsEnabled = isStepEnabled(nNewStep); in gotoPreviousAvailableStep()
641 if (bIsEnabled) in gotoPreviousAvailableStep()
/trunk/main/svtools/inc/svtools/
H A Dfontsubstconfig.hxx42 sal_Bool bIsEnabled; member in SvtFontSubstConfig
51 sal_Bool IsEnabled() const {return bIsEnabled;} in IsEnabled()
52 void Enable(sal_Bool bSet) {bIsEnabled = bSet; SetModified();} in Enable()
/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx67 bIsEnabled(sal_False), in SvtFontSubstConfig()
77 bIsEnabled = *(sal_Bool*)aValues.getConstArray()[0].getValue(); in SvtFontSubstConfig()
129 aValues.getArray()[0].setValue(&bIsEnabled, ::getBooleanCppuType()); in Commit()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx801 sal_Bool bIsEnabled = sal_False; in UpdateCompatibilityControls() local
834 bIsEnabled = sal_True; in UpdateCompatibilityControls()
848 aTxtCompatibility.Enable (bIsEnabled); in UpdateCompatibilityControls()
849 aCbxCompatibility.Enable(bIsEnabled); in UpdateCompatibilityControls()
850 aCbxUsePrinterMetrics.Enable (bIsEnabled); in UpdateCompatibilityControls()
/trunk/main/sfx2/source/sidebar/
H A DContextChangeBroadcaster.cxx89 bool ContextChangeBroadcaster::SetBroadcasterEnabled (const bool bIsEnabled) in SetBroadcasterEnabled() argument
92 mbIsBroadcasterEnabled = bIsEnabled; in SetBroadcasterEnabled()
H A DResourceManager.cxx131 const bool bIsEnabled) in SetIsDeckEnabled() argument
141 iDeck->mbIsEnabled = bIsEnabled; in SetIsDeckEnabled()
H A DResourceManager.hxx65 const bool bIsEnabled);
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx594 sal_Bool bIsEnabled = m_aSeparateAuthenticationRB.IsEnabled(); in IMPL_LINK() local
595 sal_Bool bNotSeparate = !bSeparate & bIsEnabled; in IMPL_LINK()
596 bSeparate &= bIsEnabled; in IMPL_LINK()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx209 void SetEnabledState (const bool bIsEnabled);
1523 void Element::SetEnabledState (const bool bIsEnabled) in SetEnabledState() argument
1525 mbIsEnabled = bIsEnabled; in SetEnabledState()
1588 bool bIsEnabled (rEvent.IsEnabled); in statusChanged() local
1591 if (bIsSelected != mbIsSelected || bIsEnabled != mbIsEnabled) in statusChanged()
1593 mbIsEnabled = bIsEnabled; in statusChanged()
/trunk/main/sw/source/ui/sidebar/
H A DWrapPropertyPanel.cxx214 const bool bIsEnabled) in NotifyItemUpdate() argument
216 (void)bIsEnabled; in NotifyItemUpdate()
H A DWrapPropertyPanel.hxx53 const bool bIsEnabled);
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx287 const bool bIsEnabled) in NotifyItemUpdate() argument
289 (void)bIsEnabled; in NotifyItemUpdate()
H A DAlignmentPropertyPanel.cxx399 const bool bIsEnabled) in NotifyItemUpdate() argument
401 (void)bIsEnabled; in NotifyItemUpdate()
H A DCellAppearancePropertyPanel.cxx471 const bool bIsEnabled) in NotifyItemUpdate() argument
473 (void)bIsEnabled; in NotifyItemUpdate()
H A DNumberFormatPropertyPanel.hxx57 const bool bIsEnabled);
/trunk/main/framework/source/jobs/
H A Djobdispatch.cxx312 const bool bIsEnabled=aCfg.hasCorrectContext(m_sModuleIdentifier); in impl_dispatchEvent() local
326 if (!bIsEnabled) in impl_dispatchEvent()
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx337 const bool bIsEnabled) in NotifyItemUpdate() argument
339 (void)bIsEnabled; in NotifyItemUpdate()
/trunk/main/sfx2/source/control/
H A Dshell.cxx1306 bool SfxShell::SetContextBroadcasterEnabled (const bool bIsEnabled) in SetContextBroadcasterEnabled() argument
1308 return pImp->maContextChangeBroadcaster.SetBroadcasterEnabled(bIsEnabled); in SetContextBroadcasterEnabled()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DContextChangeBroadcaster.hxx53 bool SetBroadcasterEnabled (const bool bIsEnabled);
H A DControllerItem.hxx65 const bool bIsEnabled) = 0;
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1618 sal_Bool bIsEnabled = sal_False; in isCommandEnabled() local
1621 bIsEnabled = isCommandEnabled( aIter->second.nFeatureId ); in isCommandEnabled()
1623 return bIsEnabled; in isCommandEnabled()
/trunk/main/offapi/com/sun/star/chart2/
H A DLightSource.idl51 boolean bIsEnabled;

Completed in 144 milliseconds

12