Lines Matching refs:aMod
171 OUString aMod; in createEmptyLibraryElement() local
173 aRetAny <<= aMod; in createEmptyLibraryElement()
208 xmlscript::ModuleDescriptor aMod; in writeLibraryElement() local
209 aMod.aName = aElementName; in writeLibraryElement()
210 aMod.aLanguage = maScriptLanguage; in writeLibraryElement()
212 aElement >>= aMod.aCode; in writeLibraryElement()
221 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("normal") ); in writeLibraryElement()
224 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("class") ); in writeLibraryElement()
227 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("form") ); in writeLibraryElement()
230 aMod.aModuleType = OUString( RTL_CONSTASCII_USTRINGPARAM("document") ); in writeLibraryElement()
238 xmlscript::exportScriptModule( xHandler, aMod ); in writeLibraryElement()
288 xmlscript::ModuleDescriptor aMod; in importLibraryElement() local
292 xParser->setDocumentHandler( ::xmlscript::importScriptModule( aMod ) ); in importLibraryElement()
302 aRetAny <<= aMod.aCode; in importLibraryElement()
307 if( !aMod.aModuleType.isEmpty() ) in importLibraryElement()
328 if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
333 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
338 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
344 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()