Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx40 bool GetDocFontList_Impl( const FontList** ppFontList, SvxSBFontNameBox* pBox ) in GetDocFontList_Impl() argument
55 if ( !*ppFontList ) in GetDocFontList_Impl()
57 *ppFontList = pNewFontList; in GetDocFontList_Impl()
62 bChanged = ( *ppFontList != pNewFontList ); in GetDocFontList_Impl()
68 *ppFontList = pNewFontList; in GetDocFontList_Impl()
80 if ( *ppFontList ) in GetDocFontList_Impl()
81 pBox->Fill( *ppFontList ); in GetDocFontList_Impl()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx553 sal_Bool GetDocFontList_Impl( const FontList** ppFontList, SvxFontNameBox_Impl* pBox ) in GetDocFontList_Impl() argument
565 *ppFontList = aFontList.get(); in GetDocFontList_Impl()
576 if ( !*ppFontList && pNewFontList ) in GetDocFontList_Impl()
579 *ppFontList = pNewFontList; in GetDocFontList_Impl()
589 ( ( *ppFontList != pNewFontList ) || in GetDocFontList_Impl()
594 *ppFontList = pNewFontList; in GetDocFontList_Impl()
600 else if ( pBox && ( pDocSh || ( !pDocSh && !ppFontList ))) in GetDocFontList_Impl()
615 if ( *ppFontList ) in GetDocFontList_Impl()
616 pBox->Fill( *ppFontList ); in GetDocFontList_Impl()

Completed in 40 milliseconds