Home
last modified time | relevance | path

Searched refs:aPendingInfobars (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewfrm.cxx1503 std::vector<InfobarData>& aPendingInfobars = m_xObjSh->getPendingInfobars(); in Notify() local
1504 while (!aPendingInfobars.empty()) in Notify()
1506 InfobarData& aInfobarData = aPendingInfobars.back(); in Notify()
1515 aPendingInfobars.pop_back(); in Notify()
1535 aPendingInfobars.pop_back(); in Notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewfrm.cxx1443 std::vector<InfobarData>& aPendingInfobars = m_xObjSh->getPendingInfobars(); in Notify() local
1444 while (!aPendingInfobars.empty()) in Notify()
1446 InfobarData& aInfobarData = aPendingInfobars.back(); in Notify()
1450 aPendingInfobars.pop_back(); in Notify()