Searched refs:fullname (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | registry.pm | 116 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 D | file.pm | 263 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/xmlsecurity/source/xmlsec/ |
H A D | saxhelper.cxx | 345 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 D | mkpolygons.pl | 63 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 D | mkeffects.pl | 59 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 D | mktransitions.pl | 61 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 D | InstallationSet.pm | 79 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 D | cpp2.c | 576 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.java | 207 String fullname = util.utils.getFullTestURL(name); in loadDocument() local 210 Object obj = factory.loadDocument(fullname); in loadDocument()
|
H A D | _XScriptSecurity.java | 384 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 D | TextDocument.java | 398 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 D | systemactions.pm | 1717 my $fullname; 1734 $fullname = $path . $installer::globals::separator . $item; 1741 if( -d $fullname) 1743 push @directory_queue, [$fullname, $relative_path . $sep . $item];
|
/aoo41x/main/nss/ |
H A D | nss_win.patch | 159 - count = snprintf(fullname, sizeof(fullname), "%s/%s", basedir, relpath); 160 + count = PR_snprintf(fullname, sizeof(fullname), "%s/%s", basedir, relpath); 161 if (count >= sizeof(fullname)) {
|
Completed in 132 milliseconds