Home
last modified time | relevance | path

Searched refs:pNewItem (Results 51 – 58 of 58) sorted by last modified time

123

/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/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/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/editeng/source/uno/
H A Dunoipset.cxx175 SfxPoolItem *pNewItem = 0; in setPropertyValue() local
205 pNewItem = pItem->Clone(); in setPropertyValue()
211 if( pNewItem->PutValue( aValue, nMemberId ) ) in setPropertyValue()
214 rSet.Put( *pNewItem, pMap->nWID ); in setPropertyValue()
216 delete pNewItem; in setPropertyValue()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx2304 SfxBoolItem* pNewItem = (SfxBoolItem*)rSet.Get( in FillItemSet() local
2306 pNewItem->SetValue(aScriptSpaceCB.IsChecked()); in FillItemSet()
2307 rSet.Put(*pNewItem); in FillItemSet()
2308 delete pNewItem; in FillItemSet()
2313 SfxBoolItem* pNewItem = (SfxBoolItem*)rSet.Get( in FillItemSet() local
2315 pNewItem->SetValue(aHangingPunctCB.IsChecked()); in FillItemSet()
2316 rSet.Put(*pNewItem); in FillItemSet()
2317 delete pNewItem; in FillItemSet()
2322 SfxBoolItem* pNewItem = (SfxBoolItem*)rSet.Get( in FillItemSet() local
2325 rSet.Put(*pNewItem); in FillItemSet()
[all …]
/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/automation/source/inc/
H A Dtestapp.hxx140 void AddToListByNr( CNames *&pControls, ControlItemUId *&pNewItem ); //

Completed in 72 milliseconds

123