Home
last modified time | relevance | path

Searched refs:m_pFontList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx79 , m_pFontList(NULL) in ViewElementListProvider()
85 if(m_pFontList) in ~ViewElementListProvider()
86 delete m_pFontList; in ~ViewElementListProvider()
217 if(!m_pFontList) in getFontList()
221 m_pFontList = new FontList( pRefDev ? pRefDev : pDefaultOut in getFontList()
225 return m_pFontList; in getFontList()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx675 m_pFontList( NULL ), in PPDParser()
822 m_pFontList = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Font" ) ) ); in PPDParser()
823 DBG_ASSERT( m_pFontList, "Warning: no Font in PPD\n" ); in PPDParser()
1614 if( m_pFontList && nFont >= 0 && nFont < m_pFontList->countValues() ) in getFontAttributes()
1617 WhitespaceToSpace( m_pFontList->getValue( nFont )->m_aValue ); in getFontAttributes()
1628 if( m_pFontList ) in getFontAttributes()
1630 for( int i = 0; i < m_pFontList->countValues(); i++ ) in getFontAttributes()
1631 if( m_pFontList->getValue( i )->m_aOption == rFont ) in getFontAttributes()
1638 if( ! m_pFontList ) in getFont()
1641 if( nFont >=0 && nFont < m_pFontList->countValues() ) in getFont()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx180 const PPDKey* m_pFontList; member in psp::PPDParser
269 { return m_pFontList ? m_pFontList->countValues() : 0; } in getFonts()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx539 const FontList* m_pFontList; member
546 m_pFontList ( NULL ), in SvxCharNamePage_Impl()
558 delete m_pFontList; in ~SvxCharNamePage_Impl()
775 if ( !m_pImpl->m_pFontList ) in GetFontList()
788 … m_pImpl->m_pFontList = static_cast<const SvxFontListItem*>(pItem )->GetFontList()->Clone(); in GetFontList()
792 if(!m_pImpl->m_pFontList) in GetFontList()
794 m_pImpl->m_pFontList = in GetFontList()
800 return m_pImpl->m_pFontList; in GetFontList()
1618 delete m_pImpl->m_pFontList; in SetFontList()
1620 m_pImpl->m_pFontList = rItem.GetFontList()->Clone(); in SetFontList()
/trunk/main/chart2/source/controller/inc/
H A DViewElementListProvider.hxx60 mutable FontList* m_pFontList; member in chart::ViewElementListProvider

Completed in 42 milliseconds