Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/basmgr/
H A Dbasmgr.cxx1089 SotStorageRef xStorageRef; in LoadOldBasicManager() local
1091 xStorageRef = &rStorage; in LoadOldBasicManager()
1094 xStorageRef = new SotStorage( sal_False, aLibAbsStorage.GetMainURL in LoadOldBasicManager()
1096 if ( xStorageRef->GetError() != ERRCODE_NONE ) in LoadOldBasicManager()
1097 xStorageRef = new SotStorage( sal_False, aLibRelStorage. in LoadOldBasicManager()
1100 if ( xStorageRef.Is() ) in LoadOldBasicManager()
1101 AddLib( *xStorageRef, aLibName, sal_False ); in LoadOldBasicManager()

Completed in 14 milliseconds