Home
last modified time | relevance | path

Searched refs:pNewItem (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/sw/source/filter/xml/
H A Dxmlitemi.cxx235 SfxPoolItem *const pNewItem = pItem->Clone(); in finished() local
237 *pNewItem, m_FoMarginValue, Ids[i][1], rUnitConverter); in finished()
240 rSet.Put(*pNewItem); in finished()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx604 SvLBoxItem* pNewItem; in Clone() local
611 pNewItem = pItem->Create(); in Clone()
612 pNewItem->Clone( pItem ); in Clone()
613 AddItem( pNewItem ); in Clone()
629 void SvLBoxEntry::ReplaceItem( SvLBoxItem* pNewItem, sal_uInt16 nPos ) in ReplaceItem() argument
632 DBG_ASSERT(pNewItem,"ReplaceItem:No Item"); in ReplaceItem()
637 aItems.Insert( pNewItem, nPos ); in ReplaceItem()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1012 SfxPoolItem* pNewItem = NULL; in PutInPool() local
1044 pNewItem = new SfxUInt32Item( ATTR_CONDITIONAL, nNewIndex ); in PutInPool()
1059 pNewItem = new SfxUInt32Item( ATTR_VALIDDATA, nNewIndex ); in PutInPool()
1068 pNewItem = new SfxUInt32Item( ATTR_VALUE_FORMAT, (sal_uInt32) (*pNewFormat) ); in PutInPool()
1071 if ( pNewItem ) in PutInPool()
1073 pDestSet->Put(*pNewItem); in PutInPool()
1074 delete pNewItem; in PutInPool()
H A Dattarray.cxx825 const SfxPoolItem* pNewItem; in lcl_MergeDeep() local
834 SfxItemState eNewState = rSource.GetItemState( nId, sal_True, &pNewItem ); in lcl_MergeDeep()
837 if ( *pNewItem != rMergeSet.GetPool()->GetDefaultItem(nId) ) in lcl_MergeDeep()
843 SfxItemState eNewState = rSource.GetItemState( nId, sal_True, &pNewItem ); in lcl_MergeDeep()
846 if ( pNewItem != pOldItem ) // beide gepuhlt in lcl_MergeDeep()
/trunk/main/svx/inc/svx/sdr/properties/
H A Dcustomshapeproperties.hxx45 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
51 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem);
H A Demptyproperties.hxx46 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
49 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
H A Ddefaultproperties.hxx46 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
49 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
H A Dgroupproperties.hxx42 virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const;
45 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
H A Dproperties.hxx73 …virtual sal_Bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) const =…
77 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) = 0;
H A Dpageproperties.hxx42 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
H A Dtextproperties.hxx47 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx202 ::std::auto_ptr<SfxPoolItem> pNewItem( pPool->GetDefaultItem( nWhich ).Clone() ); in putAny()
207 if( !pNewItem->PutValue( aValue, nMemberId ) ) in putAny()
210 pPool->SetPoolDefaultItem( *pNewItem ); in putAny()
/trunk/main/vcl/inc/aqua/
H A Dvclnsapp.h56 -(void)addFallbackMenuItem: (NSMenuItem*)pNewItem; in addFallbackMenuItem:()
58 -(void)addDockMenuItem: (NSMenuItem*)pNewItem; in addDockMenuItem:()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx408 SvxFontHeightItem* pNewItem = new SvxFontHeightItem( nHeight, 100, getWhich() ); in getState() local
409 pNewItem->SetProp( pFontHeightItem->GetProp(), pFontHeightItem->GetPropUnit() ); in getState()
410 aState.setItem( pNewItem ); in getState()
/trunk/main/svl/source/items/
H A Dpoolio.cxx1686 SfxPoolItem *pNewItem = in LoadItem() local
1689 pItem = pNewItem; in LoadItem()
1691 if ( pNewItem ) in LoadItem()
1693 pItem = &Put(*pNewItem); in LoadItem()
1694 delete pNewItem; in LoadItem()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx778 SfxPoolItem* pNewItem = pItem->Clone(); in setPropertyValue()
779 bDone = pNewItem->PutValue( aValue, pEntry->nMemberId ); in setPropertyValue()
781 pData->PutItem( nFieldIndex, *pNewItem ); in setPropertyValue()
782 delete pNewItem; in setPropertyValue()
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm445 -(void)addFallbackMenuItem: (NSMenuItem*)pNewItem
447 AquaSalMenu::addFallbackMenuItem( pNewItem );
455 -(void)addDockMenuItem: (NSMenuItem*)pNewItem
458 [pDock insertItem: pNewItem atIndex: [pDock numberOfItems]];
/trunk/main/svx/source/table/
H A Dcell.cxx135 void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem);
254 void CellProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() argument
256 if(pNewItem && (SDRATTR_TEXTDIRECTION == nWhich)) in ItemChange()
258 …sal_Bool bVertical(com::sun::star::text::WritingMode_TB_RL == ((SvxWritingModeItem*)pNewItem)->Get… in ItemChange()
276 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx2092 SfxPoolItem* pNewItem = pItem->Clone(); in CopyPageDescHeaderFooterImpl() local
2096 pOldFmt = ((SwFmtHeader*)pNewItem)->GetHeaderFmt(); in CopyPageDescHeaderFooterImpl()
2098 pOldFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in CopyPageDescHeaderFooterImpl()
2130 ((SwFmtHeader*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
2132 ((SwFmtFooter*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
2133 rDestFmt.SetFmtAttr( *pNewItem ); in CopyPageDescHeaderFooterImpl()
2135 delete pNewItem; in CopyPageDescHeaderFooterImpl()
H A Ddoclay.cxx1190 const SfxPoolItem *pOldItem = NULL, *pNewItem = NULL; in lcl_CpyAttr() local
1200 pNewItem = rNewSet.GetItem( nWhich, sal_True); in lcl_CpyAttr()
1201 if (pNewItem != NULL) in lcl_CpyAttr()
1203 if (*pOldItem != *pNewItem) in lcl_CpyAttr()
/trunk/main/starmath/source/
H A Dutility.cxx101 void SmPickList::Update(const void *pItem, const void *pNewItem) in Update() argument
109 GetPtr(nPos) = CreateItem(pNewItem); in Update()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx130 void InsertOrigItem( XclExpPCItem* pNewItem );
142 sal_uInt16 InsertGroupItem( XclExpPCItem* pNewItem );
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx470 void XclExpPCField::InsertOrigItem( XclExpPCItem* pNewItem ) in InsertOrigItem() argument
473 maOrigItemList.AppendNewRecord( pNewItem ); in InsertOrigItem()
475 mnTypeFlags |= pNewItem->GetTypeFlag(); in InsertOrigItem()
524 sal_uInt16 XclExpPCField::InsertGroupItem( XclExpPCItem* pNewItem ) in InsertGroupItem() argument
526 maGroupItemList.AppendNewRecord( pNewItem ); in InsertGroupItem()
/trunk/main/basic/source/classes/
H A Dsb.cxx2234 SbxVariableRef pNewItem = new SbxVariable( *pItem ); in CollAdd() local
2251 pNewItem->SetName( aKey ); in CollAdd()
2254 pNewItem->SetFlag( SBX_READWRITE ); in CollAdd()
2255 xItemArray->Insert32( pNewItem, nNextIndex ); in CollAdd()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2129 TempFontItem* pNewItem = new TempFontItem; in ImplAddTempFont() local
2130 pNewItem->maResourcePath = rtl::OString( aResourceName ); in ImplAddTempFont()
2131 pNewItem->maFontFilePath = aUSytemPath.getStr(); in ImplAddTempFont()
2132 pNewItem->mpNextItem = rSalData.mpTempFontItem; in ImplAddTempFont()
2133 rSalData.mpTempFontItem = pNewItem; in ImplAddTempFont()

Completed in 151 milliseconds

123