Lines Matching refs:bBindRef
163 Window* pParent, sal_uInt16 nResId*/, bool bBindRef );
200 template< class TWindow, bool bBindRef = true >
221 template<class TWindow, bool bBindRef>
223 ScRefHdlrImplBase<TWindow, bBindRef>::ScRefHdlrImplBase( TBindings* pB, TChildWindow* pCW, in ScRefHdlrImplBase()
224 …static_cast<sal_uInt16>( nResId ) ) ), ScRefHandler( *static_cast<TWindow*>(this), pB, bBindRef ){} in ScRefHdlrImplBase()
226 template<class TWindow, bool bBindRef >
228 ScRefHdlrImplBase<TWindow,bBindRef>::ScRefHdlrImplBase( TParentWindow* pParent, TResId nResIdP, con… in ScRefHdlrImplBase()
229 …_cast<sal_uInt16>( nResIdP )), rArg ), ScRefHandler( *static_cast<TWindow*>(this), pB, bBindRef ){} in ScRefHdlrImplBase()
231 template<class TWindow, bool bBindRef >
232 ScRefHdlrImplBase<TWindow,bBindRef>::~ScRefHdlrImplBase(){} in ~ScRefHdlrImplBase()
235 template<class TDerived, class TBase, bool bBindRef = true>
236 struct ScRefHdlrImpl: ScRefHdlrImplBase<TBase, bBindRef >
241 …nst T2 & rt2, const T3 & rt3, const T4 & rt4 ):ScRefHdlrImplBase<TBase, bBindRef >(rt1, rt2, rt3, … in ScRefHdlrImpl()