| /trunk/main/sd/source/ui/func/ ! |
| H A D | futempl.cxx | 483 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_FILLBITMAP ); in DoExecute() local 484 … SfxPoolItem* pNewItem = ((XFillBitmapItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 485 if( pOldItem != pNewItem ) in DoExecute() 493 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINEDASH ); in DoExecute() local 494 … SfxPoolItem* pNewItem = ((XLineDashItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 495 if( pOldItem != pNewItem ) in DoExecute() 503 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINESTART ); in DoExecute() local 504 … SfxPoolItem* pNewItem = ((XLineStartItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 505 if( pOldItem != pNewItem ) in DoExecute() 513 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINEEND ); in DoExecute() local [all …]
|
| /trunk/main/svl/source/items/ ! |
| H A D | poolio.cxx | 439 SfxPoolItem *pOldItem = (*pOldArr)[nOld]; in readTheItems() local 440 if ( pOldItem ) in readTheItems() 455 else if ( *rpNewItem == *pOldItem ) in readTheItems() 458 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in readTheItems() 461 rpNewItem = pOldItem; in readTheItems() 471 (SfxPoolItem*&)(*ppArr)->operator[](nFree) = pOldItem; in readTheItems() 473 (*ppArr)->push_back( (SfxPoolItem*) pOldItem ); in readTheItems() 934 SfxPoolItem *pOldItem = (*pOldArr)[nOld]; in Load1_Impl() local 935 if ( pOldItem ) in Load1_Impl() 944 if ( rpNewItem && *rpNewItem == *pOldItem ) in Load1_Impl() [all …]
|
| /trunk/main/sw/source/ui/frmdlg/ ! |
| H A D | wrap.cxx | 342 const SfxPoolItem* pOldItem; in FillItemSet() local 380 if(0 == (pOldItem = GetOldItem( rSet, RES_SURROUND )) || in FillItemSet() 381 aSur != *pOldItem ) in FillItemSet() 389 if(0 == (pOldItem = GetOldItem( rSet, FN_OPAQUE )) || in FillItemSet() 390 aOp != *pOldItem ) in FillItemSet() 406 if(0 == (pOldItem = GetOldItem(rSet, RES_UL_SPACE)) || in FillItemSet() 407 aUL != *pOldItem ) in FillItemSet() 423 if( 0 == (pOldItem = GetOldItem(rSet, RES_LR_SPACE)) || in FillItemSet() 424 aLR != *pOldItem ) in FillItemSet()
|
| H A D | frmpage.cxx | 1020 const SfxPoolItem* pOldItem = 0; in FillItemSet() local 1026 pOldItem = GetOldItem(rSet, RES_ANCHOR); in FillItemSet() 1027 if (bNew || !pOldItem || eAnchorId != ((const SwFmtAnchor*)pOldItem)->GetAnchorId()) in FillItemSet() 1060 pOldItem = GetOldItem(rSet, FN_HORI_ORIENT); in FillItemSet() 1062 if ((bNew == bFormat) && pOldItem) in FillItemSet() 1064 bSame = static_cast< sal_Bool >(aHoriOrient == (SwFmtHoriOrient&)*pOldItem); in FillItemSet() 1102 pOldItem = GetOldItem(rSet, FN_VERT_ORIENT); in FillItemSet() 1104 if((bNew == bFormat) && pOldItem) in FillItemSet() 1107 aVertOrient.GetVertOrient() == ((SwFmtVertOrient*)pOldItem)->GetVertOrient() && in FillItemSet() 1108 … aVertOrient.GetRelationOrient() == ((SwFmtVertOrient*)pOldItem)->GetRelationOrient() && in FillItemSet() [all …]
|
| H A D | column.cxx | 702 const SfxPoolItem* pOldItem; in FillItemSet() local 704 if(0 == (pOldItem = GetOldItem( rSet, RES_COL )) || in FillItemSet() 705 rCol != *pOldItem ) in FillItemSet()
|
| /trunk/main/svtools/source/control/ ! |
| H A D | roadmap.cxx | 285 RoadmapItem* pOldItem = NULL; in GetPreviousHyperLabel() local 287 pOldItem = m_pImpl->getHyperLabels().at( _Index - 1 ); in GetPreviousHyperLabel() 288 return pOldItem; in GetPreviousHyperLabel() 300 RoadmapItem* pOldItem = GetPreviousHyperLabel( _Index ); in InsertHyperLabel() local 312 pItem->SetPosition( pOldItem ); in InsertHyperLabel() 394 RoadmapItem* pOldItem = GetPreviousHyperLabel( m_pImpl->getItemCount() ); in UpdatefollowingHyperLabels() local 395 m_pImpl->InCompleteHyperLabel->SetPosition( pOldItem ); in UpdatefollowingHyperLabels()
|
| H A D | tabbar.cxx | 1820 ImplTabBarItem* pOldItem; in SetCurPageId() local 1823 pOldItem = mpItemList->GetObject( GetPagePos( mnCurPageId ) ); in SetCurPageId() 1825 pOldItem = NULL; in SetCurPageId() 1829 if ( !pItem->mbSelect && pOldItem ) in SetCurPageId() 1833 pOldItem->mbSelect = sal_False; in SetCurPageId() 1883 if ( pOldItem ) in SetCurPageId() 1884 Invalidate( pOldItem->maRect ); in SetCurPageId()
|
| /trunk/main/sfx2/source/control/ ! |
| H A D | bindings.cxx | 1065 SfxControllerItem *pOldItem = (*pImp->pCaches)[nPos]->ChangeItemLink(&rItem); in Register_Impl() local 1066 rItem.ChangeItemLink(pOldItem); in Register_Impl() 1284 const SfxPoolItem *pOldItem; in Execute_Impl() local 1285 SfxItemState eState = aSet.GetItemState(nWhich, sal_True, &pOldItem); in Execute_Impl() 1290 pOldItem = &aSet.Get(nWhich); in Execute_Impl() 1295 pOldItem ) ) in Execute_Impl() 1297 if ( pOldItem->ISA(SfxBoolItem) ) in Execute_Impl() 1300 sal_Bool bOldValue = ((const SfxBoolItem *)pOldItem)->GetValue(); in Execute_Impl() 1301 SfxBoolItem *pNewItem = (SfxBoolItem*) (pOldItem->Clone()); in Execute_Impl() 1306 else if ( pOldItem->ISA(SfxEnumItemInterface) && in Execute_Impl() [all …]
|
| /trunk/main/sc/source/ui/attrdlg/ ! |
| H A D | tabpages.cxx | 152 const SfxPoolItem* pOldItem = GetOldItem( rCoreAttrs, SID_SCATTR_PROTECTION ); in FillItemSet() local 167 bAttrsChanged = !pOldItem || !( aProtAttr == *(const ScProtectionAttr*)pOldItem ); in FillItemSet()
|
| /trunk/main/sw/source/ui/misc/ ! |
| H A D | pgfnote.cxx | 299 const SfxPoolItem* pOldItem; in FillItemSet() local 300 if(0 == (pOldItem = GetOldItem( rSet, FN_PARAM_FTN_INFO )) || in FillItemSet() 301 aItem != *pOldItem ) in FillItemSet()
|
| /trunk/main/sfx2/inc/sfx2/ ! |
| H A D | itemconnect.hxx | 523 const ItemType* pOldItem = maItemWrp.GetUniqueItem( rOldSet ); in FillItemSet() local 532 if( !pOldItem || !(maItemWrp.GetItemValue( *pOldItem ) == aNewValue) ) in FillItemSet()
|
| /trunk/main/sw/source/core/doc/ ! |
| H A D | doclay.cxx | 1190 const SfxPoolItem *pOldItem = NULL, *pNewItem = NULL; in lcl_CpyAttr() local 1192 rOldSet.GetItemState( nWhich, sal_False, &pOldItem); in lcl_CpyAttr() 1193 if (pOldItem != NULL) in lcl_CpyAttr() 1194 rNewSet.Put( *pOldItem ); in lcl_CpyAttr() 1197 pOldItem = rOldSet.GetItem( nWhich, sal_True); in lcl_CpyAttr() 1198 if (pOldItem != NULL) in lcl_CpyAttr() 1203 if (*pOldItem != *pNewItem) in lcl_CpyAttr() 1204 rNewSet.Put( *pOldItem ); in lcl_CpyAttr()
|
| /trunk/main/sw/source/ui/chrdlg/ ! |
| H A D | drpcps.cxx | 868 const SfxPoolItem* pOldItem; in FillSet() local 869 if(0 == (pOldItem = GetOldItem( rSet, FN_FORMAT_DROPCAPS )) || in FillSet() 870 aFmt != *pOldItem ) in FillSet()
|
| /trunk/main/vcl/aqua/source/window/ ! |
| H A D | salmenu.cxx | 500 void AquaSalMenu::removeFallbackMenuItem( NSMenuItem* pOldItem ) in removeFallbackMenuItem() argument 508 if( rFallbackMenu[i] == pOldItem ) in removeFallbackMenuItem() 512 [pOldItem release]; in removeFallbackMenuItem()
|
| /trunk/main/vcl/source/control/ ! |
| H A D | tabctrl.cxx | 554 ImplTabItem* pOldItem = ImplGetItem( nOldId ); in ImplChangeTabPage() local 556 TabPage* pOldPage = (pOldItem) ? pOldItem->mpTabPage : NULL; in ImplChangeTabPage() 565 if ( !pOldItem || (pOldItem->mnLine != pItem->mnLine) ) in ImplChangeTabPage()
|
| /trunk/main/vcl/inc/aqua/ ! |
| H A D | vclnsapp.h | 57 -(void)removeFallbackMenuItem: (NSMenuItem*)pOldItem;
|
| H A D | salmenu.h | 89 static void removeFallbackMenuItem( NSMenuItem* pOldItem );
|
| /trunk/main/sc/source/core/data/ ! |
| H A D | patattr.cxx | 884 const SfxPoolItem* pOldItem; in DeleteUnchanged() local 891 SfxItemState eOldState = rOldSet.GetItemState( nSubWhich, sal_True, &pOldItem ); in DeleteUnchanged() 895 if ( pThisItem == pOldItem ) in DeleteUnchanged()
|
| H A D | attarray.cxx | 826 const SfxPoolItem* pOldItem; in lcl_MergeDeep() local 830 SfxItemState eOldState = rMergeSet.GetItemState( nId, sal_False, &pOldItem ); in lcl_MergeDeep() 846 if ( pNewItem != pOldItem ) // beide gepuhlt in lcl_MergeDeep() 851 if ( *pOldItem != rSource.GetPool()->GetDefaultItem(nId) ) in lcl_MergeDeep()
|
| /trunk/main/svx/source/sidebar/paragraph/ ! |
| H A D | ParaPropertyPanel.cxx | 1398 SvxULSpaceItem* pOldItem = (SvxULSpaceItem*)pState; in StateChangedULImpl() local 1400 maUpper = pOldItem->GetUpper(); in StateChangedULImpl() 1404 maLower = pOldItem->GetLower(); in StateChangedULImpl()
|
| /trunk/main/vcl/source/window/ ! |
| H A D | toolbox.cxx | 6008 ImplToolItem* pOldItem = NULL; in ImplChangeHighlight() local 6014 pOldItem = ImplGetItem( mnHighItemId ); in ImplChangeHighlight() 6023 if( !bNoGrabFocus && pItem != pOldItem && pOldItem && pOldItem->mpWindow ) in ImplChangeHighlight() 6062 if( pItem != pOldItem ) in ImplChangeHighlight()
|