Home
last modified time | relevance | path

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

/aoo41x/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm116 my $fullname = $componentname; # This can be longer than 72
118 if (exists($installer::globals::allregistrycomponents_{$fullname})
119 && ! exists($installer::globals::allregistrycomponents_in_this_database_{$fullname}))
123 …"ERROR: Windows registry component \"$fullname\" is already included into another package. This is…
127 if ( exists($installer::globals::allregistrycomponents_{$fullname}) )
129 $componentname = $installer::globals::allregistrycomponents_{$fullname};
138 $installer::globals::allregistrycomponents_{$fullname} = $componentname;
139 $installer::globals::allregistrycomponents_in_this_database_{$fullname} = 1;
H A Dfile.pm263 my $fullname = $componentname; # This can be longer than 72
265 …taller::globals::allcomponents{$fullname}) ) && ( ! exists($installer::globals::allcomponents_in_t…
268 …installer::exiter::exit_program("ERROR: Component \"$fullname\" is already included into another p…
271 if ( exists($installer::globals::allcomponents{$fullname}) )
273 $componentname = $installer::globals::allcomponents{$fullname};
282 $installer::globals::allcomponents{$fullname} = $componentname;
283 $installer::globals::allcomponents_in_this_database{$fullname} = 1;
/aoo41x/main/nss/
H A Dnss_bug_1437734.patch102 char fullname[FNSIZE];
111 - sprintf(fullname, "%s/%s", basedir, relpath);
112 + count = snprintf(fullname, sizeof(fullname), "%s/%s", basedir, relpath);
113 + if (count >= sizeof(fullname)) {
116 JzipAdd(fullname, relpath, zipfile, compression_level);
/aoo41x/main/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx345 xmlChar* fullname = NULL ; in endElement() local
347 fullname = ous_to_xmlstr( aName ) ; in endElement()
348 m_pSaxHandler->endElement( m_pParserCtxt , fullname ) ; in endElement()
350 if( fullname != NULL ) in endElement()
352 xmlFree( ( xmlChar* )fullname ) ; in endElement()
353 fullname = NULL ; in endElement()
/aoo41x/main/basegfx/qa/
H A Dmkpolygons.pl63 my $fullname = File::Spec->catfile ($TempDir, $filename);
64 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
68 return new IO::File ($fullname, "w");
/aoo41x/main/slideshow/qa/tools/
H A Dmkeffects.pl59 my $fullname = File::Spec->catfile ($TempDir, $filename);
60 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
64 return new IO::File ($fullname, "w");
H A Dmktransitions.pl61 my $fullname = File::Spec->catfile ($TempDir, $filename);
62 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
66 return new IO::File ($fullname, "w");
/aoo41x/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm79 my $fullname = File::Spec->catfile($path_to_7zip, "7z.exe");
80 return undef unless -f $fullname;
81 return undef unless -x $fullname;
83 return $fullname;
/aoo41x/main/rsc/source/rscpp/
H A Dcpp2.c576 char fullname[NAM$C_MAXRSS + 1]; local
585 nam.nam$l_esa = fullname; /* Expanded filename */
588 fullname[nam.nam$b_esl] = EOS; /* Terminate string */
/aoo41x/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java207 String fullname = util.utils.getFullTestURL(name); in loadDocument() local
210 Object obj = factory.loadDocument(fullname); in loadDocument()
H A D_XScriptSecurity.java384 String fullname = util.utils.getFullTestURL(name); in loadDocument() local
387 Object obj = factory.loadDocument(fullname); in loadDocument()
/aoo41x/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java398 String fullname = gn + PropertyNames.SPACE + sn; in setWizardTemplateDocInfo() local
414 xDocProps2.setAuthor(fullname); in setWizardTemplateDocInfo()
415 xDocProps2.setModifiedBy(fullname); in setWizardTemplateDocInfo()
/aoo41x/main/solenv/bin/modules/installer/
H A Dsystemactions.pm1717 my $fullname;
1734 $fullname = $path . $installer::globals::separator . $item;
1741 if( -d $fullname)
1743 push @directory_queue, [$fullname, $relative_path . $sep . $item];

Completed in 74 milliseconds