Home
last modified time | relevance | path

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

123

/trunk/main/svx/inc/svx/sdr/properties/
H A Dattributeproperties.hxx53 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx439 LocaleDataLookupTableItem* pNewItem = 0; in getFunctionSymbolByName() local
440 …maLookupTable.push_back(pNewItem = new LocaleDataLookupTableItem(aLibTable[i].pLib, module, aLibTa… in getFunctionSymbolByName()
444 (*pOutCachedItem) = new LocaleDataLookupTableItem( *pNewItem ); in getFunctionSymbolByName()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx113 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem);
135 void TableProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() argument
138 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
140 TextProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx140 void AddToListByNr( CNames *&pControls, ControlItemUId *&pNewItem ); //
/trunk/main/starmath/inc/
H A Dutility.hxx184 void Update(const void* pItem, const void *pNewItem);
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2170 SfxPoolItem* pNewItem = rItem.Clone(); in setPropertyValue() local
2171 pNewItem->PutValue(aValue, pEntry->nMemberId); in setPropertyValue()
2172 pDocShell->GetDoc()->SetDefault(*pNewItem); in setPropertyValue()
2173 delete pNewItem; in setPropertyValue()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx208 void ReplaceItem( SvLBoxItem* pNewItem, sal_uInt16 nPos );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5897 SvxBrushItem* pNewItem = 0; in PaintBackground() local
5902 pNewItem = new SvxBrushItem( *pCol, RES_BACKGROUND ); in PaintBackground()
5903 pItem = pNewItem; in PaintBackground()
5972 delete pNewItem; in PaintBackground()

Completed in 98 milliseconds

123