Home
last modified time | relevance | path

Searched refs:aModuleType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx221 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()
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()
/trunk/main/xmlscript/source/xmlmod_imexp/
H A Dxmlmod_export.cxx64 if( rMod.aModuleType.getLength()>0 ) in exportScriptModule()
66 rMod.aModuleType ); in exportScriptModule()
H A Dxmlmod_import.cxx192 mrModuleDesc.aModuleType = xAttributes->getValueByUidName( in startRootElement()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2103 Type aModuleType = ::getCppuType( (const Reference< XStarBasicModuleInfo > *)0 ); in getElementType() local
2104 return aModuleType; in getElementType()
2165 Type aModuleType = ::getCppuType( (const Reference< XStarBasicModuleInfo > *)0 ); in insertByName() local
2167 if( aModuleType != aAnyType ) in insertByName()
2248 Type aModuleType = ::getCppuType( (const Reference< XStarBasicDialogInfo > *)0 ); in getElementType() local
2249 return aModuleType; in getElementType()
2341 Type aModuleType = ::getCppuType( (const Reference< XStarBasicDialogInfo > *)0 ); in insertByName() local
2343 if( aModuleType != aAnyType ) in insertByName()
/trunk/main/xmlscript/inc/xmlscript/
H A Dxmlmod_imexp.hxx44 ::rtl::OUString aModuleType; // VBA

Completed in 39 milliseconds