Home
last modified time | relevance | path

Searched refs:SvxCharNamePage (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/cui/source/tabpages/
H A Dchardlg.cxx564 SvxCharNamePage::SvxCharNamePage( Window* pParent, const SfxItemSet& rInSet ) : in SvxCharNamePage() function in SvxCharNamePage
669 SvxCharNamePage::~SvxCharNamePage() in ~SvxCharNamePage()
710 void SvxCharNamePage::Initialize() in Initialize()
751 m_pColorLB->SetSelectHdl( LINK( this, SvxCharNamePage, ColorBoxSelectHdl_Impl ) ); in Initialize()
753 Link aLink = LINK( this, SvxCharNamePage, FontModifyHdl_Impl ); in Initialize()
764 m_pImpl->m_aUpdateTimer.SetTimeoutHdl( LINK( this, SvxCharNamePage, UpdateHdl_Impl ) ); in Initialize()
773 const FontList* SvxCharNamePage::GetFontList() const in GetFontList()
807 SvxCharNamePage* _pPage, in calcFontInfo()
873 void SvxCharNamePage::UpdatePreview_Impl() in UpdatePreview_Impl()
900 void SvxCharNamePage::FillStyleBox_Impl( const FontNameBox* pNameBox ) in FillStyleBox_Impl()
[all …]
/AOO42X/main/cui/source/dialogs/
H A Dsrchxtra.cxx58 AddTabPage( RID_SVXPAGE_CHAR_NAME, SvxCharNamePage::Create, 0 ); in SvxSearchFormatDialog()
112 ( (SvxCharNamePage&)rPage ). in PageCreated()
114 ( (SvxCharNamePage&)rPage ).EnableSearchMode(); in PageCreated()
/AOO42X/main/cui/source/inc/
H A Dchardlg.hxx88 class SvxCharNamePage : public SvxCharBasePage class
128 SvxCharNamePage( Window* pParent, const SfxItemSet& rSet );
167 ~SvxCharNamePage();
/AOO42X/main/cui/source/factory/
H A Ddlgfact.cxx1798 return SvxCharNamePage::Create; in GetTabPageCreatorFunc()
1877 return SvxCharNamePage::GetRanges; in GetTabPageRangesFunc()