Lines Matching refs:aDocument
324 ScriptDocument aDocument( GetDocument() ); in BasicExecute() local
325 if ( aDocument.isDocument() ) in BasicExecute()
327 if ( !aDocument.allowMacros() ) in BasicExecute()
347 if ( aDocument.isInVBAMode() ) in BasicExecute()
356 if ( aDocument.isInVBAMode() ) in BasicExecute()
372 if ( aDocument.isInVBAMode() ) in BasicExecute()
1399 ScriptDocument aDocument( GetDocument() ); in CreateEntryDescriptor() local
1401 LibraryLocation eLocation = aDocument.getLibraryLocation( aLibName ); in CreateEntryDescriptor()
1404 if( xBasic.Is() && aDocument.isInVBAMode() && XModule().Is() ) in CreateEntryDescriptor()
1411 …uno::Reference< container::XNameContainer > xLib = aDocument.getOrCreateLibrary( E_SCRIPTS, aLibNa… in CreateEntryDescriptor()
1434 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aModName, OBJ_TYPE_MODUL… in CreateEntryDescriptor()