Home
last modified time | relevance | path

Searched refs:separator (Results 51 – 75 of 214) sorted by relevance

123456789

/aoo4110/main/solenv/bin/modules/installer/
H A Dlanguagepack.pm247 my $onefile = $installdir . $installer::globals::separator . ${$rpmsav}[$i];
429 $newscriptfilename = $installdir . $installer::globals::separator . $newscriptfilename;
446 my $longpackagename = $installdir . $installer::globals::separator . $packagename;
484 my $longpackagename = $installdir . $installer::globals::separator . $packagename;
H A Dconfiguration.pm742 $savefilename = $configdir . $installer::globals::separator . $savefilename;
787 my $longzipfilename = $configdir . $installer::globals::separator . $zipfilename;
808 …destination'} = "share" . $installer::globals::separator . "uno_packages" . $installer::globals::s…
H A Dglobals.pm484 $separator = "/";
497 $separator = "/";
510 $separator = "/";
H A Dcopyproject.pm64 my $destination = $installdir . $installer::globals::separator . $onefile->{'Name'};
88 my $destination = $installdir . $installer::globals::separator . $onefile->{'DestinationName'};
H A Dstrip.pm118 my $strippeddir = $strippeddirbase . $installer::globals::separator . $onelanguage;
121 my $destfilename = $strippeddir . $installer::globals::separator . $shortfilename;
H A Dsubstfilenamefiles.pm67 …acedir = $replacedirbase . $installer::globals::separator . $onelanguage . $installer::globals::se…
H A Denvironment.pm42 …my $solarpath = $environment->{'SOLARVERSION'} . $installer::globals::separator . $installer::glob…
45 …my $solarcommonpath = $environment->{'SOLARVERSION'} . $installer::globals::separator . "common" .…
H A Dscpzipfiles.pm125 …acedir = $replacedirbase . $installer::globals::separator . $onelanguage . $installer::globals::se…
H A Dupx.pm135 my $upxdir = $upxdirbase . $installer::globals::separator . $onelanguage;
138 my $destfilename = $upxdir . $installer::globals::separator . $shortfilename;
/aoo4110/main/offapi/com/sun/star/rdf/
H A DXURI.idl48 <li>after the first occurrence of the fragment separator: "#"</li>
49 <li>after the last occurrence of the path separator: "/"</li>
50 <li>after the last occurrence of the scheme separator: ":"</li>
/aoo4110/main/solenv/bin/modules/installer/windows/
H A Dassembly.pm219 my $msiassemblytablename = $basedir . $installer::globals::separator . "MsiAssem.idt";
301 my $msiassemblynametablename = $basedir . $installer::globals::separator . "MsiAsseN.idt";
317 my $componenttablename = $basedir . $installer::globals::separator . "Componen.idt";
H A Dstrip.pm134 my $strippeddir = $strippeddirbase . $installer::globals::separator . $onelanguage;
137 my $destfilename = $strippeddir . $installer::globals::separator . $shortfilename;
/aoo4110/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java191 if ( !url.endsWith( File.separator ) ) in prependCurrentDirAsAbsoluteFileURL()
192 buf.append( File.separator ); in prependCurrentDirAsAbsoluteFileURL()
204 buf.append( File.separator ); in createTargetDataFile()
/aoo4110/main/offapi/com/sun/star/style/
H A DPageProperties.idl419 /** contains the weight of the separator line between the text and the footnote area.
423 /** contains the color of the separator line between the text and the footnote area..
427 /** contains the relative width of the separator line between the text and the footnote area.
431 /** contains the adjustment of the separator line between the text and the footnote area.
436 /** contains the distance between the text and the separator line between the
441 /** contains the distance between the footnote area and the separator line between
/aoo4110/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl89 <dd> The format code was hard defined, only the date separator
106 /// #,##0 <br/>Integer number with group separator
108 /// #,##0.00 <br/>Decimal number with group separator
148 /// #,##0 DM <br/>Integer currency format with group separator
150 /// #,##0.00 DM <br/>Decimal currency format with group separator
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java135 File targetfile = new File(targetDir, File.separator + in generate()
245 File.separator + "program" + File.separator + "classes")); in getConfigureClasspath()
/aoo4110/main/dbaccess/source/ui/dlg/
H A DAutoControls_tmpl.hrc328 …Text[ en-US ] = "Field separator" ; …
344 …Text[ en-US ] = "Text separator" ; …
359 …Text[ en-US ] = "Decimal separator" ; …
381 …Text[ en-US ] = "Thousands separator" ; …
/aoo4110/main/configmgr/source/
H A Dxcuparser.cxx450 rtl::OString separator; in handlePropValue() local
487 separator = rtl::OString(s.begin, s.length); in handlePropValue()
522 valueParser_.separator_ = separator; in handlePropValue()
535 rtl::OString separator; in handleLocpropValue() local
576 separator = rtl::OString(s.begin, s.length); in handleLocpropValue()
622 valueParser_.separator_ = separator; in handleLocpropValue()
/aoo4110/main/solenv/bin/modules/packager/
H A Dcheck.pm44 …::packlistname = $projectdir . $packager::globals::separator . "util" . $packager::globals::separa…
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystemBeanInfo.java46 ICONLOCATION + File.separator + "OpenOfficeDocFileSystemIcon.png";
48 ICONLOCATION + File.separator + "OpenOfficeDocFileSystemIcon32.png";
/aoo4110/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java172 sModulePath += File.separator; in getQaUnoApiPath()
190 sModulePath += File.separator; in getQaUnoApiPath()
192 sModulePath += File.separator; in getQaUnoApiPath()
/aoo4110/main/scripting/java/org/openoffice/idesupport/
H A DOfficeInstallation.java75 if (!name.startsWith(File.separator)) in getPath()
76 name = File.separator + name; in getPath()
/aoo4110/main/scripting/workben/installer/
H A DZipData.java58 if (destination.lastIndexOf(File.separator) != -1) { in extractEntry()
59 destName = destination.substring(destination.lastIndexOf(File.separator) + 1); in extractEntry()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DFrameworkJarChecker.java46 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in mountDependencies()
94 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in unmountDependencies()
/aoo4110/main/offapi/com/sun/star/ui/
H A DActionTriggerSeparator.idl29 /** describes a separator entry. Such entries are of interest
34 /** determins the type of the separator using constants from

Completed in 249 milliseconds

123456789