Home
last modified time | relevance | path

Searched refs:SvxColorWindow_Impl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx818 SvxColorWindow_Impl::SvxColorWindow_Impl( const OUString& rCommand, in SvxColorWindow_Impl() function in SvxColorWindow_Impl
883 aColorSet.SetSelectHdl( LINK( this, SvxColorWindow_Impl, SelectHdl ) ); in SvxColorWindow_Impl()
891 SvxColorWindow_Impl::~SvxColorWindow_Impl() in ~SvxColorWindow_Impl()
895 void SvxColorWindow_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
900 SfxPopupWindow* SvxColorWindow_Impl::Clone() const in Clone()
902 return new SvxColorWindow_Impl( maCommand, theSlotId, GetFrame(), GetText(), GetParent() ); in Clone()
907 IMPL_LINK( SvxColorWindow_Impl, SelectHdl, void *, EMPTYARG ) in IMPL_LINK() argument
960 void SvxColorWindow_Impl::Resize() in Resize()
967 void SvxColorWindow_Impl::StartSelection() in StartSelection()
974 sal_Bool SvxColorWindow_Impl::Close() in Close()
[all …]
H A Dcolorwindow.hxx38 class SvxColorWindow_Impl : public SfxPopupWindow class
56 SvxColorWindow_Impl( const rtl::OUString& rCommand,
61 ~SvxColorWindow_Impl();
H A Dextrusioncontrols.cxx1009 SvxColorWindow_Impl* pColorWin = new SvxColorWindow_Impl( in CreatePopupWindow()