Home
last modified time | relevance | path

Searched refs:eState (Results 226 – 250 of 419) sorted by relevance

12345678910>>...17

/trunk/main/avmedia/source/framework/
H A Dmediaitem.cxx222 void MediaItem::setState( MediaState eState ) in setState() argument
224 meState = eState; in setState()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx77 …d TableEdgeHdl::SetEdge( sal_Int32 nEdge, sal_Int32 nStart, sal_Int32 nEnd, TableEdgeState eState ) in SetEdge() argument
83 maEdges[nEdge].meState = eState; in SetEdge()
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx99 SfxItemState eState, in StateChanged() argument
104 if(eState == SFX_ITEM_DISABLED) in StateChanged()
116 else if(SFX_ITEM_AVAILABLE == eState) in StateChanged()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx193 SfxItemState eState = aSet.GetItemState( nId, sal_True, &pItem ); in WriteToDocument() local
194 if (eState == SFX_ITEM_DONTCARE) in WriteToDocument()
196 else if (eState == SFX_ITEM_SET) in WriteToDocument()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx260 SfxItemState eState = currSPState; in Rearrange() local
270 if( eState >= SFX_ITEM_AVAILABLE ) in Rearrange()
456 else if( eState == SFX_ITEM_DISABLED ) in Rearrange()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx1184 CDCONTROLSTATEF eState = CDCS_VISIBLE; in impl_sta_EnableControl() local
1186 eState |= CDCS_ENABLED; in impl_sta_EnableControl()
1188 eState |= CDCS_INACTIVE; in impl_sta_EnableControl()
1190 iCustom->SetControlState(nId, eState); in impl_sta_EnableControl()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx1084 SfxItemState eState = aAttribs.GetItemState( EE_CHAR_UNDERLINE, sal_True ); in GetAttrState() local
1085 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
1126 eState = aAttribs.GetItemState( EE_CHAR_KERNING, sal_True ); in GetAttrState()
1128 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
/trunk/main/svtools/inc/svtools/
H A Dsvlbitm.hxx67 SvButtonState eState; member in SvLBoxButtonData
119 return eState; in GetActButtonState()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx251 ImportState eState; member
260 ImportInfo( ImportState eState, SvParser* pPrsrs, const ESelection& rSel );
/trunk/main/cui/source/dialogs/
H A Dcuihyperdlg.cxx55 void SvxHlinkCtrl::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
58 if ( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx828 SfxItemState eState = aNewAttr.GetItemState(nNumItemId, sal_False, &pTmpItem); in GetNumBulletItem() local
829 if (eState == SFX_ITEM_SET) in GetNumBulletItem()
889 SfxItemState eState = aNewAttr.GetItemState(nNumItemId, sal_False, &pTmpItem); in GetNumBulletItem() local
890 if (eState == SFX_ITEM_SET) in GetNumBulletItem()
H A DOutliner.cxx1223 EESpellState eState = HasSpellErrors(); in PrepareSpellCheck() local
1224 DBG_ASSERT(eState != EE_SPELL_NOSPELLER, "No SpellChecker"); in PrepareSpellCheck()
1226 if (eState == EE_SPELL_NOLANGUAGE) in PrepareSpellCheck()
1235 else if (eState != EE_SPELL_OK) in PrepareSpellCheck()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx382 eState = SVPAR_ERROR; in ReadStyleTable()
544 eState = SVPAR_ERROR; in ReadFontTable()
670 eState = SVPAR_ERROR; in GetTextToEndGroup()
734 eState = SVPAR_ERROR; in ReadInfo()
/trunk/main/sw/source/ui/sidebar/
H A DWrapPropertyPanel.cxx212 const SfxItemState eState, in NotifyItemUpdate() argument
218 if ( eState == SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx115 SfxItemState eState = rSet.GetItemState( pEntry->nWhichId, sal_True, in importXML() local
119 if(SFX_ITEM_SET != eState && SFX_WHICH_MAX > pEntry->nWhichId ) in importXML()
123 if(eState >= SFX_ITEM_DEFAULT && pItem) in importXML()
/trunk/main/oox/source/export/
H A Dshapes.cxx341 …, rXPropState, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ), eState ) && eState == beans::Pr…
673 PropertyState eState; in WriteConnectorShape() local
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx186 SvParserState eState = xPrsr->CallParser(); in ReadRTF() local
187 if ( ( eState != SVPAR_ACCEPTED ) && ( !rInput.GetError() ) ) in ReadRTF()
209 SvParserState eState = xPrsr->CallParser( this, aSel.Max() ); in ReadHTML() local
210 if ( ( eState != SVPAR_ACCEPTED ) && ( !rInput.GetError() ) ) in ReadHTML()
1523 EESpellState eState = pSpellInfo->eState; in Spell()
1526 return eState; in Spell()
1945 pSpellInfo->eState = EE_SPELL_ERRORFOUND; in ImpSpell()
2014 pSpellInfo->eState = EE_SPELL_ERRORFOUND; in ImpFindNextError()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1710 TriState eState = STATE_DONTKNOW; in lcl_setCheckBoxState() local
1717 eState = bValue ? STATE_CHECK : STATE_NOCHECK; in lcl_setCheckBoxState()
1724 _pCheckBoxControl->GetBox().SetState(eState); in lcl_setCheckBoxState()
3031 TriState eState; in SetText() local
3033 eState = STATE_CHECK; in SetText()
3035 eState = STATE_NOCHECK; in SetText()
3037 eState = STATE_DONTKNOW; in SetText()
3039 ((CheckBoxControl*)m_pWindow)->GetBox().SetState(eState); in SetText()
3040 ((CheckBoxControl*)m_pPainter)->GetBox().SetState(eState); in SetText()
3194 TriState eState = ((CheckBoxControl*)m_pWindow)->GetBox().GetState(); in IMPL_LINK() local
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx192 …void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState,…
193 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2182 beans::PropertyState eState; in _getPropertyState() local
2183 if( !getPropertyStateImpl( pMap, eState ) ) in _getPropertyState()
2191 eState = beans::PropertyState_DIRECT_VALUE; in _getPropertyState()
2194 eState = beans::PropertyState_DEFAULT_VALUE; in _getPropertyState()
2200 eState = beans::PropertyState_AMBIGUOUS_VALUE; in _getPropertyState()
2205 if( ( beans::PropertyState_DIRECT_VALUE == eState ) ) in _getPropertyState()
2219 eState = beans::PropertyState_DEFAULT_VALUE; in _getPropertyState()
2234 eState = beans::PropertyState_DEFAULT_VALUE; in _getPropertyState()
2240 return eState; in _getPropertyState()
/trunk/main/svx/source/form/
H A Dtabwin.cxx322 void FmFieldWin::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged() argument
327 if (eState >= SFX_ITEM_AVAILABLE) in StateChanged()
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx68 void LibBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
76 if ( eState != SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx704 SfxItemState eState=rSet.GetItemState(nWhich); in SearchOutlinerItems() local
705 if ((eState==SFX_ITEM_DEFAULT && bInklDefaults) || eState==SFX_ITEM_SET) { in SearchOutlinerItems()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1787 void PushButton::SetState( TriState eState ) in SetState() argument
1789 if ( meState != eState ) in SetState()
1791 meState = eState; in SetState()
3938 void CheckBox::SetState( TriState eState ) in SetState() argument
3940 if ( !mbTriState && (eState == STATE_DONTKNOW) ) in SetState()
3941 eState = STATE_NOCHECK; in SetState()
3943 if ( meState != eState ) in SetState()
3945 meState = eState; in SetState()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx437 …SvButtonState eState = !(m_bReadOnly && (*aIter)->second->IsAutoIncrement()) ? SV_BUTTON_CHECKED :… in FillListBox() local
438 SetCheckButtonState( pEntry, eState ); in FillListBox()

Completed in 229 milliseconds

12345678910>>...17