Lines Matching refs:aDesc

460         BasicEntryDescriptor aDesc( GetEntryDescriptor( pLibSubRootEntry ) );  in ImpCreateLibSubSubEntriesInVBAMode()  local
461 BasicEntryType eCurrentType( aDesc.GetType() ); in ImpCreateLibSubSubEntriesInVBAMode()
654 BasicEntryDescriptor aDesc( GetEntryDescriptor( pCurEntry ) ); in ExpandingHdl() local
655 ScriptDocument aDocument( aDesc.GetDocument() ); in ExpandingHdl()
659 String aLibName( aDesc.GetLibName() ); in ExpandingHdl()
660 String aLibSubName( aDesc.GetLibSubName() ); in ExpandingHdl()
661 String aName( aDesc.GetName() ); in ExpandingHdl()
662 String aMethodName( aDesc.GetMethodName() ); in ExpandingHdl()
689 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in IsEntryProtected() local
690 ScriptDocument aDocument( aDesc.GetDocument() ); in IsEntryProtected()
694 ::rtl::OUString aOULibName( aDesc.GetLibName() ); in IsEntryProtected()
811 BasicEntryDescriptor aDesc( rDesc ); in SetCurrentEntry() local
812 if ( aDesc.GetType() == OBJ_TYPE_UNKNOWN ) in SetCurrentEntry()
814 aDesc = BasicEntryDescriptor( in SetCurrentEntry()
819 ScriptDocument aDocument( aDesc.GetDocument() ); in SetCurrentEntry()
821 LibraryLocation eLocation( aDesc.GetLocation() ); in SetCurrentEntry()
826 String aLibName( aDesc.GetLibName() ); in SetCurrentEntry()
834 String aLibSubName( aDesc.GetLibSubName() ); in SetCurrentEntry()
844 String aName( aDesc.GetName() ); in SetCurrentEntry()
849 if ( aDesc.GetType() == OBJ_TYPE_DIALOG ) in SetCurrentEntry()
855 String aMethodName( aDesc.GetMethodName() ); in SetCurrentEntry()