Home
last modified time | relevance | path

Searched refs:eState (Results 1 – 25 of 419) sorted by last modified time

12345678910>>...17

/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx210 CSS1ParserState eState; // der aktuelle Zustand der Parsers member in CSS1Parser
226 sal_Bool IsParserWorking() const { return CSS1_PAR_WORKING == eState; } in IsParserWorking()
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/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx465 SvButtonState eState = pBox->GetCheckButtonState( pEntry ); in getAccessibleRole() local
466 switch( eState ) in getAccessibleRole()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx889 SfxItemState eState = aSet.GetItemState( XATTR_FILLCOLOR, in ProcessObj() local
891 if( SFX_ITEM_DEFAULT == eState ) in ProcessObj()
1385 SfxItemState eState = SFX_ITEM_DEFAULT; in GetFmtAttr() local
1387 eState = pSet->GetItemState(RES_LR_SPACE, false); in GetFmtAttr()
1388 if (eState != SFX_ITEM_SET && rReader.pCollA != NULL) in GetFmtAttr()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1308 sal_Bool bRightAllowed = pCMS && ( pCMS->eState == MV_NONE ); in GetCrsrOfst()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx161 EESpellState eState; member
170 { bSpellToEnd = sal_True; eState = EE_SPELL_OK; bMultipleDoc = sal_False; } in SpellInfo()
/trunk/main/svx/source/table/
H A Dcell.cxx1356 PropertyState eState; in getPropertyState() local
1367 eState = PropertyState_DIRECT_VALUE; in getPropertyState()
1371 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1400 eState = PropertyState_DIRECT_VALUE; in getPropertyState()
1403 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1409 eState = PropertyState_AMBIGUOUS_VALUE; in getPropertyState()
1414 if( ( PropertyState_DIRECT_VALUE == eState ) ) in getPropertyState()
1428 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1443 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1450 return eState; in getPropertyState()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1702 SfxItemState eState=pSet->GetItemState(nWhich,sal_False,&pItem); in SetAttributes() local
1703 if (eState==SFX_ITEM_SET) aSet.Put(*pItem); in SetAttributes()
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx229 void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
246 if ( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
255 else if ( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dselctrl.cxx59 void SvxSelectionModeControl::StateChanged( sal_uInt16, SfxItemState eState, in StateChanged() argument
62 if ( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dzoomctrl.cxx122 void SvxZoomStatusBarControl::StateChanged( sal_uInt16, SfxItemState eState, in StateChanged() argument
125 if( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dzoomsliderctrl.cxx199 void SvxZoomSliderControl::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolIte… in StateChanged() argument
201 if ( (SFX_ITEM_AVAILABLE != eState) || pState->ISA( SfxVoidItem ) ) in StateChanged()
H A Dxmlsecctrl.cxx106 void XmlSecStatusBarControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pSta… in StateChanged() argument
108 if( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dinsctrl.cxx66 void SvxInsertStatusBarControl::StateChanged( sal_uInt16 , SfxItemState eState, in StateChanged() argument
69 if ( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dmodctrl.cxx57 void SvxModifyControl::StateChanged( sal_uInt16, SfxItemState eState, in StateChanged() argument
60 if ( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
/trunk/main/svx/source/mnuctrls/
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/sc/source/ui/vba/
H A Dvbarange.cxx550 SfxItemState eState = pDataSet->GetItemState( ATTR_VALUE_FORMAT, sal_True, NULL); in getNumberFormatString() local
553 if ( eState == SFX_ITEM_DONTCARE ) in getNumberFormatString()
2632 SfxItemState eState = pDataSet->GetItemState( ATTR_LINEBREAK, sal_True, NULL); in getWrapText() local
2633 if ( eState == SFX_ITEM_DONTCARE ) in getWrapText()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx225 else if( SVPAR_PENDING != eState ) in _GetNextToken()
237 eState = SVPAR_ACCEPTED; in _GetNextToken()
470 eState = SVPAR_ERROR; in ScanText()
575 eState = SVPAR_ERROR; in SkipGroup()
589 eState = SVPAR_WORKING; in CallParser()
599 if( SVPAR_PENDING != eState ) in CallParser()
603 eState = SVPAR_ERROR; in CallParser()
605 return eState; in CallParser()
624 eState = SVPAR_ACCEPTED; in Continue()
640 eState = SVPAR_ERROR; in Continue()
[all …]
/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/vcl/inc/vcl/
H A Dbutton.hxx188 void SetState( TriState eState );
469 void SetState( TriState eState );
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.hxx74 const SfxItemState eState,
230 void MetricState( SfxItemState eState, const SfxPoolItem* pState );
H A DPagePropertyPanel.cxx566 const SfxItemState eState, in NotifyItemUpdate() argument
576 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
585 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
594 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
603 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
626 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
634 MetricState( eState, pState ); in NotifyItemUpdate()
640 void PagePropertyPanel::MetricState( SfxItemState eState, const SfxPoolItem* pState ) in MetricState() argument
643 if ( pState && eState >= SFX_ITEM_DEFAULT ) in MetricState()
H A DWrapPropertyPanel.hxx51 const SfxItemState eState,
H A DWrapPropertyPanel.cxx212 const SfxItemState eState, in NotifyItemUpdate() argument
218 if ( eState == SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
/trunk/main/svx/inc/svx/
H A Dzoomsliderctrl.hxx51 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );

Completed in 231 milliseconds

12345678910>>...17