Searched refs:aSourceCode (Results 1 – 2 of 2) sorted by relevance
149 OUStringBuffer aSourceCode; in readSourceCode() local171 aSourceCode.append( aCodeLine ).append( sal_Unicode( '\n' ) ); in readSourceCode()176 return aSourceCode.makeStringAndClear(); in readSourceCode()188 OUStringBuffer aSourceCode; in createModule() local193 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAModule" ) ); in createModule()215 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAUnknown" ) ); in createModule()217 aSourceCode.append( sal_Unicode( '\n' ) ); in createModule()227 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Sub " ) ). in createModule()232 aSourceCode.append( rVBASourceCode ); in createModule()236 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "End Sub\n" ) ); in createModule()[all …]
73 string eval( [in] string aSourceCode,
Completed in 9 milliseconds