Home
last modified time | relevance | path

Searched refs:rtl_ustr_valueOfBoolean (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dustrbuf.hxx757 return append( sz, rtl_ustr_valueOfBoolean( sz, b ) ); in append()
794 return append( sz, rtl_ustr_valueOfBoolean( sz, b ) ); in append()
1066 return insert( offset, sz, rtl_ustr_valueOfBoolean( sz, b ) ); in insert()
1091 return insert( offset, sz, rtl_ustr_valueOfBoolean( sz, b ) ); in insert()
H A Dustring.h913 SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_ustr_valueOfBoolean(
H A Dustring.hxx3518 return OUString(aBuf, rtl_ustr_valueOfBoolean(aBuf, b)); in boolean()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/rtl/
H A Dustrbuf.hxx790 return append( sz, rtl_ustr_valueOfBoolean( sz, b ) ); in append()
827 return append( sz, rtl_ustr_valueOfBoolean( sz, b ) ); in append()
1104 return insert( offset, sz, rtl_ustr_valueOfBoolean( sz, b ) ); in insert()
1129 return insert( offset, sz, rtl_ustr_valueOfBoolean( sz, b ) ); in insert()
H A Dustring.h917 SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_ustr_valueOfBoolean(
H A Dustring.hxx3236 return OUString(aBuf, rtl_ustr_valueOfBoolean(aBuf, b)); in boolean()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/util/
H A Dsal.map299 rtl_ustr_valueOfBoolean;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/util/
H A Dsal.map299 rtl_ustr_valueOfBoolean;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dustring.cxx1713 sal_Int32 SAL_CALL rtl_ustr_valueOfBoolean(sal_Unicode* pStr, sal_Bool b) SAL_THROW_EXTERN_C() in rtl_ustr_valueOfBoolean() function