Home
last modified time | relevance | path

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

123456789

/trunk/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 …]
/trunk/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()
/trunk/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.cxx100 const SfxPoolItem* pState) in StateChanged() argument
122 mpStyleItem = static_cast< XFillStyleItem* >(pState->Clone()); in StateChanged()
132 mpColorItem = static_cast< XFillColorItem* >(pState->Clone()); in StateChanged()
142 mpGradientItem = static_cast< XFillGradientItem* >(pState->Clone()); in StateChanged()
152 mpHatchItem = static_cast< XFillHatchItem* >(pState->Clone()); in StateChanged()
162 mpBitmapItem = static_cast< XFillBitmapItem* >(pState->Clone()); in StateChanged()
198 Update(pState); in StateChanged()
235 void SvxFillToolBoxControl::Update(const SfxPoolItem* pState) in Update() argument
237 if(mpStyleItem && pState && mbUpdate) in Update()
454 if(pState && mpStyleItem) 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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx567 const SfxPoolItem* pState, in NotifyItemUpdate() argument
577 pState && pState->ISA(SfxInt16Item) ) in NotifyItemUpdate()
579 mpPageColumnTypeItem.reset( static_cast<SfxInt16Item*>(pState->Clone()) ); in NotifyItemUpdate()
586 pState && pState->ISA(SvxLongLRSpaceItem) ) in NotifyItemUpdate()
588 mpPageLRMarginItem.reset( static_cast<SvxLongLRSpaceItem*>(pState->Clone()) ); in NotifyItemUpdate()
595 pState && pState->ISA(SvxLongULSpaceItem) ) in NotifyItemUpdate()
597 mpPageULMarginItem.reset( static_cast<SvxLongULSpaceItem*>(pState->Clone()) ); in NotifyItemUpdate()
604 pState && pState->ISA(SvxPageItem) ) in NotifyItemUpdate()
606 mpPageItem.reset( static_cast<SvxPageItem*>(pState->Clone()) ); in NotifyItemUpdate()
627 pState && pState->ISA(SvxSizeItem) ) in NotifyItemUpdate()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 );
/trunk/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 …]
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx230 const SfxPoolItem* pState ) in StateChanged() argument
249 if ( pState && pState->ISA(SfxUInt16Item) ) in StateChanged()
250 pImp->nFunction = ((const SfxUInt16Item*)pState)->GetValue(); in StateChanged()
271 else if ( pState->ISA( SfxPointItem ) ) in StateChanged()
274 pImp->aPos = ( (SfxPointItem*)pState )->GetValue(); in StateChanged()
278 else if ( pState->ISA( SvxSizeItem ) ) in StateChanged()
281 pImp->aSize = ( (SvxSizeItem*)pState )->GetSize(); in StateChanged()
285 else if ( pState->ISA( SfxStringItem ) ) in StateChanged()
288 pImp->aStr = ( (SfxStringItem*)pState )->GetValue(); in StateChanged()
/trunk/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 …]
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx768 const SfxPoolItem* pState, in NotifyItemUpdate() argument
807 pWidthItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()
827 pHeightItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()
847 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
865 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
883 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
896 const SfxInt32Item* pItem = dynamic_cast< const SfxInt32Item* >(pState); in NotifyItemUpdate()
909 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
925 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
941 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
[all …]
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx336 const SfxPoolItem* pState, in NotifyItemUpdate() argument
348 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
372 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
396 const SfxUInt16Item* pItem = dynamic_cast< const SfxUInt16Item* >(pState); in NotifyItemUpdate()
420 const SfxUInt16Item* pItem = dynamic_cast< const SfxUInt16Item* >(pState); in NotifyItemUpdate()
444 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
468 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
492 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
516 const SfxUInt32Item* pItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx246 const SfxPoolItem* pState in StateChanged() argument
288 if ( pState->ISA(SfxBoolItem) ) in StateChanged()
293 bCheck = ((const SfxBoolItem*)pState)->GetValue(); in StateChanged()
297 else if ( pState->ISA(SfxEnumItemInterface) && in StateChanged()
298 ((SfxEnumItemInterface *)pState)->HasBoolValue() ) in StateChanged()
303 bCheck = ((SfxEnumItemInterface *)pState)->GetBoolValue(); in StateChanged()
307 else if ( ( b_ShowStrings || bIsObjMenu ) && pState->ISA(SfxStringItem) ) in StateChanged()
310 String aStr( ((const SfxStringItem*)pState)->GetValue() ); in StateChanged()
334 new SfxEnumMenu( GetId(), *(const SfxEnumItem*)pState ) ); in StateChanged()

123456789