Searched refs:SvxFontListBox (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | fontlb.cxx | 94 SvxFontListBox::SvxFontListBox( Window* pParent, const ResId& rResId ) : in SvxFontListBox() function in SvxFontListBox 103 void SvxFontListBox::InsertFontEntry( const String& rString, const Font& rFont, const Color* pColor… in InsertFontEntry() 112 void SvxFontListBox::SelectEntryPos( sal_uInt16 nPos, bool bSelect ) in SelectEntryPos() 122 void SvxFontListBox::SetNoSelection() in SetNoSelection() 127 sal_uLong SvxFontListBox::GetSelectEntryPos() const in GetSelectEntryPos() 133 XubString SvxFontListBox::GetSelectEntry() const in GetSelectEntry() 138 void SvxFontListBox::InitEntry( in InitEntry() 161 SvxFontListBox::~SvxFontListBox () in ~SvxFontListBox() 165 sal_uInt16 SvxFontListBox::InsertFontEntry (String const& entry, Font const&, Color const*) in InsertFontEntry() 170 SvxFontListBox::SvxFontListBox( Context* pParent, const char* pFile) in SvxFontListBox() function in layout::SvxFontListBox
|
/aoo41x/main/svx/inc/svx/ |
H A D | fontlb.hxx | 71 class SVX_DLLPUBLIC SvxFontListBox : public SvTabListBox class 82 SvxFontListBox( Window* pParent, const ResId& rResId ); 115 class SVX_DLLPUBLIC SvxFontListBox : public ListBox class 122 SvxFontListBox( Context*, const char* ); 123 ~SvxFontListBox ();
|
/aoo41x/main/toolkit/inc/layout/ |
H A D | layout-pre.hxx | 76 #define SvxFontListBox layout::SvxFontListBox macro
|
H A D | layout-post.hxx | 84 #undef SvxFontListBox
|
/aoo41x/main/cui/source/inc/ |
H A D | numfmt.hxx | 109 SvxFontListBox aLbFormat; 168 DECL_LINK( DoubleClickHdl_Impl, SvxFontListBox* pLb );
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1273 IMPL_LINK( SvxNumberFormatTabPage, DoubleClickHdl_Impl, SvxFontListBox*, pLb ) in IMPL_LINK() argument 1356 if ( (SvxFontListBox *)pLb == &aLbFormat ) in IMPL_LINK()
|
Completed in 28 milliseconds