Lines Matching refs:pState

57 								 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()
98 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxLRSpaceItem erwartet"); in StateChanged()
107 const SvxColumnItem *pItem = PTR_CAST(SvxColumnItem, pState); in StateChanged()
108 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxColumnItem erwartet"); in StateChanged()
126 const SvxPagePosSizeItem *pItem = PTR_CAST(SvxPagePosSizeItem, pState); in StateChanged()
127 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxPagePosSizeItem erwartet"); in StateChanged()
133 const SvxObjectItem *pItem = PTR_CAST(SvxObjectItem, pState); in StateChanged()
134 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxObjectItem erwartet"); in StateChanged()
140 const SvxProtectItem *pItem = PTR_CAST(SvxProtectItem, pState); in StateChanged()
141 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxProtectItem erwartet"); in StateChanged()
147 const SvxLRSpaceItem *pItem = PTR_CAST(SvxLRSpaceItem, pState); in StateChanged()
148 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxLRSpaceItem erwartet"); in StateChanged()
154 const SfxBoolItem *pItem = PTR_CAST(SfxBoolItem, pState); in StateChanged()
155 DBG_ASSERT(pState? 0 != pItem: sal_True, "SfxBoolItem erwartet"); in StateChanged()