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.cxx127 DlgEdFunc::DlgEdFunc( OReportSection* _pParent ) in DlgEdFunc() function in rptui::DlgEdFunc
180 DlgEdFunc::~DlgEdFunc() in ~DlgEdFunc()
276 void DlgEdFunc::stopScrollTimer() in stopScrollTimer()
505 void DlgEdFunc::unColorizeOverlappedObj() in unColorizeOverlappedObj()
579 bool DlgEdFunc::isOnlyCustomShapeMarked() in isOnlyCustomShapeMarked()
676 DlgEdFunc( _pParent ) in DlgEdFuncInsert()
741 if ( DlgEdFunc::MouseButtonUp( rMEvt ) ) in MouseButtonUp()
805 if ( DlgEdFunc::MouseMove(rMEvt ) ) in MouseMove()
843 DlgEdFunc( _pParent ) in DlgEdFuncSelect()
904 if ( DlgEdFunc::MouseButtonUp( rMEvt ) ) in MouseButtonUp()
[all …]
H A DReportSection.cxx130 m_pFunc = ::std::auto_ptr<DlgEdFunc>(); in ~OReportSection()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx49 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()
103 DlgEdFunc::~DlgEdFunc() in ~DlgEdFunc()
116 sal_Bool DlgEdFunc::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
124 sal_Bool DlgEdFunc::MouseMove( const MouseEvent& ) in MouseMove()
131 sal_Bool DlgEdFunc::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
362 DlgEdFunc( pParent_ ) in DlgEdFuncInsert()
419 DlgEdFunc::MouseButtonUp( rMEvt ); in MouseButtonUp()
477 DlgEdFunc( pParent_ ), in DlgEdFuncSelect()
[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.hxx53 ::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;

Completed in 50 milliseconds