/aoo41x/main/svx/source/dialog/ |
H A D | rlrcitem.cxx | 57 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 …]
|
H A D | srchctrl.cxx | 59 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 D | statcach.cxx | 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() 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 D | unoctitm.cxx | 827 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 D | ctrlitem.cxx | 353 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 D | linectrl.cxx | 131 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 D | lboxctrl.cxx | 90 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 D | fillctrl.cxx | 126 pStyleItem = (XFillStyleItem*) pState->Clone(); in StateChanged() 136 pColorItem = (XFillColorItem*) pState->Clone(); in StateChanged() 152 pHatchItem = (XFillHatchItem*) pState->Clone(); in StateChanged() 160 pBitmapItem = (XFillBitmapItem*) pState->Clone(); in StateChanged() 195 Update( pState ); in StateChanged() 230 if ( pStyleItem && pState && bUpdate ) in Update() 439 if( pState && pStyleItem ) in Update() 444 if( pState->ISA( SvxColorTableItem ) && in Update() 452 if( pState->ISA( SvxGradientListItem ) && in Update() 460 if( pState->ISA( SvxHatchListItem ) && in Update() [all …]
|
H A D | tbcontrl.cxx | 269 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 …]
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpframe.cxx | 283 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 …]
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1074 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 D | ParaPropertyPanel.hxx | 84 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 D | AlignmentPropertyPanel.cxx | 398 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 D | CellAppearancePropertyPanel.cxx | 470 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 …]
|
/aoo41x/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 565 const SfxPoolItem* pState, in NotifyItemUpdate() argument 575 pState && pState->ISA(SfxInt16Item) ) in NotifyItemUpdate() 584 pState && pState->ISA(SvxLongLRSpaceItem) ) in NotifyItemUpdate() 593 pState && pState->ISA(SvxLongULSpaceItem) ) 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() 627 mpPageSizeItem.reset( static_cast<SvxSizeItem*>(pState->Clone()) ); in NotifyItemUpdate() 632 MetricState( eState, pState ); in NotifyItemUpdate() 641 if ( pState && eState >= SFX_ITEM_DEFAULT ) in MetricState() [all …]
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 875 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 …]
|
/aoo41x/main/svx/source/form/ |
H A D | tbxform.cxx | 177 …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 …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | tbcontrl.hxx | 191 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 D | linectrl.hxx | 59 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 D | salframe.cxx | 1652 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 …]
|
/aoo41x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1623 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 …]
|
/aoo41x/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 231 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 D | salframe.cxx | 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() 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 …]
|
/aoo41x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 761 const SfxPoolItem* pState, in NotifyItemUpdate() argument 794 pWidthItem = dynamic_cast< const SfxUInt32Item* >(pState); in NotifyItemUpdate() 814 pHeightItem = dynamic_cast< const SfxUInt32Item* >(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() 940 const SfxBoolItem* pItem = dynamic_cast< const SfxBoolItem* >(pState); in NotifyItemUpdate() 998 MetricState( eState, pState ); in NotifyItemUpdate() 1205 meDlgUnit = GetCurrentUnit(eState,pState); in MetricState() 1238 if ( pState && eState >= SFX_ITEM_DEFAULT ) in GetCurrentUnit() [all …]
|
/aoo41x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 334 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()
|