Home
last modified time | relevance | path

Searched defs:UseIf (Results 1 – 1 of 1) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sax/
H A Dfshelper.hxx166 inline const char* UseIf(const char* s, bool bUse) { return bUse ? s : nullptr; } in UseIf() function
169 std::optional<TString> UseIf(const TString& s, bool bUse) in UseIf() function