Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtfldi.cxx2642 bool bCommandItemOK = false; in startFastElement() local
2663 bCommandItemOK = true; in startFastElement()
2680 if (!(bNameOK && bCommandApplicationOK && bCommandTopicOK && bCommandItemOK)) in startFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtfldi.cxx2742 bool bCommandItemOK = false; in StartElement() local
2769 bCommandItemOK = true; in StartElement()
2785 if (bNameOK && bCommandApplicationOK && bCommandTopicOK && bCommandItemOK) in StartElement()