Home
last modified time | relevance | path

Searched refs:DlgEdFunc (Results 1 – 8 of 8) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx71 IMPL_LINK( DlgEdFunc, ScrollTimeout, Timer *, )
79 void DlgEdFunc::ForceScroll( const Point& rPos ) in ForceScroll()
127 DlgEdFunc::DlgEdFunc( OReportSection* _pParent ) in DlgEdFunc() function in rptui::DlgEdFunc
137 aScrollTimer.SetTimeoutHdl( LINK( this, DlgEdFunc, ScrollTimeout ) ); in DlgEdFunc()
143 void DlgEdFunc::setOverlappedControlColor(sal_Int32 _nColor) in setOverlappedControlColor()
180 DlgEdFunc::~DlgEdFunc() in ~DlgEdFunc()
188 sal_Bool DlgEdFunc::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
249 sal_Bool DlgEdFunc::MouseButtonUp( const MouseEvent& /*rMEvt*/ ) in MouseButtonUp()
256 void DlgEdFunc::checkTwoCklicks(const MouseEvent& rMEvt) in checkTwoCklicks()
276 void DlgEdFunc::stopScrollTimer() in stopScrollTimer()
[all …]
H A DReportSection.cxx129 m_pFunc = ::std::auto_ptr<DlgEdFunc>(); in ~OReportSection()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx36 IMPL_LINK_INLINE_START( DlgEdFunc, ScrollTimeout, Timer *, pTimer ) in IMPL_LINK_INLINE_START() argument
45 IMPL_LINK_INLINE_END( DlgEdFunc, ScrollTimeout, Timer *, pTimer ) in IMPL_LINK_INLINE_END() argument
49 void DlgEdFunc::ForceScroll( const Point& rPos ) in IMPL_LINK_INLINE_END()
94 DlgEdFunc::DlgEdFunc( DlgEditor* pParent_ ) in DlgEdFunc() function in DlgEdFunc
96 DlgEdFunc::pParent = pParent_; in DlgEdFunc()
97 aScrollTimer.SetTimeoutHdl( LINK( this, DlgEdFunc, ScrollTimeout ) ); in DlgEdFunc()
103 DlgEdFunc::~DlgEdFunc() in ~DlgEdFunc()
109 sal_Bool DlgEdFunc::MouseButtonDown( const MouseEvent& ) in MouseButtonDown()
116 sal_Bool DlgEdFunc::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
124 sal_Bool DlgEdFunc::MouseMove( const MouseEvent& ) in MouseMove()
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A Ddlgedfunc.hxx43 class DlgEdFunc /* : public LinkHdl */ class
45 DlgEdFunc(const DlgEdFunc&);
46 void operator =(const DlgEdFunc&);
89 DlgEdFunc( OReportSection* pParent );
90 virtual ~DlgEdFunc();
127 class DlgEdFuncInsert : public DlgEdFunc
142 class DlgEdFuncSelect : public DlgEdFunc
H A DReportSection.hxx52 ::std::auto_ptr<DlgEdFunc> m_pFunc;
H A DReportWindow.hxx51 class DlgEdFunc;
/trunk/main/basctl/source/inc/
H A Ddlgedfunc.hxx38 class DlgEdFunc /* : public LinkHdl */ class
48 DlgEdFunc( DlgEditor* pParent );
49 virtual ~DlgEdFunc();
61 class DlgEdFuncInsert : public DlgEdFunc
76 class DlgEdFuncSelect : public DlgEdFunc
H A Ddlged.hxx85 class DlgEdFunc;
114 DlgEdFunc* pFunc;