Home
last modified time | relevance | path

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

/trunk/main/oox/source/ole/
H A Dvbamodule.cxx149 OUStringBuffer aSourceCode; in readSourceCode() local
170 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() local
189 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 …]
/trunk/main/udkapi/com/sun/star/script/
H A DXDebugging.idl73 string eval( [in] string aSourceCode,