Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/
H A DCustomNotebookbarGenerator.cxx151 static void searchNodeAndAttribute(xmlNode* pNodePtr, const char* pUIItemID, const char* pProperty, in searchNodeAndAttribute() argument
162 if (!(xmlStrcmp(UriValue, reinterpret_cast<const xmlChar*>(pUIItemID)))) in searchNodeAndAttribute()
166 searchNodeAndAttribute(pNodePtr, pUIItemID, pProperty, pValue); in searchNodeAndAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/
H A DCustomNotebookbarGenerator.cxx162 static void searchNodeAndAttribute(xmlNode* pNodePtr, const char* pUIItemID, const char* pProperty, in searchNodeAndAttribute() argument
173 if (!(xmlStrcmp(UriValue, reinterpret_cast<const xmlChar*>(pUIItemID)))) in searchNodeAndAttribute()
177 searchNodeAndAttribute(pNodePtr, pUIItemID, pProperty, pValue); in searchNodeAndAttribute()