Searched refs:rLH (Results 1 – 1 of 1) sorted by relevance
117 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify() local118 if ( rLH.GetLinkType() == SC_LINKREFTYPE_SHEET && rLH.GetUrl() == aFileName ) in Notify()644 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify() local645 if ( rLH.GetLinkType() == SC_LINKREFTYPE_AREA ) in Notify()649 if ( pLink && pLink->GetDestArea().aStart == rLH.GetDestPos() ) in Notify()1089 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify() local1090 if ( rLH.GetLinkType() == SC_LINKREFTYPE_DDE && in Notify()1091 rLH.GetDdeAppl() == aAppl && in Notify()1092 rLH.GetDdeTopic() == aTopic && in Notify()1093 rLH.GetDdeItem() == aItem ) //! mode is ignored in Notify()
Completed in 24 milliseconds