Searched refs:ScIndexHint (Results 1 – 4 of 4) sorted by relevance
50 TYPEINIT1(ScIndexHint, SfxHint);147 ScIndexHint::ScIndexHint(sal_uInt16 nNewId, sal_uInt16 nIdx) : in ScIndexHint() function in ScIndexHint153 ScIndexHint::~ScIndexHint() in ~ScIndexHint()
292 else if (rHint.ISA(ScIndexHint)) in Notify()294 const ScIndexHint& rIndexHint = (const ScIndexHint&)rHint; in Notify()
4941 pDocSh->Broadcast( ScIndexHint( SC_HINT_SHOWRANGEFINDER, nRFIndex ) ); in RFMouseMove()
132 class ScIndexHint : public SfxHint class139 ScIndexHint(sal_uInt16 nNewId, sal_uInt16 nIdx);140 ~ScIndexHint();
Completed in 49 milliseconds