Home
last modified time | relevance | path

Searched refs:pItem1 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/inc/macros/debug/
H A Dmemorymeasure.hxx110 ::std::vector< _MemoryInfo >::const_iterator pItem1; in getLog()
113 pItem1 = m_lSnapshots.begin(); in getLog()
114 pItem2 = pItem1; in getLog()
117 while( pItem1!=m_lSnapshots.end() ) in getLog()
120 sBuffer.append( pItem1->sComment ); in getLog()
122 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog()
124 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPageFile ); in getLog()
126 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailVirtual ); in getLog()
129 if( pItem1 == m_lSnapshots.begin() ) in getLog()
131 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog()
[all …]
/trunk/main/svl/source/items/
H A Ditemset.cxx1685 const SfxPoolItem *pItem1 = 0, *pItem2 = 0; in operator ==() local
1686 if ( GetItemState( nWh, sal_False, &pItem1 ) != in operator ==()
1688 ( pItem1 != pItem2 && in operator ==()
1689 ( !pItem1 || IsInvalidItem(pItem1) || in operator ==()
1690 ( _pPool->IsItemFlag(*pItem1, SFX_ITEM_POOLABLE) && in operator ==()
1691 *pItem1 != *pItem2 ) ) ) ) in operator ==()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx67 const SfxPoolItem *pItem1 = NULL; in lcl_ReadNumberFormatFromItemSet() local
68 if( rSet.GetItemState( nValueWhich, sal_True, &pItem1 ) == SFX_ITEM_SET ) in lcl_ReadNumberFormatFromItemSet()
70 const SfxUInt32Item * pNumItem = dynamic_cast< const SfxUInt32Item * >( pItem1 ); in lcl_ReadNumberFormatFromItemSet()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1128 const SfxPoolItem* pItem1 = &rSet1.Get(nId); in OneEqual() local
1130 return ( pItem1 == pItem2 || *pItem1 == *pItem2 ); in OneEqual()

Completed in 44 milliseconds