Lines Matching refs:pState

111 	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()
276 pFld->Update( (const XLineWidthItem*)pState ); in StateChanged()
314 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
333 DBG_ASSERT( pState->ISA(XLineColorItem), "falscher ItemTyoe" ); in StateChanged()
334 pBox->Update( (const XLineColorItem*) pState ); in StateChanged()
341 Update( pState ); in StateChanged()
346 void SvxLineColorToolBoxControl::Update( const SfxPoolItem* pState ) in Update() argument
348 if ( pState && ( pState->ISA( SvxColorTableItem ) ) ) in Update()
357 pBox->Fill( ( (SvxColorTableItem*)pState )->GetColorTable() ); in Update()
660 sal_uInt16 nSID, SfxItemState, const SfxPoolItem* pState ) in StateChanged() argument
665 if ( pState && pState->ISA( SvxLineEndListItem )) in StateChanged()
667 maLineEndList = static_cast< const SvxLineEndListItem* >(pState)->GetLineEndList(); in StateChanged()