Lines Matching refs:pState

693 …araPropertyPanel::VertStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState)  in VertStateChanged()  argument
709 if ( (eState >= SFX_ITEM_DEFAULT) && (pState->ISA(SfxBoolItem))) in VertStateChanged()
711 const SfxBoolItem* pItem= (const SfxBoolItem*)pState; in VertStateChanged()
789 …tyPanel::ParaBKGStateChanged(sal_uInt16 /* nSID */, SfxItemState eState, const SfxPoolItem* pState) in ParaBKGStateChanged() argument
791 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxColorItem)) in ParaBKGStateChanged()
793 const SvxColorItem* pItem = (const SvxColorItem*)pState; in ParaBKGStateChanged()
1074 const SfxPoolItem* pState, in NotifyItemUpdate() argument
1083 m_eMetricUnit = GetCurrentUnit(eState,pState); in NotifyItemUpdate()
1097 StateChangedIndentImpl( nSID, eState, pState ); in NotifyItemUpdate()
1101 StateChangedLnSPImpl( nSID, eState, pState ); in NotifyItemUpdate()
1105 StateChangedULImpl( nSID, eState, pState ); in NotifyItemUpdate()
1112 StateChangedAlignmentImpl( nSID, eState, pState ); in NotifyItemUpdate()
1117 StateChangeOutLineImpl( nSID, eState, pState ); in NotifyItemUpdate()
1122 StateChangeIncDecImpl( nSID, eState, pState ); in NotifyItemUpdate()
1127 StateChangeBulletNumImpl( nSID, eState, pState ); in NotifyItemUpdate()
1132 StateChangeBulletNumRuleImpl( nSID, eState, pState ); in NotifyItemUpdate()
1138 VertStateChanged( nSID, eState, pState); in NotifyItemUpdate()
1142 ParaBKGStateChanged(nSID, eState, pState); in NotifyItemUpdate()
1150 …Panel::StateChangedAlignmentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChangedAlignmentImpl() argument
1154 const SfxBoolItem* pItem = (const SfxBoolItem*)pState; in StateChangedAlignmentImpl()
1235 …el::StateChangedIndentImpl( sal_uInt16 /* nSID */, SfxItemState eState, const SfxPoolItem* pState ) in StateChangedIndentImpl() argument
1277 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedIndentImpl()
1279 SvxLRSpaceItem* pSpace = ( SvxLRSpaceItem*)pState; in StateChangedIndentImpl()
1379 …anel::StateChangedLnSPImpl( sal_uInt16 /* nSID */, SfxItemState eState, const SfxPoolItem* pState ) in StateChangedLnSPImpl() argument
1383 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedLnSPImpl()
1387 mpLnSPItem = ( SvxLineSpacingItem *)pState->Clone(); in StateChangedLnSPImpl()
1391 …yPanel::StateChangedULImpl( sal_uInt16 /* nSID */, SfxItemState eState, const SfxPoolItem* pState ) in StateChangedULImpl() argument
1396 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedULImpl()
1398 SvxULSpaceItem* pOldItem = (SvxULSpaceItem*)pState; in StateChangedULImpl()
1431 …rtyPanel::StateChangeOutLineImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChangeOutLineImpl() argument
1435 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
1442 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
1459 …ertyPanel::StateChangeIncDecImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChangeIncDecImpl() argument
1470 ( pState && eState == SFX_ITEM_UNKNOWN ) ? sal_True : sal_False ); in StateChangeIncDecImpl()
1476 …yPanel::StateChangeBulletNumImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChangeBulletNumImpl() argument
1478 if ( (eState >= SFX_ITEM_DEFAULT) && (pState->ISA(SfxBoolItem)) ) in StateChangeBulletNumImpl()
1480 const SfxBoolItem* pItem= (const SfxBoolItem*)pState; in StateChangeBulletNumImpl()
1498 …el::StateChangeBulletNumRuleImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChangeBulletNumRuleImpl() argument
1500 if ( eState >= SFX_ITEM_DEFAULT && pState->ISA(SfxUInt16Item) ) in StateChangeBulletNumRuleImpl()
1504 const SfxUInt16Item* pIt = (const SfxUInt16Item*)pState; in StateChangeBulletNumRuleImpl()
1521 FieldUnit ParaPropertyPanel::GetCurrentUnit( SfxItemState eState, const SfxPoolItem* pState ) in GetCurrentUnit() argument
1525 if ( pState && eState >= SFX_ITEM_DEFAULT ) in GetCurrentUnit()
1526 eUnit = (FieldUnit)( (const SfxUInt16Item*)pState )->GetValue(); in GetCurrentUnit()