Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Demojicontrol.cxx31 const char FILTER_ACTIVITY[] = "activity"; variable
61 nCurPageId = mpTabControl->GetPageId(FILTER_ACTIVITY); in SfxEmojiControl()
141 else if (nCurPageId == mpTabControl->GetPageId(FILTER_ACTIVITY)) in getCurrentFilter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Demojicontrol.cxx32 constexpr OStringLiteral FILTER_ACTIVITY = "activity"; variable
46 , mxActivityBtn(m_xBuilder->weld_toggle_button(FILTER_ACTIVITY)) in SfxEmojiControl()