Lines Matching refs:pFormat
96 pFormat ( pAutoFormat ), in ScAutoFormatDlg()
103 pWndPreview->NotifyChange( (*pFormat)[0] ); in ScAutoFormatDlg()
144 nCount = pFormat->GetCount(); in Init()
148 ((*pFormat)[i])->GetName( aEntry ); in Init()
174 ScAutoFormatData* pData = (*pFormat)[nIndex]; in UpdateChecks()
216 ScAutoFormatData* pData = (*pFormat)[nIndex]; in IMPL_LINK_INLINE_END()
272 bFmtInserted = pFormat->Insert( pNewData ); in IMPL_LINK()
276 sal_uInt16 nAt = pFormat->IndexOf( pNewData ); in IMPL_LINK()
342 pFormat->AtFree( nIndex ); // in der Core loeschen in IMPL_LINK()
376 for( n = 0; n < pFormat->GetCount(); ++n ) in IMPL_LINK()
378 (*pFormat)[n]->GetName(aEntry); in IMPL_LINK()
382 if( n >= pFormat->GetCount() ) in IMPL_LINK()
388 ScAutoFormatData* p=(*pFormat)[ nIndex ]; in IMPL_LINK()
392 pFormat->AtFree( nIndex ); in IMPL_LINK()
396 pFormat->Insert( pNewData); in IMPL_LINK()
398 sal_uInt16 nCount = pFormat->GetCount(); in IMPL_LINK()
404 ((*pFormat)[i])->GetName( aEntry ); in IMPL_LINK()
457 pWndPreview->NotifyChange( (*pFormat)[nIndex] ); in IMPL_LINK()
468 ((*pFormat)[nIndex])->GetName( aResult ); in GetCurrFormatName()