Searched refs:FontNameBox (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 364 class SVT_DLLPUBLIC FontNameBox : public ComboBox class 383 FontNameBox( Window* pParent, 385 FontNameBox( Window* pParent, const ResId& rResId ); 386 virtual ~FontNameBox(); 400 FontNameBox( const FontNameBox& ); 401 FontNameBox& operator =( const FontNameBox& );
|
/trunk/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 616 FontNameBox::FontNameBox( Window* pParent, WinBits nWinStyle ) : in DECLARE_LIST() 627 FontNameBox::FontNameBox( Window* pParent, const ResId& rResId ) : in FontNameBox() function in FontNameBox 638 FontNameBox::~FontNameBox() in ~FontNameBox() 645 void FontNameBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged() 655 void FontNameBox::InitBitmaps( void ) in InitBitmaps() 666 void FontNameBox::ImplDestroyFontList() in ImplDestroyFontList() 682 void FontNameBox::Fill( const FontList* pList ) in Fill() 714 void FontNameBox::EnableWYSIWYG( sal_Bool bEnable ) in EnableWYSIWYG() 726 void FontNameBox::EnableSymbols( sal_Bool bEnable ) in EnableSymbols() 738 void FontNameBox::ImplCalcUserItemSize() in ImplCalcUserItemSize() [all …]
|
/trunk/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.cxx | 93 FontNameBox ( pParent, rResId ) in SvxSBFontNameBox() 135 return FontNameBox::PreNotify( rNEvt ); in PreNotify() 155 return bHandle ? bHandle : FontNameBox::Notify( rNEvt ); in Notify() 159 FontNameBox::Select(); in Select()
|
H A D | SvxSBFontNameBox.hxx | 52 class SvxSBFontNameBox : public FontNameBox//, public SfxListener 69 void Clear() { FontNameBox::Clear(); nFtCount = 0; } in Clear() 71 { FontNameBox::Fill( pList ); in Fill()
|
H A D | TextPropertyPanel.hxx | 177 DECL_LINK(FontSelHdl, FontNameBox *);
|
H A D | TextPropertyPanel.cxx | 532 IMPL_LINK( TextPropertyPanel, FontSelHdl, FontNameBox*, pBox ) in IMPL_LINK() argument
|
/trunk/main/cui/source/inc/ |
H A D | chardlg.hxx | 94 FontNameBox* m_pWestFontNameLB; 104 FontNameBox* m_pEastFontNameLB; 114 FontNameBox* m_pCTLFontNameLB; 133 void FillStyleBox_Impl( const FontNameBox* rBox ); 134 void FillSizeBox_Impl( const FontNameBox* rBox );
|
/trunk/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 181 class SvxFontNameBox_Impl : public FontNameBox 210 void Clear() { FontNameBox::Clear(); nFtCount = 0; } in Clear() 212 { FontNameBox::Fill( pList ); in Fill() 629 FontNameBox ( pParent, nStyle | WinBits( WB_DROPDOWN | WB_AUTOHSCROLL ) ), in SvxFontNameBox_Impl() 680 return FontNameBox::PreNotify( rNEvt ); in PreNotify() 719 return nHandled ? nHandled : FontNameBox::Notify( rNEvt ); in Notify() 733 FontNameBox::DataChanged( rDCEvt ); in DataChanged() 773 FontNameBox::Select(); in Select() 2819 return FontNameBox::CreateAccessible(); in CreateAccessible()
|
/trunk/main/cui/source/options/ |
H A D | fontsubs.hxx | 72 FontNameBox aFont1CB; 74 FontNameBox aFont2CB;
|
/trunk/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 577 …m_pWestFontNameLB = new FontNameBox( this, CUI_RES( bCJK ? LB_WEST_NAME : LB_WEST_NAME_NOCJK ) ); in SvxCharNamePage() 595 m_pEastFontNameLB = new FontNameBox( this, CUI_RES( LB_EAST_NAME ) ); in SvxCharNamePage() 605 m_pCTLFontNameLB = new FontNameBox( this, CUI_RES( LB_CTL_NAME ) ); in SvxCharNamePage() 808 const FontNameBox* _pFontNameLB, in calcFontInfo() 900 void SvxCharNamePage::FillStyleBox_Impl( const FontNameBox* pNameBox ) in FillStyleBox_Impl() 936 void SvxCharNamePage::FillSizeBox_Impl( const FontNameBox* pNameBox ) in FillSizeBox_Impl() 973 FontNameBox* pNameBox = NULL; in Reset_Impl() 1193 FontNameBox* pNameBox = NULL; in FillItemSet_Impl() 1531 FillStyleBox_Impl( (FontNameBox*)pNameBox ); in IMPL_LINK() 1532 FillSizeBox_Impl( (FontNameBox*)pNameBox ); in IMPL_LINK()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 305 FontNameBox* mpControl; 313 mpControl = new FontNameBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in FontPropertyBox()
|
/trunk/main/svtools/workben/ |
H A D | svdem.cxx | 121 FontNameBox aFontBox;
|
Completed in 148 milliseconds