Home
last modified time | relevance | path

Searched refs:pItem2 (Results 1 – 14 of 14) sorted by path

/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx79 const SfxPoolItem *pItem2 = NULL; in lcl_ReadNumberFormatFromItemSet() local
80 if( rSet.GetItemState( nSourceFormatWhich, sal_True, &pItem2 ) == SFX_ITEM_SET ) in lcl_ReadNumberFormatFromItemSet()
82 const SfxBoolItem * pBoolItem = dynamic_cast< const SfxBoolItem * >( pItem2 ); in lcl_ReadNumberFormatFromItemSet()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx97 SFX_ITEMSET_ARG( _pSet, pItem2, SfxBoolItem, SID_OPEN_SMARTTAGOPTIONS, sal_False ); in OfaAutoCorrDlg()
98 if ( pItem2 && pItem2->GetValue() ) in OfaAutoCorrDlg()
/trunk/main/framework/inc/macros/debug/
H A Dmemorymeasure.hxx111 ::std::vector< _MemoryInfo >::const_iterator pItem2; in getLog()
114 pItem2 = pItem1; in getLog()
115 ++pItem2; in getLog()
138 else if( pItem2 != m_lSnapshots.end() ) in getLog()
140 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailPhys - pItem1->aStatus.dwAvailPhys ) … in getLog()
142 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailPageFile - pItem1->aStatus.dwAvailPageFile ) … in getLog()
144 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailVirtual - pItem1->aStatus.dwAvailVirtual ) … in getLog()
152 if( pItem2!=m_lSnapshots.end() ) ++pItem2; in getLog()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1129 const SfxPoolItem* pItem2 = &rSet2.Get(nId); in OneEqual() local
1130 return ( pItem1 == pItem2 || *pItem1 == *pItem2 ); in OneEqual()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx380 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES, sal_False ); in Execute()
381 if (pItem2) in Execute()
382 aReplaceText = pItem2->GetValue(); in Execute()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx226 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES , sal_False ); in Execute()
227 if (pItem2) in Execute()
228 aReplaceText = pItem2->GetValue(); in Execute()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx353 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES, sal_False ); in Execute()
354 if (pItem2) in Execute()
355 aReplaceText = pItem2->GetValue(); in Execute()
/trunk/main/svl/source/items/
H A Ditemset.cxx1685 const SfxPoolItem *pItem1 = 0, *pItem2 = 0; in operator ==() local
1687 rCmp.GetItemState( nWh, sal_False, &pItem2 ) || in operator ==()
1688 ( pItem1 != pItem2 && in operator ==()
1691 *pItem1 != *pItem2 ) ) ) ) in operator ==()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3857 const SfxPoolItem* pItem2; in BuildTableCell() local
3859 .GetItemState( RES_PAGEDESC, sal_False, &pItem2 ) && in BuildTableCell()
3860 ((SwFmtPageDesc *)pItem2)->GetPageDesc() ) in BuildTableCell()
3862 pFrmFmt->SetFmtAttr( *pItem2 ); in BuildTableCell()
3866 .GetItemState( RES_BREAK, sal_True, &pItem2 ) ) in BuildTableCell()
3868 switch( ((SvxFmtBreakItem *)pItem2)->GetBreak() ) in BuildTableCell()
3873 pFrmFmt->SetFmtAttr( *pItem2 ); in BuildTableCell()
H A Dswhtml.cxx3386 _HTMLAttr **ppAttr2, const SfxPoolItem *pItem2, in NewStdAttr() argument
3425 if( pItem2 ) in NewStdAttr()
3426 aItemSet.Put( *pItem2 ); in NewStdAttr()
3438 if( pItem2 ) in NewStdAttr()
3441 InsertAttr( ppAttr2, *pItem2, pCntxt ); in NewStdAttr()
H A Dswhtml.hxx659 _HTMLAttr **ppAttr2=0, const SfxPoolItem *pItem2=0,
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1235 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES, sal_False ); in ExecLingu()
1236 if (pItem2) in ExecLingu()
1237 aReplaceText = pItem2->GetValue(); in ExecLingu()
H A Ddrwtxtex.cxx175 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES, sal_False ); in Execute()
176 if (pItem2) in Execute()
177 aReplaceText = pItem2->GetValue(); in Execute()
H A Dtextsh1.cxx303 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_LANGUAGE_STATUS , sal_False ); in Execute()
304 if (pItem2) in Execute()
305 aNewLangTxt = pItem2->GetValue(); in Execute()
412 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES , sal_False ); in Execute()
413 if (pItem2) in Execute()
414 aReplaceText = pItem2->GetValue(); in Execute()

Completed in 147 milliseconds