Lines Matching refs:pNameBox

900 void SvxCharNamePage::FillStyleBox_Impl( const FontNameBox* pNameBox )  in FillStyleBox_Impl()  argument
907 if ( m_pWestFontNameLB == pNameBox ) in FillStyleBox_Impl()
909 else if ( m_pEastFontNameLB == pNameBox ) in FillStyleBox_Impl()
911 else if ( m_pCTLFontNameLB == pNameBox ) in FillStyleBox_Impl()
918 pStyleBox->Fill( pNameBox->GetText(), pFontList ); in FillStyleBox_Impl()
936 void SvxCharNamePage::FillSizeBox_Impl( const FontNameBox* pNameBox ) in FillSizeBox_Impl() argument
944 if ( m_pWestFontNameLB == pNameBox ) in FillSizeBox_Impl()
949 else if ( m_pEastFontNameLB == pNameBox ) in FillSizeBox_Impl()
954 else if ( m_pCTLFontNameLB == pNameBox ) in FillSizeBox_Impl()
964 FontInfo _aFontInfo( pFontList->Get( pNameBox->GetText(), pStyleBox->GetText() ) ); in FillSizeBox_Impl()
973 FontNameBox* pNameBox = NULL; in Reset_Impl() local
986 pNameBox = m_pWestFontNameLB; in Reset_Impl()
998 pNameBox = m_pEastFontNameLB; in Reset_Impl()
1010 pNameBox = m_pCTLFontNameLB; in Reset_Impl()
1023 pNameBox->Fill( pFontList ); in Reset_Impl()
1032 pNameBox->SetText( pFontItem->GetFamilyName() ); in Reset_Impl()
1036 pNameBox->SetText( String() ); in Reset_Impl()
1039 FillStyleBox_Impl( pNameBox ); in Reset_Impl()
1100 FillSizeBox_Impl( pNameBox ); in Reset_Impl()
1178 pFontList->Get( pNameBox->GetText(), pStyleBox->GetText() ) ) ); in Reset_Impl()
1181 pNameBox->SaveValue(); in Reset_Impl()
1193 FontNameBox* pNameBox = NULL; in FillItemSet_Impl() local
1203 pNameBox = m_pWestFontNameLB; in FillItemSet_Impl()
1211 pNameBox = m_pEastFontNameLB; in FillItemSet_Impl()
1219 pNameBox = m_pCTLFontNameLB; in FillItemSet_Impl()
1235 const String& rFontName = pNameBox->GetText(); in FillItemSet_Impl()
1255 bChanged = !pNameBox->GetSavedValue().Len(); in FillItemSet_Impl()
1525 IMPL_LINK( SvxCharNamePage, FontModifyHdl_Impl, void*, pNameBox ) in IMPL_LINK() argument
1529 …if ( m_pWestFontNameLB == pNameBox || m_pEastFontNameLB == pNameBox || m_pCTLFontNameLB == pNameBo… in IMPL_LINK()
1531 FillStyleBox_Impl( (FontNameBox*)pNameBox ); in IMPL_LINK()
1532 FillSizeBox_Impl( (FontNameBox*)pNameBox ); in IMPL_LINK()