Home
last modified time | relevance | path

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

/aoo42x/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx38 static OUString aFalseStr( RTL_CONSTASCII_USTRINGPARAM("false") ); variable
96 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()
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport2.cxx1982 …const OUString aFalseStr( RTL_CONSTASCII_USTRINGPARAM( "false" ) ), aTrueStr( RTL_CONSTASCII_USTRI… local
1988 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_VALUE, bLoop ? aTrueStr : aFalseStr );
1995 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_VALUE, bMute ? aTrueStr : aFalseStr );

Completed in 24 milliseconds