| /trunk/main/ |
| H A D | set_soenv.in | 59 $USE_MINGW, $platform, 123 $platform = `./config.guess`; 124 chomp( $platform ); 216 if ( $platform =~ m/solaris/ ) 218 if ($platform =~ m/^i[3456]86/) 265 elsif ( $platform =~ m/netbsd/ ) 268 if ($platform =~ m/^i[3456]86/) 278 elsif ($platform =~ m/^sparc/) 288 elsif ($platform =~ m/powerpc/) 299 { print "Unsupported NetBSD architecture: $platform \n"; [all …]
|
| /trunk/main/l10ntools/scripts/ |
| H A D | localize.pl | 152 my $platform = defined $10 ? $10 : ''; 159 … $string_hash_ooo { $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line; 163 … $string_hash_so{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line; 216 my $platform = defined $10 ? $10 : ''; 220 … ( defined $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } ) 223 …sdf_file , $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } ; 224 … $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = undef; 455 my $platform = defined $10 ? $10 : ''; 463 … $fallbackhashhash_ref->{ $cur_lang }{ $prj.$gid.$lid.$file.$type.$platform.$helpid } = $line ; 516 my $platform = defined $10 ? $10 : ''; [all …]
|
| H A D | localize_old.pl | 121 my $platform = defined $10 ? $10 : ''; 148 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line ; 157 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line ; 198 my $platform = defined $10 ? $10 : ''; 202 $index{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line ; 458 my $platform = defined $10 ? $10 : ''; 466 … $fallbackhashhash_ref->{ $cur_lang }{ $prj.$gid.$lid.$file.$type.$platform.$helpid } = $line ; 520 my $platform = defined $10 ? $10 : ''; 538 …push @{ $output{ $prj.$gid.$lid.$file.$type.$platform.$helpid } } , $leftpart."\t".$lang."\t".$ri… 546 push @order , $prj.$gid.$lid.$file.$type.$platform.$helpid; [all …]
|
| /trunk/main/l10ntools/java/receditor/java/transex3/model/ |
| H A D | SdfEntity.java | 32 private String platform; field in SdfEntity 58 …y1, String resource_type, String gid, String lid, String helpid, String platform, String dummy2, S… in SdfEntity() argument 67 this.platform = platform; in SdfEntity() 106 +lid+"\t"+helpid+"\t"+platform+"\t"+dummy2+"\t"+langid+"\t" in toString() 110 return project+gid+lid+source_file+resource_type+platform+helpid; in getId() 122 return platform; in getPlatform() 125 public void setPlatform(String platform) { in setPlatform() argument 126 this.platform = platform; in setPlatform()
|
| /trunk/main/postprocess/checkdeliver/ |
| H A D | checkdeliver.pl | 43 my $platform = ''; 74 $platform = $ENV{INPATH}; 82 'p=s' => \$platform 90 if ( ! ( $platform && $srcrootdir && $solverdir ) ) { 117 my $pattern = "$solverdir/$platform/inc"; 168 … next if ( (! /\/$module\/$platform\/[bl]i[nb]\//) && (! /\/$module\/$platform\/misc\/build\//)); 217 $sfile =~ s/\/$platform\/(...)\//\/$platform\/$1$milestoneext\//;
|
| /trunk/main/l10ntools/java/jpropex/java/ |
| H A D | SdfEntity.java | 33 private String platform = new String(""); field in SdfEntity 76 …y1, String resource_type, String gid, String lid, String helpid, String platform, String dummy2, S… in SdfEntity() argument 85 this.platform = platform; in SdfEntity() 125 ….append( lid ).append( "\t" ).append( helpid ).append( "\t" ).append( platform ).append( "\t" ).ap… in toString() 129 …d ).append( lid ).append( source_file ).append( resource_type ).append( platform ).append( helpid … in getId() 141 return platform; in getPlatform() 144 public void setPlatform(String platform) { in setPlatform() argument 145 this.platform = platform; in setPlatform()
|
| /trunk/main/solenv/bin/modules/packager/ |
| H A D | work.pm | 172 my $platform = $ENV{INPATH}; # wntmsci10.pro, unxsols4.pro 173 my $platformpath = $prj . $packager::globals::separator . $platform; 208 do_broadcast($tempdir, $prjname, $prj, $platform, $prjdep); 260 my ( $tempdir, $prjname, $prj, $platform, $prjdep ) = @_; 280 print $tmpfile_handle "\"$cwsworkstamp;$platform;$prjname;$prjdir;nobase;$prjdep\""; 281 print "to tmpfile: \"$cwsworkstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"\n"; 284 print $tmpfile_handle "\"$workstamp;$platform;$prjname;$prjdir;nobase;$prjdep\""; 285 print "to tmpfile: \"$workstamp;$platform;$prjname;$prjdir;nobase;$prjdep\"\n";
|
| /trunk/main/odk/ |
| H A D | setsdkenv_unix.sh.in | 148 platform='Solaris Sparc' 151 platform='Solaris x86' 166 platform=MacOSX 179 platform=Linux 190 platform=FreeBSD 281 if [ "${platform}" = "MacOSX" ] 332 echo " * SDK environment is prepared for ${platform}" 347 if [ "${platform}" = "MacOSX" ]
|
| /trunk/main/solenv/gbuild/ |
| H A D | gbuild_simple.mk | 34 include $(GBUILDDIR)/platform/linux.mk 38 include $(GBUILDDIR)/platform/winmingw.mk 40 include $(GBUILDDIR)/platform/windows.mk 44 include $(GBUILDDIR)/platform/solaris.mk 47 include $(GBUILDDIR)/platform/macosx.mk 49 include $(GBUILDDIR)/platform/freebsd.mk
|
| H A D | gbuild.mk | 131 include $(GBUILDDIR)/platform/linux.mk 135 include $(GBUILDDIR)/platform/winmingw.mk 137 include $(GBUILDDIR)/platform/windows.mk 141 include $(GBUILDDIR)/platform/solaris.mk 144 include $(GBUILDDIR)/platform/macosx.mk 147 include $(GBUILDDIR)/platform/freebsd.mk 150 include $(GBUILDDIR)/platform/os2.mk
|
| /trunk/main/l10ntools/scripts/tool/ |
| H A D | sdf.py | 85 platform = "" variable in SdfEntity 111 …ource_file="", dummy1="0", resource_type="", gid="", lid="", helpid="", platform="", dummy2="0", l… argument 120 self.platform = platform; 143 self.platform = splitted[ self.const._PLATFORM_POS ] 160 …self.gid, "\t", self.lid, "\t", self.helpid, "\t", self.platform, "\t", self.dummy2, "\t" , self.l… 164 …project, self.gid, self.lid, self.source_file, self.resource_type, self.platform, self.helpid, sel…
|
| /trunk/main/desktop/test/deployment/passive/ |
| H A D | makefile.mk | 55 ProtocolHandler.xcu $(MISC)/$(TARGET)/platform.components \ 65 $(MISC)/$(TARGET)/platform.components \ 71 platform.components generic.components $(SHL1TARGETN:f) \ 74 $(MISC)/$(TARGET)/platform.components : $(SOLARENV)/bin/packcomponents.xslt \ 75 $(MISC)/$(TARGET)/platform.components.input \ 79 $(MISC)/$(TARGET)/platform.components.input 81 $(MISC)/$(TARGET)/platform.components.input :
|
| /trunk/main/solenv/bin/ |
| H A D | build.pl | 889 my $platform = $1; 892 mark_platform($alias, $platform); 971 my ($platform, $dependencies, $dir, $dir_alias); 978 $platform = $1; 985 if (!check_platform($platform)) { 1183 my $platform = shift; 1184 return 1 if ($platform eq 'all'); 1185 return 1 if (($ENV{GUI} eq 'WIN') && ($platform eq 'w')); 1186 return 1 if (($ENV{GUI} eq 'UNX') && ($platform eq 'u')); 1187 return 1 if (($ENV{GUI} eq 'OS2') && ($platform eq 'p')); [all …]
|
| /trunk/main/setup_native/scripts/ |
| H A D | javaloader.sh | 392 platform=`uname -p` # valid values are "sparc" or "i386" 393 searchstring="<architecture>$platform</architecture>" 398 if [ "$platform" = "sparc" ]; then 514 platform=`uname -s` 550 …errortext="Error: Platform $platform not supported for Java Runtime Environment (JRE) installation… 558 platform=`uname -s`
|
| H A D | langpackscript.sh | 35 platform=`uname -s` 37 case $platform in 67 case $platform in 152 case $platform in
|
| H A D | downloadscript.sh | 37 platform=`uname -s` 39 case $platform in
|
| /trunk/main/solenv/bin/modules/ |
| H A D | CreatePDBRelocators.pm | 166 my ($platform, $filesref) = @_; 171 $ret |= $self->collect_files ($srcdir, $platform, $filesref); 179 my ($srcdir, $platform, $filesref) = @_; 180 my $template = "$srcdir/*/$platform";
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | SystemUtil.java | 59 private static String platform = System.getProperty("os.name"); field in SystemUtil 89 return platform.startsWith("Windows"); in isWindows() 93 return platform.startsWith("Linux"); in isLinux() 97 return platform.startsWith("Mac"); in isMac() 101 return platform.endsWith("BSD"); in isBSD()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
| H A D | utils.java | 923 String platform = "unknown"; in getOfficeOS() local 929 platform = "wntmsci"; in getOfficeOS() 931 platform = "unxlngi"; in getOfficeOS() 936 platform = "unxsols"; in getOfficeOS() 938 platform = "unxsoli"; in getOfficeOS() 944 return platform; in getOfficeOS()
|
| /trunk/main/bridges/test/java_uno/nativethreadpool/ |
| H A D | makefile.mk | 36 ERROR -- missing platform 97 ERROR -- missing platform 107 ERROR -- missing platform
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XDisplayConnection.idl | 49 the platform specific window id. If empty, the handler should be 65 the platform specific window id the handler should be deregistered for. 95 @returns a unique platform dependent identifier for a display connection.
|
| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDragSourceListener.idl | 64 /** Called as the hotspot enters a platform dependent drop site. 76 /** Called as the hotspot exits a platform dependent drop site. 88 /** Called as the hotspot moves over a platform dependent drop site.
|
| /trunk/main/udkapi/com/sun/star/uri/ |
| H A D | XExternalUriReferenceTranslator.idl | 37 “file” URL to filenames on a given platform: The UNO environment 40 platform-specific way), while other applications typically assume that path 41 segments of “file” URLs directly represent a platform's
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/ |
| H A D | CheckModuleAPI.java | 266 final String platform = (String) param.get(PropertyName.OPERATING_SYSTEM); in getDmakeCommands() local 267 log.println("prepare command for platform " + platform); in getDmakeCommands() 269 if (platform.equals(PropertyName.WNTMSCI)) in getDmakeCommands()
|
| /trunk/main/scripting/source/pyprov/ |
| H A D | officehelper.py | 28 from sys import platform 52 if platform.startswith("win"):
|