/aoo4110/extras/l10n/source/st/ |
H A D | localize.sdf | 38 sfx2 source\appl\app.src 0 string STR_CLOSE 0 st Sluit 2002-02-02 02:02:02 40 sfx2 source\appl\app.src 0 string STR_BYTES 0 st Grepe 2002-02-02 02:02:02 41 sfx2 source\appl\app.src 0 string STR_KB 0 st kilogreep 2002-02-02 02:02:02 42 sfx2 source\appl\app.src 0 string STR_MB 0 st megagreep 2002-02-02 02:02:02 43 sfx2 source\appl\app.src 0 string STR_GB 0 st gigagreep 2002-02-02 02:02:02 49 sfx2 source\appl\app.src 0 string GID_VIEW 0 st Bekyk 2002-02-02 02:02:02 52 sfx2 source\appl\app.src 0 string GID_MACRO 0 st BASIC 2002-02-02 02:02:02 57 sfx2 source\appl\app.src 0 string GID_TEXT 0 st Teks 2002-02-02 02:02:02 58 sfx2 source\appl\app.src 0 string GID_FRAME 0 st Raam 2002-02-02 02:02:02 61 sfx2 source\appl\app.src 0 string GID_DATA 0 st Data 2002-02-02 02:02:02 [all …]
|
/aoo4110/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | fp.s | 188 st %f0, [%o0] 196 st %f1, [%o0] 204 st %f2, [%o0] 212 st %f3, [%o0] 220 st %f4, [%o0] 228 st %f5, [%o0] 236 st %f6, [%o0] 244 st %f7, [%o0] 252 st %f9, [%o0] 260 st %f11, [%o0] [all …]
|
/aoo4110/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | call.s | 26 st %i0, [%fp+68] 27 st %i1, [%fp+72] 28 st %i2, [%fp+76] 29 st %i3, [%fp+80] 30 st %i4, [%fp+84] 31 st %i5, [%fp+88] 81 st %l0, [%l3] 183 st %o0, [%i2] 187 st %o0, [%i2] 192 st %f0, [%i2] [all …]
|
/aoo4110/main/scripting/workben/mod/_scripting/ |
H A D | TestDataLoader.java | 61 StringTokenizer st = new StringTokenizer(s, ";"); in setupData() local 63 current = previous = st.nextToken(); in setupData() 64 list.add(getParameters(st)); in setupData() 71 StringTokenizer st = new StringTokenizer(s, ";"); in setupData() local 73 current = st.nextToken(); in setupData() 81 list.add(getParameters(st)); in setupData() 90 private static Parameters getParameters(StringTokenizer st) { in getParameters() argument 94 while (st.hasMoreTokens()) { in getParameters() 95 String pair = st.nextToken(); in getParameters()
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 454 StateTransition st(this); in resolve() local 455 if (st.enter( RESOLVED ) && in resolve() 459 st.commit(); // changing state in resolve() 515 StateTransition st(this); in activate() local 516 if (st.enter( ACTIVE )) { in activate() 520 st.commit(); // changing state in activate() 572 StateTransition st(this); in deactivate() local 576 st.commit(); in deactivate() 609 StateTransition st(this); in end() local 610 if (st.enter( ENDED, StateTransition::FORCE )) { in end() [all …]
|
/aoo4110/main/soltools/mkdepend/ |
H A D | include.c | 56 struct stat st; local 103 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !( st.st_mode & S_IFDIR)) { 119 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !(st.st_mode & S_IFDIR)) { 235 struct stat st; local 242 if (lstat(buf, &st) == 0 243 && (st.st_mode & S_IFMT) == S_IFLNK) {
|
H A D | main.c | 476 struct stat st; local 488 fstat(fd, &st); 490 size_backup = st.st_size; 508 if ( st.st_mode & S_IFREG ) 660 struct stat st; local 677 if (stat("Makefile", &st) == 0) 679 else if (stat("makefile", &st) == 0) 685 stat(makefile, &st); 719 chmod(makefile, st.st_mode); 721 fchmod(fileno(fdout), st.st_mode);
|
/aoo4110/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 95 private String st; field in MyPersistObject 120 st = "Though this be madness, yet there is method in 't."; in MyPersistObject() 149 st = inStream.readUTF(); in read() 151 System.out.println("read called" + s + " " + i + " " + st); in read() 169 outStream.writeUTF(st); in write() 203 st = (String)value; in setPropertyValue() 226 return st; in getPropertyValue()
|
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 1104 int st; in ReadHeader() local 1107 for ( st = 0; st < 3 + 513; st++ ) in ReadHeader() 1111 if (st < 2) nOffset = nStartPos+st*512; in ReadHeader() 1112 else if (st == 2) { in ReadHeader() 1121 …nOffset = 509+st; // illogical : more logical will be nStartPos+509+st or to consider that nStartP… in ReadHeader() 1140 if (st >= 3 && actualConfid != 20) continue; in ReadHeader() 1149 if (st < 2) { confidence[st] = --actualConfid; continue; } in ReadHeader() 1167 if (st < 2) { confidence[st] = --actualConfid; continue; } in ReadHeader() 1185 if (st < 2 && actualConfid != 20) { confidence[st] = actualConfid; continue; } in ReadHeader() 1198 if (st < 2 && actualConfid != 20) { confidence[st] = actualConfid; continue; } in ReadHeader()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | APIDescGetter.java | 403 StringTokenizer st = new StringTokenizer(_ifc_name, ":"); in createClassName() local 413 for (int i = 0; st.hasMoreTokens(); i++) in createClassName() 415 String token = st.nextToken(); in createClassName() 420 if (!st.hasMoreTokens()) in createClassName() 741 StringTokenizer st = new StringTokenizer(job, ","); in getSubInterfaces() local 743 for (int i = 0; st.hasMoreTokens(); i++) in getSubInterfaces() 745 String token = st.nextToken(); in getSubInterfaces() 759 StringTokenizer st = new StringTokenizer(job, ","); in getSubObjects() local 761 for (int i = 0; st.hasMoreTokens(); i++) in getSubObjects() 763 namesList.add(st.nextToken()); in getSubObjects()
|
/aoo4110/main/sal/osl/unx/asm/ |
H A D | interlck_sparc.s | 144 st %o3,[%o2] 146 st %o0,[%o1] 155 st %o3,[%o2] 157 st %o0,[%o1] 180 st %o1, [%o0] 202 st %o1, [%o0] ! delay slot
|
/aoo4110/main/desktop/source/pagein/ |
H A D | file_image_unx.c | 49 struct stat st; in file_image_open() local 60 if (fstat (fd, &st) == -1) in file_image_open() 66 p = mmap (0, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in file_image_open() 73 image->m_base = p, image->m_size = st.st_size; in file_image_open()
|
/aoo4110/main/qadevOOo/tests/java/ifc/ui/dialogs/ |
H A D | _XExecutableDialog.java | 151 long st = System.currentTimeMillis(); in closeDialog() local 158 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog() 173 st = System.currentTimeMillis(); in closeDialog() 180 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
|
H A D | _XFilePickerNotifier.java | 229 long st = System.currentTimeMillis(); in closeDialog() local 236 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog() 251 st = System.currentTimeMillis(); in closeDialog() 258 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
|
/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 152 #define ADD_AS_PREFILLED( st, out ) \ in iso8601_duration_to_local_duration() argument 153 if ( st.length() == 0 ) \ in iso8601_duration_to_local_duration() 155 else if ( st.length() == 1 ) \ in iso8601_duration_to_local_duration() 157 out += st; in iso8601_duration_to_local_duration()
|
/aoo4110/main/qadevOOo/runner/lib/ |
H A D | StatusException.java | 58 public StatusException( Status st ) { in StatusException() argument 59 super( st.getRunStateString() ); in StatusException() 60 status = st; in StatusException()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | ActiveSyncDriver.java | 66 StringTokenizer st = new StringTokenizer(strClassPath, ";"); in Convert() local 69 while (st.hasMoreTokens()) { in Convert() 70 String s = st.nextToken(); in Convert()
|
/aoo4110/main/qadevOOo/runner/share/ |
H A D | DescGetter.java | 179 StringTokenizer st = new StringTokenizer(job, ","); in getSubInterfaces() local 181 for (int i = 0; st.hasMoreTokens(); i++) in getSubInterfaces() 183 String token = st.nextToken(); in getSubInterfaces()
|
/aoo4110/main/officecfg/registry/schema/ |
H A D | oo-ldap-attr-map.properties | 37 # organizationalPerson.st (state) 38 org.openoffice.UserProfile/Data/st = st
|
/aoo4110/main/libtextcat/data/new_fingerprints/lm/ |
H A D | finnish.lm | 23 st 1390 212 stä 194 391 stä_ 109
|
/aoo4110/main/svtools/prj/ |
H A D | build.lst | 1 st svtools : L10N:l10n svl offuh toolkit ucbhelper unotools JPEG:jpeg cppu cppuhelper comphelper sa… 2 st svtools\prj nmake - all st_prj NULL
|
/aoo4110/extras/l10n/source/hu/ |
H A D | localize.sdf | 4829 …VT_FONTMAP_STYLENOTAVAILABLE 0 hu Ez a betűstílus más stílus átalakításával, vagy a leginkább h… 6082 …\globstr.src 0 string RID_GLOBSTR STR_PIVOT_OVERLAP 0 hu A kimutatástáblák egymást nem fedhetik … 7934 …E_ADDRESS 9 0 hu A hivatkozás stílusa: 0 vagy a HAMIS érték R1C1 stílust jelent, minden más vagy… 7994 …_INDIRECT 5 0 hu A hivatkozás stílusa: 0 vagy a HAMIS érték R1C1 stílust jelent, minden más vagy… 23065 …stílusok;kategóriák\</bookmark_value\>\<bookmark_value\>karakterstílusok;stíluskategóriák\</bookma… 23133 …u A "Szövegtörzs" stílus feltételes stílusként lett létrehozva. Ezért minden olyan stílus, amely e… 41066 …e\text\scalc\01\04060109.xhp 0 help par_id3149302 136 0 hu STYLE("stílus"; idő; "stílus_2") 2… 41067 …lp par_id3150596 137 0 hu A \<emph\>stílus\</emph\> a cellához rendelt stílus neve. … 49254 …xt\shared\autokorr\13000000.xhp 0 help hd_id3147090 2 0 hu A 1st ... cserélve lett 1^st ...-re … 53329 …>Megjeleníti a kiválasztott stílus nevét. Ha egyéni stílust hoz létre vagy módosít, írja be a stíl… [all …]
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 39 namespace st = System::Text; 379 st::StringBuilder* sb = new st::StringBuilder(256); in invokeObject() 583 st::StringBuilder * sb = new st::StringBuilder(512); in Invoke()
|
/aoo4110/extras/l10n/source/cs/ |
H A D | localize.sdf | 9434 …src 0 string RID_OFAPAGE_AUTOCORR_QUOTE ST_ORDINAL 252 cs Nahradit 1st... za 1^st... 20130618… 31256 …ared\03090303.xhp 0 help par_id3154366 4 0 cs On N GoSub Návěstí 1[, Návěstí 2[, Návěstí 3[,...]… 31257 …303.xhp 0 help par_id3150769 5 0 cs On Číselný_výraz GoTo Návěstí1[, Návěstí2[, Návěstí3[,...]]]… 35986 …0 cs Každý snímek má jen jeden středový bod. Poklepáním na objekt přesunete středový bod do středu… 49254 …xt\shared\autokorr\13000000.xhp 0 help hd_id3147090 2 0 cs 1st ... bylo nahrazeno za 1st ... … 53634 … 0 cs \<bookmark_value\>text; stín\</bookmark_value\>\<bookmark_value\>znaky; stín\</bookmark_val… 53946 …ranému objektu stín. Pokud již objekt stín má, odstraní se stín. Pokud na tuto ikonu klepnete, kd… 54919 …400.xhp 0 help hd_id3159400 25 0 cs Format ordinal number suffixes (1st ... 1^st) 20130618 17… 54920 …racters of ordinals, such as 1st, 2nd, or 3rd, as superscripts. For example, in English text, 1st … 60552 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id8308969 0 cs Umístění středu objekt… [all …]
|
/aoo4110/main/sw/source/ui/chrdlg/ |
H A D | ccoll.src | 134 < " 1st Outline Level" ; > ; 144 < " 1st Numbering Level" ; > ;
|