Home
last modified time | relevance | path

Searched refs:eState (Results 51 – 75 of 419) sorted by relevance

12345678910>>...17

/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx58 eState(e_none), in SapiDocu_PE()
77 eState = e_none; in ProcessToken()
80 if ( eState == e_none ) in ProcessToken()
83 eState = st_short; in ProcessToken()
98 eState = st_attags; in Process_AtTag()
103 csv_assert(eState == st_attags); in Process_AtTag()
138 if (eState == st_short AND i_rToken.IsParagraphStarter()) in Process_HtmlTag()
140 eState = st_description; in Process_HtmlTag()
306 eState = st_complete; in Process_DocuEnd()
329 eState = e_none; in ReleaseJustParsedDocu()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DControllerItem.cxx140 SfxItemState eState, in StateChanged() argument
143 mrItemUpdateReceiver.NotifyItemUpdate(nSID, eState, pState, IsEnabled(eState)); in StateChanged()
149 bool ControllerItem::IsEnabled (SfxItemState eState) const in IsEnabled()
151 if (eState == SFX_ITEM_DISABLED) in IsEnabled()
179 const SfxItemState eState (GetBindings().QueryState(GetId(), pState)); in RequestUpdate() local
180 mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState, IsEnabled(eState)); in RequestUpdate()
/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx180 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentButtonTypeState() local
188 eState = xStateAccess->getPropertyState( PROPERTY_BUTTONTYPE ); in getCurrentButtonTypeState()
189 if ( eState == PropertyState_DIRECT_VALUE ) in getCurrentButtonTypeState()
197 eState = xStateAccess->getPropertyState( PROPERTY_TARGET_URL ); in getCurrentButtonTypeState()
207 return eState; in getCurrentButtonTypeState()
259 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentTargetURLState() local
266 eState = xStateAccess->getPropertyState( PROPERTY_TARGET_URL ); in getCurrentTargetURLState()
274 return eState; in getCurrentTargetURLState()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx111 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
117 if( eState == SFX_ITEM_DISABLED ) in StateChanged()
126 if ( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
246 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
258 if ( eState == SFX_ITEM_DISABLED ) in StateChanged()
267 if ( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
314 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
322 if ( eState == SFX_ITEM_DISABLED ) in StateChanged()
331 if ( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
777 rTbx.EnableItem( nId, SFX_ITEM_DISABLED != eState ); in StateChanged()
[all …]
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_tydf2.cxx63 { (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); } in CallHandler()
70 : eState(e_none), in PE_Typedef()
126 eState = got_name; in On_expect_name_Identifier()
135 eState = e_none; in On_got_name_Punctuation()
150 eState = expect_description; in InitData()
158 eState = expect_name; in ReceiveData()
167 eState = e_none; in TransferData()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx89 SfxItemState eState; member in ImpItemListRow
105 : eState(SFX_ITEM_UNKNOWN), in ImpItemListRow()
158 && eState==rEntry.eState in operator ==()
336 switch (pEntry->eState) in GetCellText()
583 FASTBOOL bStateDiff=rEntry.eState!=pAktEntry->eState; in ImpSetEntry()
589 aTest.eState=pAktEntry->eState; in ImpSetEntry()
606 if (eState==SFX_ITEM_DEFAULT) { in ImpGetItem()
609 return (eState==SFX_ITEM_DEFAULT || eState==SFX_ITEM_SET) && rpItem!=NULL; in ImpGetItem()
943 if (eState==SFX_ITEM_DEFAULT) eState=SFX_ITEM_DISABLED; in SetAttributes()
946 if (eState!=SFX_ITEM_DISABLED) { in SetAttributes()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx469 SfxItemState eState, in NotifyItemUpdate() argument
478 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
496 if( eState == SFX_ITEM_DONTCARE) in NotifyItemUpdate()
530 if( eState == SFX_ITEM_DONTCARE ) in NotifyItemUpdate()
540 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
565 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
600 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
643 if( eState == SFX_ITEM_DONTCARE ) in NotifyItemUpdate()
652 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
685 if( eState == SFX_ITEM_DONTCARE ) in NotifyItemUpdate()
[all …]
H A DAlignmentPropertyPanel.cxx397 SfxItemState eState, in NotifyItemUpdate() argument
406 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxHorJustifyItem) ) in NotifyItemUpdate()
418 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxVerJustifyItem) ) in NotifyItemUpdate()
430 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxUInt16Item) ) in NotifyItemUpdate()
443 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxBoolItem) ) in NotifyItemUpdate()
461 if(eState == SFX_ITEM_DISABLED) in NotifyItemUpdate()
470 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxBoolItem) ) in NotifyItemUpdate()
480 else if(eState == SFX_ITEM_DONTCARE) in NotifyItemUpdate()
488 if (eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
527 if (eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx767 SfxItemState eState, in NotifyItemUpdate() argument
845 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
863 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
881 if (SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
894 if (SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
907 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
923 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
939 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
951 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
963 if (eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
[all …]
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1286 if ( eState == SFX_ITEM_DISABLED ) in Execute_Impl()
1292 if ( SFX_ITEM_SET == eState || in Execute_Impl()
1293 ( SFX_ITEM_AVAILABLE == eState && in Execute_Impl()
1580 if ( SFX_ITEM_DONTCARE == eState ) in UpdateControllers_Impl()
1585 else if ( SFX_ITEM_DEFAULT == eState && in UpdateControllers_Impl()
1592 else if ( SFX_ITEM_DISABLED == eState ) in UpdateControllers_Impl()
1613 eState = SFX_ITEM_DONTCARE; in UpdateControllers_Impl()
2139 eState = SFX_ITEM_DISABLED; in QueryState()
2179 return eState; in QueryState()
2189 if ( eState == SFX_ITEM_SET ) in QueryState()
[all …]
H A Dunoctitm.cxx145 SfxItemState eState = SFX_ITEM_DISABLED; in statusChanged() local
149 eState = SFX_ITEM_AVAILABLE; in statusChanged()
180 pCtrlItem->StateChanged( pCtrlItem->GetId(), eState, pItem ); in statusChanged()
828 SfxItemState eState = pDispatcher->QueryState( GetId(), pState ); in dispatch() local
829 StateChanged( GetId(), eState, pState ); in dispatch()
885 SfxItemState eState = pDispatcher->QueryState( GetId(), aState ); in addStatusListener() local
887 if ( eState == SFX_ITEM_DONTCARE ) in addStatusListener()
901 aEvent.IsEnabled = eState != SFX_ITEM_DISABLED; in addStatusListener()
976 else if ( eState == SFX_ITEM_DONTCARE ) in StateChanged()
987 aEvent.IsEnabled = eState != SFX_ITEM_DISABLED; in StateChanged()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx144 while(aToken.GetChar(0) != ';' && eState != SVPAR_ERROR && eState != SVPAR_ACCEPTED); in NextToken()
148 while(nTmpToken2 == RTF_RED && eState != SVPAR_ERROR && eState != SVPAR_ACCEPTED); in NextToken()
244 while(GetNextToken() != RTF_ROW && eState != SVPAR_ERROR && eState != SVPAR_ACCEPTED); in NextToken()
330 …while((nTmpToken2 = GetNextToken()) != RTF_TROWD && eState != SVPAR_ERROR && eState != SVPAR_ACCEP… in CreateTable()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerFiller.cxx130 State eState (ERROR); in ScanTemplate() local
141 eState = ADD_TEMPLATE; in ScanTemplate()
143 eState = SCAN_TEMPLATE; in ScanTemplate()
146 eState = SCAN_TEMPLATE; in ScanTemplate()
149 eState = DONE; in ScanTemplate()
152 return eState; in ScanTemplate()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx644 switch (eState) in Next_Symbol()
664 eState = SsStop; in Next_Symbol()
688 eState = SsStop; in Next_Symbol()
708 eState = SsStop; in Next_Symbol()
728 eState = SsStop; in Next_Symbol()
813 eState = SsStop; in Next_Symbol()
819 eState = SsStop; in Next_Symbol()
831 eState = SsStop; in Next_Symbol()
864 eState = SsStop; in Next_Symbol()
873 eState = SsStop; in Next_Symbol()
[all …]
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1606 TokenToRangeListState eState = STATE_OPEN; in extractCellRangeList() local
1611 switch( eState ) in extractCellRangeList()
1615 if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList()
1616 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList()
1622 else if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList()
1623 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList()
1630 else if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList()
1631 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList()
1637 if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList()
1638 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx267 ScChangeActionState eState; member in ScChangeAction
278 const ScChangeActionState eState,
374 { return eState == SC_CAS_VIRGIN; } in IsVirgin()
376 { return eState == SC_CAS_ACCEPTED; } in IsAccepted()
378 { return eState == SC_CAS_REJECTED; } in IsRejected()
487 const ScChangeActionState eState,
587 const ScChangeActionState eState,
687 const ScChangeActionState eState,
831 const ScChangeActionState eState,
954 const ScChangeActionState eState,
[all …]
/trunk/main/svx/source/form/
H A Dtbxform.cxx177 void SvxFmTbxCtlConfig::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pStat… in StateChanged() argument
182 if (eState >= SFX_ITEM_AVAILABLE) in StateChanged()
223 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
288 void SvxFmTbxCtlAbsRec::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pSta… in StateChanged() argument
303 sal_Bool bEnable = SFX_ITEM_DISABLED != eState && pState; in StateChanged()
310 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
423 void SvxFmTbxCtlRecTotal::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pS… in StateChanged() argument
440 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx372 if(eState != SFX_ITEM_SET) in Reset()
377 if( eState != SFX_ITEM_SET ) in Reset()
380 eState = SFX_ITEM_SET; in Reset()
569 if(eState != SFX_ITEM_SET) in Reset()
574 if( eState != SFX_ITEM_SET ) in Reset()
809 if(eState != SFX_ITEM_SET) in Reset()
814 if( eState != SFX_ITEM_SET ) in Reset()
1104 if(eState != SFX_ITEM_SET) in Reset()
1109 if( eState != SFX_ITEM_SET ) in Reset()
1549 if(eState != SFX_ITEM_SET) in Reset()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuthes.cxx129 EESpellState eState = ( (OutlinerView*) pOutlView)->StartThesaurus(); in DoExecute() local
130 DBG_ASSERT(eState != EE_SPELL_NOSPELLER, "No SpellChecker"); in DoExecute()
132 if (eState == EE_SPELL_NOLANGUAGE) in DoExecute()
156 EESpellState eState = pOutlView->StartThesaurus(); in DoExecute() local
157 DBG_ASSERT(eState != EE_SPELL_NOSPELLER, "No SpellChecker"); in DoExecute()
159 if (eState == EE_SPELL_NOLANGUAGE) in DoExecute()
/trunk/main/cppuhelper/source/
H A Dunourl.cxx75 State eState = STATE_NAME0; in Impl() local
82 switch (eState) in Impl()
90 eState = STATE_NAME; in Impl()
98 eState = STATE_KEY0; in Impl()
112 eState = STATE_KEY; in Impl()
120 eState = STATE_VALUE; in Impl()
142 eState = STATE_KEY0; in Impl()
/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx137 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent() local
138 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
182 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent() local
183 if ( m_pTabListBox->IsCellCheckBox( nRow, m_pTabListBox->GetCurrColumn(), eState ) ) in ProcessWindowEvent()
227 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent() local
228 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
258 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent() local
260 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
/trunk/main/autodoc/source/parser/cpp/
H A Dpreproc.cxx51 eState(plain), in PreProcessor()
80 (this->*aTokProcs[eState])(let_drToken); in Process_Token()
101 eState = expect_macro_param; in On_expect_macro_bracket_left()
108 eState = plain; in On_expect_macro_bracket_left()
130 eState = plain; in On_expect_macro_param()
175 eState = expect_macro_bracket_left; in CheckForDefine()
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx56 if ( pPreeditData->eState == ePreeditStatusActivationRequired ) in PreeditStartCallback()
58 pPreeditData->eState = ePreeditStatusActive; in PreeditStartCallback()
76 if (pPreeditData->eState == ePreeditStatusActive ) in PreeditDoneCallback()
81 pPreeditData->eState = ePreeditStatusStartPending; in PreeditDoneCallback()
358 if ( pPreeditData->eState == ePreeditStatusStartPending ) in PreeditDrawCallback()
359 pPreeditData->eState = ePreeditStatusActivationRequired; in PreeditDrawCallback()
415 if ( pPreeditData->eState == ePreeditStatusActive && pPreeditData->pFrame ) in PreeditDrawCallback()
421 pPreeditData->eState = ePreeditStatusStartPending; in PreeditDrawCallback()
548 pPreeditData->eState = ePreeditStatusStartPending; in CommitStringCallback()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx577 eState = SFX_ITEM_AVAILABLE; in statusChanged()
583 eState = SFX_ITEM_UNKNOWN; in statusChanged()
613 eState = aItemStatus.State; in statusChanged()
636 StateChanged( nSlotId, eState, pItem ); in statusChanged()
960 SfxItemState eState, in StateChanged() argument
976 switch ( eState ) in StateChanged()
1151 eState = SFX_ITEM_AVAILABLE; in statusChanged()
1157 eState = SFX_ITEM_UNKNOWN; in statusChanged()
1187 eState = aItemStatus.State; in statusChanged()
1475 SfxItemState eState, in StateChanged() argument
[all …]
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx262 SfxItemState eState = SFX_ITEM_DISABLED; in statusChanged() local
266 eState = SFX_ITEM_AVAILABLE; in statusChanged()
272 eState = SFX_ITEM_UNKNOWN; in statusChanged()
302 eState = aItemStatus.State; in statusChanged()
319 StateChanged( nSlotID, eState, pItem ); in statusChanged()
438 SfxItemState eState, in StateChanged() argument
460 if ( eState == SFX_ITEM_AVAILABLE && pStr ) in StateChanged()
464 DBG_ASSERT( eState != SFX_ITEM_AVAILABLE || pState->ISA(SfxVoidItem), in StateChanged()

Completed in 200 milliseconds

12345678910>>...17