Home
last modified time | relevance | path

Searched refs:IsEnabled (Results 101 – 125 of 328) sorted by relevance

12345678910>>...14

/trunk/main/sd/source/ui/inc/
H A Dassclass.hxx53 bool IsEnabled( int nPage );
/trunk/main/sw/source/ui/dbui/
H A Dmmgreetingspage.cxx95 sal_Bool bIndividual = m_pPersonalizedCB->IsEnabled() && m_pPersonalizedCB->IsChecked(); in IMPL_LINK()
182 bool bNoValue = !m_pFemaleColumnLB->IsEnabled(); in UpdatePreview()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx304 aOpt.SetSeparator( aSepEdit.IsEnabled() ? aSepEdit.GetText() : String() ); in Apply()
360 aOptionButton.Enable( aOKButton.IsEnabled() && !bNone ); in IMPL_LINK_INLINE_END()
/trunk/main/unotools/inc/unotools/
H A Djavaoptions.hxx53 sal_Bool IsEnabled() const;
/trunk/main/svtools/inc/svtools/
H A Dfontsubstconfig.hxx51 sal_Bool IsEnabled() const {return bIsEnabled;} in IsEnabled() function in SvtFontSubstConfig
/trunk/main/svl/inc/svl/
H A Daeitem.hxx63 virtual sal_Bool IsEnabled( sal_uInt16 ) const;
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1133 if( mpXorEmulation && mpXorEmulation->IsEnabled() ) in copyBits()
1194 if( mpXorEmulation && mpXorEmulation->IsEnabled() ) in copyArea()
2362 if( (mpXorEmulation != NULL) && (bSet == mpXorEmulation->IsEnabled()) ) in SetXORMode()
2516 if( !IsEnabled() ) in UpdateTarget()
/trunk/main/sfx2/source/sidebar/
H A DCustomImageRadioButton.cxx78 IsEnabled() ? 0 : IMAGE_DRAW_DISABLE ); in Paint()
H A DTabItem.cxx91 IsEnabled() ? 0 : IMAGE_DRAW_DISABLE); in Paint()
/trunk/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx45 virtual sal_Bool IsEnabled() const = 0;
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DControllerItem.hxx94 bool IsEnabled (const SfxItemState eState) const;
/trunk/main/svx/inc/svx/
H A Dxflftrit.hxx61 sal_Bool IsEnabled() const { return bEnabled; } in IsEnabled() function in XFillFloatTransparenceItem
/trunk/main/vcl/source/control/
H A Dslider.cxx378 sal_Bool bEnabled = IsEnabled(); in ImplDraw()
385 …ControlState nState = ( IsEnabled() ? CTRL_STATE_ENABLED : 0 ) | ( HasFocus() ? CTRL_STATE_FOCUS… in ImplDraw()
/trunk/main/vcl/source/window/
H A Ddialog.cxx293 … pExeDlg->IsEnabled() && pExeDlg->IsInputEnabled() && !pExeDlg->IsInModalMode() ) in ImplInit()
943 !pFocusControl->IsEnabled() || !pFocusControl->IsInputEnabled() ) in GrabFocusToFirstControl()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx555 rLabelData.maShowInfo.IsEnabled = maCbShow.IsChecked(); in FillLabelData()
631 maCbShow.Check( maLabelData.maShowInfo.IsEnabled ); in Init()
/trunk/main/svx/source/form/
H A Dfmtextcontrolfeature.cxx98 m_bFeatureEnabled = _rState.IsEnabled; in statusChanged()
/trunk/main/cui/source/inc/
H A Dpostdlg.hxx86 inline sal_Bool IsOkEnabled() const { return aOKBtn.IsEnabled(); } in IsOkEnabled()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1067 if ( !IsEnabled() ) in ImplInitSettings()
1326 pImpSvMEdit->Enable( IsEnabled() ); in StateChanged()
1428 if ( !(nFlags & WINDOW_DRAW_NODISABLE ) && !IsEnabled() ) in Draw()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1650 rDev.DrawImage( aPos, maImage, rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE ); in Paint()
1655 rDev.DrawText( Rectangle(aPos,aSize),maText, rDev.IsEnabled() ? 0 : TEXT_DRAW_DISABLE ); in Paint()
1661 rDev.DrawImage( aPos, maImage, rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE); in Paint()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx427 bool Window::IsEnabled () const in IsEnabled() function in layout::Window
429 return GetWindow ()->IsEnabled (); in IsEnabled()
1285 bool FixedLine::IsEnabled() const in IsEnabled() function in layout::FixedLine
/trunk/main/sc/source/filter/inc/
H A Dxltracer.hxx91 inline bool IsEnabled() const { return mbEnabled; } in IsEnabled() function in XclTracer
/trunk/main/forms/source/richtext/
H A Dfeaturedispatcher.cxx112 aEvent.IsEnabled = sal_False; in buildStatusEvent()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsfiltertracer.hxx76 inline sal_Bool IsEnabled() const { return mbEnabled; } in IsEnabled() function in MSFilterTracer
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx598 if (!pParent->IsOpen() || pParent->IsDesignMode() || !pParent->IsEnabled() in GetState()
733 if (pWnd && (pWnd->IsEnabled() != bAvailable)) in SetState()
2689 if (!IsEnabled()) in SetDesignMode()
2698 if (!GetDataWindow().IsEnabled()) in SetDesignMode()
3052 if (!IsValid(m_xCurrentRow) || !IsEnabled()) in GetController()
/trunk/main/sd/source/ui/framework/module/
H A DToolPanelModule.cxx118 if (rEvent.IsEnabled) in statusChanged()

Completed in 266 milliseconds

12345678910>>...14