Lines Matching refs:pState

269 								  const SfxPoolItem* pState );
326 … virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
981 …vxColorWindow_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
983 if (( SFX_ITEM_DISABLED != eState ) && pState ) in StateChanged()
985 if (( nSID == SID_COLOR_TABLE ) && ( pState->ISA( SvxColorTableItem ))) in StateChanged()
989 if(pState) in StateChanged()
991 aColorTable = static_cast< const SvxColorTableItem* >(pState)->GetColorTable(); in StateChanged()
1232 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
1235 if ( pState && nSID == SID_BORDER_REDUCED_MODE) in StateChanged()
1237 const SfxBoolItem* pItem = PTR_CAST( SfxBoolItem, pState ); in StateChanged()
1268 SfxPopupWindow::StateChanged( nSID, eState, pState ); in StateChanged()
1668 sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
1683 PTR_CAST( SfxTemplateItem, pState ); in StateChanged()
2153 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2173 eTri = ((const SfxBoolItem*)pState)->GetValue() in StateChanged()
2227 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2247 const SvxFontItem* pFontItem = dynamic_cast< const SvxFontItem* >( pState ); in StateChanged()
2324 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2332 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2395 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2400 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2475 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2487 const SfxBoolItem* pBool = PTR_CAST( SfxBoolItem, pState ); in StateChanged()
2495 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2676 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2687 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2733 sal_uInt16 , SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2735 SfxBoolItem* pItem = PTR_CAST( SfxBoolItem, pState ); in StateChanged()
2764 …impleUndoRedoController::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2766 SfxStringItem* pItem = PTR_CAST( SfxStringItem, pState ); in StateChanged()