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()
75 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxLRSpaceItem erwartet"); in StateChanged()
82 DBG_ASSERT(pState? 0 != pItem: sal_True, "SvxULSpaceItem erwartet"); in StateChanged()
89 const SvxTabStopItem *pItem = PTR_CAST(SvxTabStopItem, pState); in StateChanged()
97 const SvxLRSpaceItem *pItem = PTR_CAST(SvxLRSpaceItem, pState); in StateChanged()
107 const SvxColumnItem *pItem = PTR_CAST(SvxColumnItem, pState); in StateChanged()
133 const SvxObjectItem *pItem = PTR_CAST(SvxObjectItem, pState); in StateChanged()
140 const SvxProtectItem *pItem = PTR_CAST(SvxProtectItem, pState); in StateChanged()
[all …]
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx380 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()
427 delete pState; in SetVisibleState()
459 bool bBothAvailable = pLastItem && pState && in SetState_Impl()
463 bNotify = pState->Type() != pLastItem->Type() || in SetState_Impl()
464 *pState != *pLastItem; in SetState_Impl()
486 if ( pState && !IsInvalidItem(pState) ) in SetState_Impl()
[all …]
H A Dunoctitm.cxx827 const SfxPoolItem* pState=0; in dispatch() local
829 StateChanged( GetId(), eState, pState ); in dispatch()
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()
953 …if ( ( eState >= SFX_ITEM_AVAILABLE ) && pState && !IsInvalidItem( pState ) && !pState->ISA(SfxVoi… in StateChanged()
974 pState->QueryValue( aState, (sal_uInt8)nSubId ); 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.cxx131 pStyleItem = (XLineStyleItem*)pState->Clone(); in StateChanged()
136 pDashItem = (XLineDashItem*)pState->Clone(); in StateChanged()
140 Update( pState ); in StateChanged()
154 if ( pState && bUpdate ) in Update()
202 if ( pState && ( pState->ISA( SvxDashListItem ) ) ) in Update()
212 pBox->Fill( ((SvxDashListItem*)pState )->GetDashList() ); in Update()
276 pFld->Update( (const XLineWidthItem*)pState ); in StateChanged()
334 pBox->Update( (const XLineColorItem*) pState ); in StateChanged()
341 Update( pState ); in StateChanged()
348 if ( pState && ( pState->ISA( SvxColorTableItem ) ) ) in Update()
[all …]
H A Dlboxctrl.cxx90 const SfxPoolItem* pState );
148 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
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()
302 if ( pState && pState->ISA( SfxStringListItem ) ) 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 );
983 if (( SFX_ITEM_DISABLED != eState ) && pState ) in StateChanged()
989 if(pState) in StateChanged()
1235 if ( pState && nSID == SID_BORDER_REDUCED_MODE) in StateChanged()
1268 SfxPopupWindow::StateChanged( nSID, eState, pState ); in StateChanged()
1683 PTR_CAST( SfxTemplateItem, pState ); in StateChanged()
2173 eTri = ((const SfxBoolItem*)pState)->GetValue() in StateChanged()
2332 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2400 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
2495 pItem = PTR_CAST( SvxColorItem, pState ); in StateChanged()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx283 if (pState == NULL) in SetWindowState()
287 if (pState->mnMask & _FRAMESTATE_MASK_GEOMETRY) in SetWindowState()
296 nX = pState->mnX; in SetWindowState()
298 nY = pState->mnY; in SetWindowState()
300 nWidth = pState->mnWidth; in SetWindowState()
302 nHeight = pState->mnHeight; in SetWindowState()
312 pState->mnState = SAL_FRAMESTATE_NORMAL; in GetWindowState()
313 pState->mnX = maGeometry.nX; in GetWindowState()
314 pState->mnY = maGeometry.nY; in GetWindowState()
315 pState->mnWidth = maGeometry.nWidth; in GetWindowState()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx1074 const SfxPoolItem* pState, in NotifyItemUpdate() argument
1101 StateChangedLnSPImpl( nSID, eState, pState ); in NotifyItemUpdate()
1105 StateChangedULImpl( nSID, eState, pState ); in NotifyItemUpdate()
1138 VertStateChanged( nSID, eState, pState); in NotifyItemUpdate()
1142 ParaBKGStateChanged(nSID, eState, pState); in NotifyItemUpdate()
1277 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedIndentImpl()
1383 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedLnSPImpl()
1396 if( pState && eState >= SFX_ITEM_AVAILABLE ) in StateChangedULImpl()
1435 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
1442 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
[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()
418 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxVerJustifyItem) ) 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()
473 const SfxBoolItem* pItem = (const SfxBoolItem*)pState; in NotifyItemUpdate()
490 long nTmp = ((const SfxInt32Item*)pState)->GetValue(); 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()
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()
696 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()
586 pState && pState->ISA(SvxLongLRSpaceItem) ) in NotifyItemUpdate()
595 pState && pState->ISA(SvxLongULSpaceItem) ) 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()
629 mpPageSizeItem.reset( static_cast<SvxSizeItem*>(pState->Clone()) ); in NotifyItemUpdate()
634 MetricState( eState, pState ); in NotifyItemUpdate()
643 if ( pState && eState >= SFX_ITEM_DEFAULT ) in MetricState()
[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()
971 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxWeightItem)) in NotifyItemUpdate()
1002 if(pState->ISA(SvxUnderlineItem)) in NotifyItemUpdate()
1053 if (pState->ISA(SvxEscapementItem)) in NotifyItemUpdate()
1097 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SfxBoolItem)) in NotifyItemUpdate()
1099 const SfxBoolItem* pItem = (const SfxBoolItem*)pState; in NotifyItemUpdate()
1111 if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SfxBoolItem)) in NotifyItemUpdate()
1113 const SfxBoolItem* pItem = (const SfxBoolItem*)pState; in NotifyItemUpdate()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1652 if (pState == NULL) in SetWindowState()
1679 pHints->x = pState->mnX; in SetWindowState()
1680 pHints->y = pState->mnY; in SetWindowState()
1688 pState->mnX, pState->mnY, in SetWindowState()
1689 pState->mnWidth, pState->mnHeight ); in SetWindowState()
1714 long nWidth = pState->mnWidth > 0 ? pState->mnWidth - 1 : 0; in SetWindowState()
1720 int nHeight = pState->mnHeight > 0 ? pState->mnHeight - 1 : 0; in SetWindowState()
1833 pState->mnX = aPosSize.Left(); in GetWindowState()
1834 pState->mnY = aPosSize.Top(); in GetWindowState()
1835 pState->mnWidth = aPosSize.GetWidth(); in GetWindowState()
[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()
431 if (pState) in StateChanged()
432 aText = ((SfxStringItem*)pState)->GetValue(); 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.cxx1623 resizeWindow( pState->mnWidth, pState->mnHeight ); in SetWindowState()
1624 moveWindow( pState->mnX, pState->mnY ); in SetWindowState()
1634 m_aRestorePosSize = Rectangle( Point( pState->mnX, pState->mnY ), in SetWindowState()
1635 Size( pState->mnWidth, pState->mnHeight ) ); in SetWindowState()
1643 long nWidth = pState->mnWidth; in SetWindowState()
1644 long nHeight = pState->mnHeight; in SetWindowState()
1661 SetPosSize( nX, nY, pState->mnWidth, pState->mnHeight, nPosSizeFlags ); in SetWindowState()
1687 pState->mnState = SAL_FRAMESTATE_NORMAL; in GetWindowState()
1711 pState->mnX = maGeometry.nX; in GetWindowState()
1712 pState->mnY = maGeometry.nY; in GetWindowState()
[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.cxx588 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()
594 if( pState->mnMask & SAL_FRAMESTATE_MASK_HEIGHT ) in SetWindowState()
676 pState->mnX = long(aStateRect.origin.x); in GetWindowState()
677 pState->mnY = long(aStateRect.origin.y); in GetWindowState()
682 pState->mnState = SAL_FRAMESTATE_MINIMIZED; in GetWindowState()
684 pState->mnState = SAL_FRAMESTATE_NORMAL; in GetWindowState()
[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()
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()
953 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate()
1011 MetricState( eState, pState ); in NotifyItemUpdate()
1221 meDlgUnit = GetCurrentUnit(eState,pState); in MetricState()
1254 if ( pState && eState >= SFX_ITEM_DEFAULT ) in GetCurrentUnit()
[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()

Completed in 166 milliseconds

123456789