Searched refs:aSourceCode (Results 1 – 2 of 2) sorted by relevance
149 OUStringBuffer aSourceCode; in readSourceCode() local170 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Rem " ) ); in readSourceCode()171 aSourceCode.append( aCodeLine ).append( sal_Unicode( '\n' ) ); in readSourceCode()176 return aSourceCode.makeStringAndClear(); in readSourceCode()188 OUStringBuffer aSourceCode; in createModule() local189 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Rem Attribute VBA_ModuleType=" ) ); in createModule()193 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAModule" ) ); in createModule()196 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAClassModule" ) ); in createModule()199 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAFormModule" ) ); in createModule()204 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBADocumentModule" ) ); in createModule()[all …]
73 string eval( [in] string aSourceCode,