Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dchardlg.cxx3749 SvxCharTwoLinesPage::SvxCharTwoLinesPage( Window* pParent, const SfxItemSet& rInSet ) : in SvxCharTwoLinesPage() function in SvxCharTwoLinesPage
3770 void SvxCharTwoLinesPage::Initialize() in Initialize()
3782 m_aTwoLinesBtn.SetClickHdl( LINK( this, SvxCharTwoLinesPage, TwoLinesHdl_Impl ) ); in Initialize()
3784 Link aLink = LINK( this, SvxCharTwoLinesPage, CharacterMapHdl_Impl ); in Initialize()
3798 void SvxCharTwoLinesPage::SelectCharacter( ListBox* pBox ) in SelectCharacter()
3824 void SvxCharTwoLinesPage::SetBracket( sal_Unicode cBracket, sal_Bool bStart ) in SetBracket()
3862 IMPL_LINK( SvxCharTwoLinesPage, TwoLinesHdl_Impl, CheckBox*, EMPTYARG ) in IMPL_LINK() argument
3876 IMPL_LINK( SvxCharTwoLinesPage, CharacterMapHdl_Impl, ListBox*, pBox ) in IMPL_LINK() argument
3895 void SvxCharTwoLinesPage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage()
3902 int SvxCharTwoLinesPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
[all …]
/AOO41X/main/cui/source/inc/
H A Dchardlg.hxx348 class SvxCharTwoLinesPage : public SvxCharBasePage class
363 SvxCharTwoLinesPage( Window* pParent, const SfxItemSet& rSet );
/AOO41X/main/cui/source/dialogs/
H A Dsrchxtra.cxx61 AddTabPage( RID_SVXPAGE_CHAR_TWOLINES, SvxCharTwoLinesPage::Create, 0 ); in SvxSearchFormatDialog()
/AOO41X/main/cui/source/factory/
H A Ddlgfact.cxx1796 return SvxCharTwoLinesPage::Create; in GetTabPageCreatorFunc()
1875 return SvxCharTwoLinesPage::GetRanges; in GetTabPageRangesFunc()