Searched refs:ScRefHdlrImpl (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | anyrefdg.hxx | 218 template<class, class, bool> friend struct ScRefHdlrImpl; 236 struct ScRefHdlrImpl: ScRefHdlrImplBase<TBase, bBindRef > struct 241 …ScRefHdlrImpl( const T1 & rt1, const T2 & rt2, const T3 & rt3, const T4 & rt4 ):ScRefHdlrImplBase<… in ScRefHdlrImpl() argument 246 ~ScRefHdlrImpl() in ~ScRefHdlrImpl() argument 252 struct ScAnyRefDlg : ::ScRefHdlrImpl< ScAnyRefDlg, SfxModelessDialog> 255 …ScAnyRefDlg( const T1 & rt1, const T2 & rt2, const T3 & rt3, const T4 & rt4 ):ScRefHdlrImpl< ScAny… in ScAnyRefDlg()
|
H A D | validate.hxx | 90 class ScValidationDlg :public ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false>, public ScRefHand… 94 typedef ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false> ScValidationDlgBase;
|
Completed in 27 milliseconds