/aoo4110/main/sd/source/ui/func/ |
H A D | futempl.cxx | 485 if( pOldItem != pNewItem ) in DoExecute() 493 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINEDASH ); in DoExecute() local 495 if( pOldItem != pNewItem ) in DoExecute() 503 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINESTART ); in DoExecute() local 505 if( pOldItem != pNewItem ) in DoExecute() 513 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_LINEEND ); in DoExecute() local 515 if( pOldItem != pNewItem ) in DoExecute() 525 if( pOldItem != pNewItem ) in DoExecute() 535 if( pOldItem != pNewItem ) in DoExecute() 543 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_FILLHATCH ); in DoExecute() local [all …]
|
/aoo4110/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() 934 SfxPoolItem *pOldItem = (*pOldArr)[nOld]; in Load1_Impl() local 935 if ( pOldItem ) in Load1_Impl() 944 if ( rpNewItem && *rpNewItem == *pOldItem ) in Load1_Impl() 949 rpNewItem = pOldItem; in Load1_Impl() 951 SFX_TRACE( "reusing item", pOldItem ); in Load1_Impl() [all …]
|
/aoo4110/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() 1102 pOldItem = GetOldItem(rSet, FN_VERT_ORIENT); in FillItemSet() 1104 if((bNew == bFormat) && pOldItem) in FillItemSet() 1185 pOldItem = GetOldItem(rSet, RES_FRM_SIZE); in FillItemSet() 1187 if ((pOldItem && aSz != *pOldItem) || (!pOldItem && !bFormat) || in FillItemSet() 3203 const SfxPoolItem* pOldItem; in FillItemSet() local [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()
|
/aoo4110/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 | 1893 ImplTabBarItem* pOldItem; in SetCurPageId() local 1896 pOldItem = mpItemList->GetObject( GetPagePos( mnCurPageId ) ); in SetCurPageId() 1898 pOldItem = NULL; in SetCurPageId() 1902 if ( !pItem->mbSelect && pOldItem ) in SetCurPageId() 1906 pOldItem->mbSelect = sal_False; in SetCurPageId() 1956 if ( pOldItem ) in SetCurPageId() 1957 Invalidate( pOldItem->maRect ); in SetCurPageId()
|
/aoo4110/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() 1301 SfxBoolItem *pNewItem = (SfxBoolItem*) (pOldItem->Clone()); in Execute_Impl() 1306 else if ( pOldItem->ISA(SfxEnumItemInterface) && in Execute_Impl() 1307 ((SfxEnumItemInterface *)pOldItem)->HasBoolValue()) in Execute_Impl() [all …]
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | tabpages.cxx | 153 const SfxPoolItem* pOldItem = GetOldItem( rCoreAttrs, SID_SCATTR_PROTECTION ); in FillItemSet() local 168 bAttrsChanged = !pOldItem || !( aProtAttr == *(const ScProtectionAttr*)pOldItem ); in FillItemSet()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1198 const SfxPoolItem *pOldItem = NULL, *pNewItem = NULL; in lcl_CpyAttr() local 1200 rOldSet.GetItemState( nWhich, sal_False, &pOldItem); in lcl_CpyAttr() 1201 if (pOldItem != NULL) in lcl_CpyAttr() 1202 rNewSet.Put( *pOldItem ); in lcl_CpyAttr() 1205 pOldItem = rOldSet.GetItem( nWhich, sal_True); in lcl_CpyAttr() 1206 if (pOldItem != NULL) in lcl_CpyAttr() 1211 if (*pOldItem != *pNewItem) in lcl_CpyAttr() 1212 rNewSet.Put( *pOldItem ); in lcl_CpyAttr()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/vcl/source/control/ |
H A D | tabctrl.cxx | 558 ImplTabItem* pOldItem = ImplGetItem( nOldId ); in ImplChangeTabPage() local 560 TabPage* pOldPage = (pOldItem) ? pOldItem->mpTabPage : NULL; in ImplChangeTabPage() 569 if ( !pOldItem || (pOldItem->mnLine != pItem->mnLine) ) in ImplChangeTabPage()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | vclnsapp.h | 57 -(void)removeFallbackMenuItem: (NSMenuItem*)pOldItem; in removeFallbackMenuItem:()
|
H A D | salmenu.h | 89 static void removeFallbackMenuItem( NSMenuItem* pOldItem );
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox.cxx | 6016 ImplToolItem* pOldItem = NULL; in ImplChangeHighlight() local 6022 pOldItem = ImplGetItem( mnHighItemId ); in ImplChangeHighlight() 6031 if( !bNoGrabFocus && pItem != pOldItem && pOldItem && pOldItem->mpWindow ) in ImplChangeHighlight() 6070 if( pItem != pOldItem ) in ImplChangeHighlight()
|