Home
last modified time | relevance | path

Searched refs:pNewFontList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx52 const FontList* pNewFontList = pFontListItem->GetFontList(); in GetDocFontList_Impl() local
53 DBG_ASSERT( pNewFontList, "Doc-FontList not available!" ); in GetDocFontList_Impl()
57 *ppFontList = pNewFontList; in GetDocFontList_Impl()
62 bChanged = ( *ppFontList != pNewFontList ); in GetDocFontList_Impl()
64 bChanged = ( pBox->GetListCount() != pNewFontList->GetFontNameCount() ); in GetDocFontList_Impl()
68 *ppFontList = pNewFontList; in GetDocFontList_Impl()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx572 const FontList* pNewFontList = pFontListItem->GetFontList(); in GetDocFontList_Impl() local
573 DBG_ASSERT( pNewFontList, "Doc-FontList not available!" ); in GetDocFontList_Impl()
576 if ( !*ppFontList && pNewFontList ) in GetDocFontList_Impl()
579 *ppFontList = pNewFontList; in GetDocFontList_Impl()
589 ( ( *ppFontList != pNewFontList ) || in GetDocFontList_Impl()
590 pBox->GetListCount() != pNewFontList->GetFontNameCount() ); in GetDocFontList_Impl()
594 *ppFontList = pNewFontList; in GetDocFontList_Impl()

Completed in 29 milliseconds