Home
last modified time | relevance | path

Searched refs:FontNameBox (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/svtools/inc/svtools/
H A Dctrlbox.hxx364 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& );
/aoo42x/main/svtools/source/control/
H A Dctrlbox.cxx616 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 …]
/aoo42x/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx93 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 DSvxSBFontNameBox.hxx52 class SvxSBFontNameBox : public FontNameBox//, public SfxListener
69 void Clear() { FontNameBox::Clear(); nFtCount = 0; } in Clear()
71 { FontNameBox::Fill( pList ); in Fill()
H A DTextPropertyPanel.hxx177 DECL_LINK(FontSelHdl, FontNameBox *);
H A DTextPropertyPanel.cxx532 IMPL_LINK( TextPropertyPanel, FontSelHdl, FontNameBox*, pBox ) in IMPL_LINK() argument
/aoo42x/main/cui/source/inc/
H A Dchardlg.hxx94 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 );
/aoo42x/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx181 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()
/aoo42x/main/cui/source/options/
H A Dfontsubs.hxx72 FontNameBox aFont1CB;
74 FontNameBox aFont2CB;
/aoo42x/main/cui/source/tabpages/
H A Dchardlg.cxx577 …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()
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx305 FontNameBox* mpControl;
313 mpControl = new FontNameBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in FontPropertyBox()
/aoo42x/main/svtools/workben/
H A Dsvdem.cxx121 FontNameBox aFontBox;

Completed in 993 milliseconds