Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Demojicontrol.cxx33 const char FILTER_OBJECTS[] = "objects"; variable
71 nCurPageId = mpTabControl->GetPageId(FILTER_OBJECTS); in SfxEmojiControl()
145 else if (nCurPageId == mpTabControl->GetPageId(FILTER_OBJECTS)) in getCurrentFilter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Demojicontrol.cxx34 constexpr OStringLiteral FILTER_OBJECTS = "objects"; variable
48 , mxObjectsBtn(m_xBuilder->weld_toggle_button(FILTER_OBJECTS)) in SfxEmojiControl()