Lines Matching refs:rHint
55 void __EXPORT ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() argument
57 if (rHint.ISA(SfxSimpleHint)) // ohne Parameter in Notify()
59 sal_uLong nSlot = ((SfxSimpleHint&)rHint).GetId(); in Notify()
146 else if (rHint.ISA(ScPaintHint)) // neu zeichnen in Notify()
148 ScPaintHint* pHint = (ScPaintHint*) &rHint; in Notify()
184 else if (rHint.ISA(ScEditViewHint)) // Edit-View anlegen in Notify()
188 ScEditViewHint* pHint = (ScEditViewHint*) &rHint; in Notify()
215 else if (rHint.ISA(ScTablesHint)) // Tabelle eingefuegt / geloescht in Notify()
220 const ScTablesHint& rTabHint = (const ScTablesHint&)rHint; in Notify()
292 else if (rHint.ISA(ScIndexHint)) in Notify()
294 const ScIndexHint& rIndexHint = (const ScIndexHint&)rHint; in Notify()
305 SfxViewShell::Notify( rBC, rHint ); in Notify()