Searched refs:aPrjName (Results 1 – 4 of 4) sorted by relevance
74 String aPrjName( RTL_CONSTASCII_USTRINGPARAM( "Standard" ) ); in setUpDocumentModules() local75 pShell->GetBasicManager()->SetName( aPrjName ); in setUpDocumentModules()86 if( !xLibContainer->hasByName( aPrjName ) ) in setUpDocumentModules()87 xLibContainer->createLibrary( aPrjName ); in setUpDocumentModules()88 uno::Any aLibAny = xLibContainer->getByName( aPrjName ); in setUpDocumentModules()
226 ::rtl::OUString aPrjName; in getDefaultProjectName()229 aPrjName = pBasicMgr->GetName(); in getDefaultProjectName()230 if( aPrjName.getLength() == 0 ) in getDefaultProjectName()231 aPrjName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Standard" ) ); in getDefaultProjectName()233 return aPrjName; in getDefaultProjectName()
314 OUString aPrjName = aRecStrm.readCharArrayUC( nRecSize, eTextEnc ); in importVba() local315 … OSL_ENSURE( aPrjName.getLength() > 0, "VbaProject::importVba - invalid project name" ); in importVba()316 if( aPrjName.getLength() > 0 ) in importVba()317 maPrjName = aPrjName; in importVba()
1539 ByteString aPrjName = ByteString( aEntryPrj.GetName(), gsl_getSystemTextEncoding()); in Read() local1540 Prj* pPrj = GetPrj(aPrjName); in Read()
Completed in 42 milliseconds