Home
last modified time | relevance | path

Searched refs:eState (Results 126 – 150 of 419) sorted by relevance

12345678910>>...17

/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx326 EESpellState eState = EE_SPELL_OK; in ConvertAll() local
328 eState = rEditView.StartSpeller( static_cast< sal_Bool >( sal_True ) ); in ConvertAll()
330 DBG_ASSERT( eState != EE_SPELL_NOSPELLER, "ScSpellingEngine::Convert - no spell checker" ); in ConvertAll()
331 if( eState == EE_SPELL_NOLANGUAGE ) in ConvertAll()
/trunk/main/sd/source/ui/dlg/
H A Dgluectrl.cxx169 SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
171 if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
198 SfxToolBoxControl::StateChanged( nSId, eState, pState ); in StateChanged()
/trunk/main/sw/inc/
H A Dcrstate.hxx136 CrsrMoveState eState; member
169 eState( eSt ), in SwCrsrMoveState()
190 eState( MV_SETONLYTEXT ), in SwCrsrMoveState()
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx86 sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
89 rParent.EnableItem( GetId(), SFX_ITEM_DISABLED != eState ); in StateChanged()
91 if ( SFX_ITEM_AVAILABLE == eState ) in StateChanged()
H A DSmartTagCtl.cxx152 void SvxSmartTagsControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
155 mrParent.EnableItem( GetId(), SFX_ITEM_DISABLED != eState ); in StateChanged()
157 if ( SFX_ITEM_AVAILABLE == eState ) in StateChanged()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx1316 PropertyState eState; in getPropertyState() local
1322 eState = PropertyState_DIRECT_VALUE; in getPropertyState()
1325 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1330 eState = PropertyState_AMBIGUOUS_VALUE; in getPropertyState()
1335 if( ( PropertyState_DIRECT_VALUE == eState ) ) in getPropertyState()
1349 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1354 return eState; in getPropertyState()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx948 PreviewState eState (PS_NOT_AVAILABLE); in GetPreviewState() local
954 eState = PS_AVAILABLE; in GetPreviewState()
960 eState = PS_PREPARING; in GetPreviewState()
962 eState = PS_CREATABLE; in GetPreviewState()
965 eState = PS_NOT_AVAILABLE; in GetPreviewState()
968 return eState; in GetPreviewState()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx682 SfxItemState eState = aEditAttr.GetItemState(EE_PARA_LRSPACE); in GetState() local
683 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
696 SfxItemState eState = aEditAttr.GetItemState(EE_PARA_SBL); in GetState() local
697 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
709 SfxItemState eState = aEditAttr.GetItemState(EE_PARA_ULSPACE); in GetState() local
710 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
H A Dannotsh.cxx646 SfxItemState eState = aEditAttr.GetItemState( EE_PARA_LRSPACE ); in GetState() local
647 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
659 SfxItemState eState = aEditAttr.GetItemState( EE_PARA_SBL ); in GetState() local
660 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
671 SfxItemState eState = aEditAttr.GetItemState( EE_PARA_ULSPACE ); in GetState() local
672 if( eState >= SFX_ITEM_DEFAULT ) in GetState()
859 SfxItemState eState = aEditAttr.GetItemState( EE_CHAR_KERNING, sal_True ); in GetState() local
860 if ( eState == SFX_ITEM_DONTCARE ) in GetState()
/trunk/main/cui/source/options/
H A Doptpath.cxx106 SfxItemState eState; member
111 nRealId( nId ), eState( SFX_ITEM_UNKNOWN ) {} in PathUserData_Impl()
302 if ( pPathImpl->eState == SFX_ITEM_SET ) in FillItemSet()
475 pPathImpl->eState = SFX_ITEM_SET; in IMPL_LINK()
526 pPathImpl->eState = SFX_ITEM_SET; in ChangeCurrentEntry()
620 pPathImpl->eState = SFX_ITEM_SET; in IMPL_LINK()
H A Doptmemory.cxx241 SfxItemState eState = rSet.GetItemState( SID_ATTR_QUICKLAUNCHER, sal_False, &pItem ); in Reset() local
242 if ( SFX_ITEM_SET == eState ) in Reset()
244 else if ( SFX_ITEM_DISABLED == eState ) in Reset()
/trunk/main/sw/source/ui/inc/
H A Dworkctrl.hxx83 SfxItemState eState,
109 SfxItemState eState,
213 SfxItemState eState,
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1092 bool Button::SetState (const State eState) in SetState() argument
1094 if (meState != eState) in SetState()
1096 meState = eState; in SetState()
1437 const SfxItemState eState (pDispatcher->QueryState(SID_PRESENTATION, pState)); in IsEnabled() local
1438 return (eState & SFX_ITEM_DISABLED) == 0; in IsEnabled()
1535 const SfxItemState eState (pDispatcher->QueryState( in IsEnabled() local
1538 return (eState & SFX_ITEM_DISABLED) == 0; in IsEnabled()
/trunk/main/svx/source/dialog/
H A Dorienthelper.cxx152 void OrientationHelper::SetStackedState( TriState eState ) in SetStackedState() argument
154 if( eState != GetStackedState() ) in SetStackedState()
156 mpImpl->mrCbStacked.SetState( eState ); in SetStackedState()
H A Dhyprlink.cxx263 void SvxHyperlinkDlg::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
268 if( eState != SFX_ITEM_DISABLED) in StateChanged()
273 if ( pState && eState == SFX_ITEM_AVAILABLE ) in StateChanged()
286 if (eState == SFX_ITEM_DISABLED) in StateChanged()
296 if (eState == SFX_ITEM_AVAILABLE) in StateChanged()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx61 SvParserState eState; // Status auch in abgl. Klassen member in SvParser
124 inline SvParserState GetStatus() const { return eState; } // StatusInfo in GetStatus()
136 inline int IsParserWorking() const { return SVPAR_WORKING == eState; } in IsParserWorking()
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx167 PropertyState eState = PropertyState_DIRECT_VALUE; in getPropertyState() local
172 eState = xPrimary->getPropertyState( _rPropertyName ); in getPropertyState()
191 eState = PropertyState_AMBIGUOUS_VALUE; in getPropertyState()
196 return eState; in getPropertyState()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.hxx68 const SfxItemState eState,
182 void MetricState( SfxItemState eState, const SfxPoolItem* pState );
183 FieldUnit GetCurrentUnit( SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx194 TriState eState = pBox->GetState(); in IMPL_LINK() local
195 if ( eState == STATE_DONTKNOW ) in IMPL_LINK()
200 sal_Bool bOn = ( eState == STATE_CHECK ); // ausgewaehlter Wert in IMPL_LINK()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx496 TriState eState = STATE_NOCHECK; in CreateAccessibleCell() local
501 eState = isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK; in CreateAccessibleCell()
505 eState = STATE_NOCHECK; in CreateAccessibleCell()
507 return EditBrowseBox::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eState,bEnable ); in CreateAccessibleCell()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx171 SfxItemState eState = aCharAttrSet.GetItemState( EE_CHAR_KERNING, sal_True ); in GetCharState() local
172 if ( eState == SFX_ITEM_DONTCARE ) in GetCharState()
588 SfxItemState eState = aAttrSet.GetItemState( EE_PARA_LRSPACE ); in GetAttrState() local
589 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx285 sal_Bool FilterCache::isFillState(FilterCache::EFillState eState) const in isFillState()
290 return ((m_eFillState & eState) == eState); in isFillState()
702 EItemFlushState eState = impl_specifyFlushOperation(xSet, rCache, sItem); in impl_flushByList() local
703 switch(eState) in impl_flushByList()
1392 EItemFlushState eState( E_ITEM_UNCHANGED ); in impl_specifyFlushOperation() local
1396 eState = E_ITEM_UNCHANGED; in impl_specifyFlushOperation()
1399 eState = E_ITEM_ADDED; in impl_specifyFlushOperation()
1402 eState = E_ITEM_CHANGED; in impl_specifyFlushOperation()
1405 eState = E_ITEM_REMOVED; in impl_specifyFlushOperation()
1407 return eState; in impl_specifyFlushOperation()
/trunk/main/sd/source/ui/app/
H A Dtbxww.cxx281 SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
283 SfxToolBoxControl::StateChanged( nSId, eState, pState ); in StateChanged()
285 if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx245 if( SVPAR_PENDING == eState ) in Read()
516 eState = SVPAR_ERROR;
591 ASSERT( SVPAR_ERROR!=eState, in Continue()
594 eState = SVPAR_ERROR; in Continue()
604 eState = SVPAR_PENDING; in Continue()
633 if( SVPAR_ERROR == eState ) in Continue()
966 eState = SVPAR_ERROR; in NextToken()
1493 eState = SVPAR_ERROR; in NextToken()
2401 eState = SVPAR_ERROR; in Show()
2438 eState = SVPAR_ERROR; in ShowStatline()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlitemi.cxx223 SfxItemState eState = in finished() local
227 if ((SFX_ITEM_SET != eState) && (SFX_WHICH_MAX > Ids[i][0])) in finished()
233 if (eState >= SFX_ITEM_DEFAULT && pItem) in finished()

Completed in 214 milliseconds

12345678910>>...17