Home
last modified time | relevance | path

Searched refs:pState (Results 1 – 25 of 202) sorted by relevance

123456789

/AOO41X/main/svx/source/dialog/
H A Drlrcitem.cxx57 const SfxPoolItem* pState) in StateChanged() argument
61 pState = 0; in StateChanged()
68 const SfxRectangleItem *pItem = PTR_CAST(SfxRectangleItem, pState); in StateChanged()
74 const SvxLongLRSpaceItem *pItem = PTR_CAST(SvxLongLRSpaceItem, pState); in StateChanged()
75 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxLRSpaceItem erwartet"); in StateChanged()
81 const SvxLongULSpaceItem *pItem = PTR_CAST(SvxLongULSpaceItem, pState); in StateChanged()
82 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxULSpaceItem erwartet"); in StateChanged()
89 const SvxTabStopItem *pItem = PTR_CAST(SvxTabStopItem, pState); in StateChanged()
90 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxTabStopItem erwartet"); in StateChanged()
97 const SvxLRSpaceItem *pItem = PTR_CAST(SvxLRSpaceItem, pState); in StateChanged()
[all …]
H A Dsrchctrl.cxx59 const SfxPoolItem* pState ) in StateChanged() argument
72 DBG_ASSERT( pState->ISA(SfxUInt16Item), "wrong item type" ); in StateChanged()
73 sal_uInt16 nFlags = (sal_uInt16)( (SfxUInt16Item*)pState )->GetValue(); in StateChanged()
78 DBG_ASSERT( pState->ISA(SvxSearchItem), "wrong item type" ); in StateChanged()
79 rSrchDlg.SetItem_Impl( (const SvxSearchItem*)pState ); in StateChanged()
/AOO41X/main/sfx2/source/control/
H A Dstatcach.cxx364 const SfxPoolItem* pState, // Status des Slots, ggf. 0 oder -1 in SetState() argument
380 SetState_Impl( eState, pState, bMaybeDirty ); in SetState()
388 const SfxPoolItem* pState( NULL ); in SetVisibleState() local
399 pState = new SfxVoidItem( nId ); in SetVisibleState()
403 pState = pLastItem; in SetVisibleState()
406 bNotify = ( pState != 0 ); in SetVisibleState()
410 pState = new SfxVisibilityItem( nId, sal_False ); in SetVisibleState()
420 pCtrl->StateChanged( nId, eState, pState ); in SetVisibleState()
424 pInternalController->StateChanged( nId, eState, pState ); in SetVisibleState()
427 delete pState; in SetVisibleState()
[all …]
H A Dunoctitm.cxx827 const SfxPoolItem* pState=0; in dispatch() local
828 SfxItemState eState = pDispatcher->QueryState( GetId(), pState ); in dispatch()
829 StateChanged( GetId(), eState, pState ); in dispatch()
918 …::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState, SfxSlotServer* pS… in StateChanged() argument
927 if ( pState && !IsInvalidItem( pState ) ) in StateChanged()
929 if ( !pState->ISA( SfxVisibilityItem ) ) in StateChanged()
933 bNotify = pState->Type() != pLastState->Type() || *pState != *pLastState; in StateChanged()
936 pLastState = !IsInvalidItem(pState) ? pState->Clone() : pState; in StateChanged()
940 bVisible = ((SfxVisibilityItem *)pState)->GetValue(); in StateChanged()
946 pLastState = pState; in StateChanged()
[all …]
H A Dctrlitem.cxx353 const SfxPoolItem* pState // Slot-Status, ggf. 0 oder IsInvalidItem() in StateChanged() argument
357 pMaster->StateChanged( nSID, eState, pState ); in StateChanged()
374 const SfxPoolItem* pState /* Pointer auf das <SfxPoolItem>, dessen in GetItemState() argument
408 return !pState in GetItemState()
410 : IsInvalidItem(pState) in GetItemState()
412 : pState->ISA(SfxVoidItem) && !pState->Which() in GetItemState()
/AOO41X/main/svx/source/tbxctrls/
H A Dlinectrl.cxx111 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
131 pStyleItem = (XLineStyleItem*)pState->Clone(); in StateChanged()
136 pDashItem = (XLineDashItem*)pState->Clone(); in StateChanged()
140 Update( pState ); in StateChanged()
152 void SvxLineStyleToolBoxControl::Update( const SfxPoolItem* pState ) in Update() argument
154 if ( pState && bUpdate ) in Update()
202 if ( pState && ( pState->ISA( SvxDashListItem ) ) ) in Update()
212 pBox->Fill( ((SvxDashListItem*)pState )->GetDashList() ); in Update()
246 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
269 DBG_ASSERT( pState->ISA(XLineWidthItem), "falscher ItemType" ); in StateChanged()
[all …]
H A Dlboxctrl.cxx90 const SfxPoolItem* pState );
148 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
150 … rToolBox.EnableItem( nTbxId, ( SfxToolBoxControl::GetItemState( pState ) != SFX_ITEM_DISABLED) ); in StateChanged()
151 SfxPopupWindow::StateChanged( nSID, eState, pState ); in StateChanged()
200 sal_uInt16, SfxItemState, const SfxPoolItem* pState ) in StateChanged() argument
203 SFX_ITEM_DISABLED != GetItemState(pState) ); in StateChanged()
280 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
289 else if ( pState && pState->ISA( SfxStringItem ) ) in StateChanged()
291 SfxStringItem& rItem = *(SfxStringItem *)pState; in StateChanged()
296 SvxListBoxControl::StateChanged( nSID, eState, pState ); in StateChanged()
[all …]
H A Dfillctrl.cxx104 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
126 pStyleItem = (XFillStyleItem*) pState->Clone(); in StateChanged()
136 pColorItem = (XFillColorItem*) pState->Clone(); in StateChanged()
144 pGradientItem = (XFillGradientItem*) pState->Clone(); in StateChanged()
152 pHatchItem = (XFillHatchItem*) pState->Clone(); in StateChanged()
160 pBitmapItem = (XFillBitmapItem*) pState->Clone(); in StateChanged()
195 Update( pState ); in StateChanged()
228 void SvxFillToolBoxControl::Update( const SfxPoolItem* pState ) in Update() argument
230 if ( pStyleItem && pState && bUpdate ) in Update()
439 if( pState && pStyleItem ) in Update()
[all …]
H A Dtbcontrl.cxx269 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()
[all …]
/AOO41X/main/vcl/unx/headless/
H A Dsvpframe.cxx281 void SvpSalFrame::SetWindowState( const SalFrameState *pState ) in SetWindowState() argument
283 if (pState == NULL) in SetWindowState()
287 if (pState->mnMask & _FRAMESTATE_MASK_GEOMETRY) in SetWindowState()
295 if (pState->mnMask & SAL_FRAMESTATE_MASK_X) in SetWindowState()
296 nX = pState->mnX; in SetWindowState()
297 if (pState->mnMask & SAL_FRAMESTATE_MASK_Y) in SetWindowState()
298 nY = pState->mnY; in SetWindowState()
299 if (pState->mnMask & SAL_FRAMESTATE_MASK_WIDTH) in SetWindowState()
300 nWidth = pState->mnWidth; in SetWindowState()
301 if (pState->mnMask & SAL_FRAMESTATE_MASK_HEIGHT) in SetWindowState()
[all …]
/AOO41X/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx693 …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()
[all …]
H A DParaPropertyPanel.hxx84 const SfxPoolItem* pState,
90 FieldUnit GetCurrentUnit( SfxItemState eState, const SfxPoolItem* pState );
235 void VertStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState);
236 void ParaBKGStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState);
237 … void StateChangedAlignmentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
238 void StateChangedIndentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
239 void StateChangedLnSPImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
240 void StateChangedULImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
241 void StateChangeOutLineImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
242 void StateChangeIncDecImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
[all …]
/AOO41X/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx398 const SfxPoolItem* pState, in NotifyItemUpdate() argument
406 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxHorJustifyItem) ) in NotifyItemUpdate()
408 const SvxHorJustifyItem* pItem = (const SvxHorJustifyItem*)pState; in NotifyItemUpdate()
418 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxVerJustifyItem) ) in NotifyItemUpdate()
420 const SvxVerJustifyItem* pItem = (const SvxVerJustifyItem*)pState; in NotifyItemUpdate()
430 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxUInt16Item) ) in NotifyItemUpdate()
432 const SfxUInt16Item* pItem = (const SfxUInt16Item*)pState; in NotifyItemUpdate()
443 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxBoolItem) ) in NotifyItemUpdate()
446 const SfxBoolItem* pItem = (const SfxBoolItem*)pState; in NotifyItemUpdate()
470 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SfxBoolItem) ) in NotifyItemUpdate()
[all …]
H A DCellAppearancePropertyPanel.cxx470 const SfxPoolItem* pState, in NotifyItemUpdate() argument
480 const SvxColorItem* pSvxColorItem = dynamic_cast< const SvxColorItem* >(pState); in NotifyItemUpdate()
484 maBackColor = ((const SvxColorItem*)pState)->GetValue(); in NotifyItemUpdate()
504 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxColorItem) ) in NotifyItemUpdate()
506 const SvxColorItem* pSvxColorItem = dynamic_cast< const SvxColorItem* >(pState); in NotifyItemUpdate()
510 maLineColor = ((const SvxColorItem*)pState)->GetValue(); in NotifyItemUpdate()
542 const SvxLineItem* pSvxLineItem = dynamic_cast< const SvxLineItem* >(pState); in NotifyItemUpdate()
567 const SvxBoxItem* pBoxItem = dynamic_cast< const SvxBoxItem* >(pState); in NotifyItemUpdate()
602 const SvxBoxInfoItem* pBoxInfoItem = dynamic_cast< const SvxBoxInfoItem* >(pState); in NotifyItemUpdate()
654 const SvxLineItem* pItem = dynamic_cast< const SvxLineItem* >(pState); in NotifyItemUpdate()
[all …]
/AOO41X/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx565 const SfxPoolItem* pState, in NotifyItemUpdate() argument
575 pState && pState->ISA(SfxInt16Item) ) in NotifyItemUpdate()
577 mpPageColumnTypeItem.reset( static_cast<SfxInt16Item*>(pState->Clone()) ); in NotifyItemUpdate()
584 pState && pState->ISA(SvxLongLRSpaceItem) ) in NotifyItemUpdate()
586 mpPageLRMarginItem.reset( static_cast<SvxLongLRSpaceItem*>(pState->Clone()) ); in NotifyItemUpdate()
593 pState && pState->ISA(SvxLongULSpaceItem) ) in NotifyItemUpdate()
595 mpPageULMarginItem.reset( static_cast<SvxLongULSpaceItem*>(pState->Clone()) ); in NotifyItemUpdate()
602 pState && pState->ISA(SvxPageItem) ) in NotifyItemUpdate()
604 mpPageItem.reset( static_cast<SvxPageItem*>(pState->Clone()) ); in NotifyItemUpdate()
625 pState && pState->ISA(SvxSizeItem) ) in NotifyItemUpdate()
[all …]
/AOO41X/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx875 const SfxPoolItem* pState, in NotifyItemUpdate() argument
883 if ( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxFontItem) ) in NotifyItemUpdate()
885 const SvxFontItem* pFontItem = (const SvxFontItem*)pState; in NotifyItemUpdate()
900 if ( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxFontHeightItem) ) in NotifyItemUpdate()
902 mpHeightItem = (SvxFontHeightItem*)pState;//const SvxFontHeightItem* in NotifyItemUpdate()
971 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxWeightItem)) in NotifyItemUpdate()
973 const SvxWeightItem* pItem = (const SvxWeightItem*)pState; in NotifyItemUpdate()
986 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxPostureItem)) in NotifyItemUpdate()
988 const SvxPostureItem* pItem = (const SvxPostureItem*)pState; in NotifyItemUpdate()
1002 if(pState->ISA(SvxUnderlineItem)) in NotifyItemUpdate()
[all …]
/AOO41X/main/svx/source/form/
H A Dtbxform.cxx177 …d SvxFmTbxCtlConfig::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
183 nSlot = ((SfxUInt16Item*)pState)->GetValue(); in StateChanged()
223 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
288 … SvxFmTbxCtlAbsRec::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
296 if (pState) in StateChanged()
298 const SfxInt32Item* pItem = PTR_CAST( SfxInt32Item, pState ); in StateChanged()
303 sal_Bool bEnable = SFX_ITEM_DISABLED != eState && pState; in StateChanged()
310 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
423 …vxFmTbxCtlRecTotal::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
431 if (pState) in StateChanged()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dtbcontrl.hxx191 const SfxPoolItem* pState );
241 const SfxPoolItem* pState );
292 const SfxPoolItem* pState );
319 const SfxPoolItem* pState );
342 const SfxPoolItem* pState );
363 const SfxPoolItem* pState );
383 const SfxPoolItem* pState );
404 const SfxPoolItem* pState );
426 const SfxPoolItem* pState );
440 const SfxPoolItem* pState );
H A Dlinectrl.hxx59 const SfxPoolItem* pState );
60 void Update( const SfxPoolItem* pState );
77 const SfxPoolItem* pState );
94 const SfxPoolItem* pState );
95 void Update( const SfxPoolItem* pState );
148 const SfxPoolItem* pState );
164 const SfxPoolItem* pState );
/AOO41X/main/vcl/unx/generic/window/
H A Dsalframe.cxx1650 void X11SalFrame::SetWindowState( const SalFrameState *pState ) in SetWindowState() argument
1652 if (pState == NULL) in SetWindowState()
1656 if (pState->mnMask & _FRAMESTATE_MASK_GEOMETRY) in SetWindowState()
1666 (pState->mnMask & SAL_FRAMESTATE_MASK_STATE) && in SetWindowState()
1667 (pState->mnState & SAL_FRAMESTATE_MAXIMIZED) && in SetWindowState()
1668 (pState->mnMask & _FRAMESTATE_MASK_GEOMETRY) == _FRAMESTATE_MASK_GEOMETRY && in SetWindowState()
1669 … (pState->mnMask & _FRAMESTATE_MASK_MAXIMIZED_GEOMETRY) == _FRAMESTATE_MASK_MAXIMIZED_GEOMETRY in SetWindowState()
1679 pHints->x = pState->mnX; in SetWindowState()
1680 pHints->y = pState->mnY; in SetWindowState()
1688 pState->mnX, pState->mnY, in SetWindowState()
[all …]
/AOO41X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1607 void GtkSalFrame::SetWindowState( const SalFrameState* pState ) in SetWindowState() argument
1609 if( ! m_pWindow || ! pState || isChild( true, false ) ) in SetWindowState()
1618 if( (pState->mnMask & SAL_FRAMESTATE_MASK_STATE) && in SetWindowState()
1620 (pState->mnState & SAL_FRAMESTATE_MAXIMIZED) && in SetWindowState()
1621 (pState->mnMask & nMaxGeometryMask) == nMaxGeometryMask ) in SetWindowState()
1623 resizeWindow( pState->mnWidth, pState->mnHeight ); in SetWindowState()
1624 moveWindow( pState->mnX, pState->mnY ); in SetWindowState()
1627 maGeometry.nX = pState->mnMaximizedX; in SetWindowState()
1628 maGeometry.nY = pState->mnMaximizedY; in SetWindowState()
1629 maGeometry.nWidth = pState->mnMaximizedWidth; in SetWindowState()
[all …]
/AOO41X/main/svx/source/stbctrls/
H A Dpszctrl.cxx231 const SfxPoolItem* pState ) in StateChanged() argument
250 if ( pState && pState->ISA(SfxUInt16Item) ) in StateChanged()
251 pImp->nFunction = ((const SfxUInt16Item*)pState)->GetValue(); in StateChanged()
272 else if ( pState->ISA( SfxPointItem ) ) in StateChanged()
275 pImp->aPos = ( (SfxPointItem*)pState )->GetValue(); in StateChanged()
279 else if ( pState->ISA( SvxSizeItem ) ) in StateChanged()
282 pImp->aSize = ( (SvxSizeItem*)pState )->GetSize(); in StateChanged()
286 else if ( pState->ISA( SfxStringItem ) ) in StateChanged()
289 pImp->aStr = ( (SfxStringItem*)pState )->GetValue(); in StateChanged()
/AOO41X/main/vcl/aqua/source/window/
H A Dsalframe.cxx577 void AquaSalFrame::SetWindowState( const SalFrameState* pState ) in SetWindowState() argument
588 if( pState->mnMask & SAL_FRAMESTATE_MASK_X ) in SetWindowState()
589 aStateRect.origin.x = float(pState->mnX); in SetWindowState()
590 if( pState->mnMask & SAL_FRAMESTATE_MASK_Y ) in SetWindowState()
591 aStateRect.origin.y = float(pState->mnY); in SetWindowState()
592 if( pState->mnMask & SAL_FRAMESTATE_MASK_WIDTH ) in SetWindowState()
593 aStateRect.size.width = float(pState->mnWidth); in SetWindowState()
594 if( pState->mnMask & SAL_FRAMESTATE_MASK_HEIGHT ) in SetWindowState()
595 aStateRect.size.height = float(pState->mnHeight); in SetWindowState()
600 if( pState->mnState == SAL_FRAMESTATE_MINIMIZED ) in SetWindowState()
[all …]
/AOO41X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx761 const SfxPoolItem* pState, in NotifyItemUpdate() argument
794 pWidthItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()
814 pHeightItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()
834 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
852 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
870 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
883 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
896 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
912 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
928 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
[all …]
/AOO41X/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx334 const SfxPoolItem* pState, in NotifyItemUpdate() argument
346 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
370 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
394 const SfxUInt16Item* pItem = dynamic_cast< const SfxUInt16Item* >(pState); in NotifyItemUpdate()
418 const SfxUInt16Item* pItem = dynamic_cast< const SfxUInt16Item* >(pState); in NotifyItemUpdate()
442 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
466 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
490 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
514 const SfxUInt32Item* pItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()

123456789