Lines Matching refs:pFormat
97 pFormat ( pAutoFormat ), in ScAutoFormatDlg()
104 pWndPreview->NotifyChange( (*pFormat)[0] ); in ScAutoFormatDlg()
145 nCount = pFormat->GetCount(); in Init()
149 ((*pFormat)[i])->GetName( aEntry ); in Init()
175 ScAutoFormatData* pData = (*pFormat)[nIndex]; in UpdateChecks()
217 ScAutoFormatData* pData = (*pFormat)[nIndex]; in IMPL_LINK_INLINE_END()
273 bFmtInserted = pFormat->Insert( pNewData ); in IMPL_LINK()
277 sal_uInt16 nAt = pFormat->IndexOf( pNewData ); in IMPL_LINK()
343 pFormat->AtFree( nIndex ); // in der Core loeschen in IMPL_LINK()
377 for( n = 0; n < pFormat->GetCount(); ++n ) in IMPL_LINK()
379 (*pFormat)[n]->GetName(aEntry); in IMPL_LINK()
383 if( n >= pFormat->GetCount() ) in IMPL_LINK()
389 ScAutoFormatData* p=(*pFormat)[ nIndex ]; in IMPL_LINK()
393 pFormat->AtFree( nIndex ); in IMPL_LINK()
397 pFormat->Insert( pNewData); in IMPL_LINK()
399 sal_uInt16 nCount = pFormat->GetCount(); in IMPL_LINK()
405 ((*pFormat)[i])->GetName( aEntry ); in IMPL_LINK()
458 pWndPreview->NotifyChange( (*pFormat)[nIndex] ); in IMPL_LINK()
469 ((*pFormat)[nIndex])->GetName( aResult ); in GetCurrFormatName()