Searched refs:aTrueStr (Results 1 – 3 of 3) sorted by relevance
37 static OUString aTrueStr ( RTL_CONSTASCII_USTRINGPARAM("true") ); variable96 rLib.bLink ? aTrueStr : aFalseStr ); in exportLibraryContainer()101 rLib.bReadOnly ? aTrueStr : aFalseStr ); in exportLibraryContainer()141 rLib.bReadOnly ? aTrueStr : aFalseStr ); in exportLibrary()144 rLib.bPasswordProtected ? aTrueStr : aFalseStr ); in exportLibrary()147 …addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":preload") ), aTrueStr ); in exportLibrary()
273 ::rtl::OUString aTrueStr( RTL_CONSTASCII_USTRINGPARAM( "true" ) ); in filter()304 aTrueStr ); in filter()332 aTrueStr ); in filter()
1982 …const OUString aFalseStr( RTL_CONSTASCII_USTRINGPARAM( "false" ) ), aTrueStr( RTL_CONSTASCII_USTRI… local1988 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_VALUE, bLoop ? aTrueStr : aFalseStr );1995 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_VALUE, bMute ? aTrueStr : aFalseStr );
Completed in 25 milliseconds