Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 214) sorted by relevance

123456789

/trunk/extras/l10n/source/st/
H A Dlocalize.sdf38 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 …]
/trunk/main/nss/
H A Dnss_win.patch682 + sd = st[d];
688 + sa0 = st[c];
689 + sb1 = st[d];
694 + sd0 = st[b];
700 + sa2 = st[a];
701 + sb2 = st[b];
713 + sb = st[d];
828 st[0U] =
1051 vec *st)
1067 + vec *st;
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dfp.s188 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 …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s26 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 …]
/trunk/main/scripting/workben/mod/_scripting/
H A DTestDataLoader.java61 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()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx454 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 …]
/trunk/main/soltools/mkdepend/
H A Dinclude.c56 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 Dmain.c476 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);
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1104 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()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java95 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java403 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()
/trunk/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s144 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
/trunk/main/desktop/source/pagein/
H A Dfile_image_unx.c49 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XExecutableDialog.java151 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.java229 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()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx152 #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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatusException.java58 public StatusException( Status st ) { in StatusException() argument
59 super( st.getRunStateString() ); in StatusException()
60 status = st; in StatusException()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DActiveSyncDriver.java66 StringTokenizer st = new StringTokenizer(strClassPath, ";"); in Convert() local
69 while (st.hasMoreTokens()) { in Convert()
70 String s = st.nextToken(); in Convert()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/share/
H A DDescGetter.java179 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()
/trunk/main/officecfg/registry/schema/
H A Doo-ldap-attr-map.properties37 # organizationalPerson.st (state)
38 org.openoffice.UserProfile/Data/st = st
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dfinnish.lm23 st 1390
212 stä 194
391 stä_ 109
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf7578 …tring RID_SHELLRES_AUTOFMTSTRS STR_AUTOFMTREDL_ORDINAL+1 0 hu A "1st" cseréje "1^st"-re 20200…
9629 …E_ADDRESS 9 0 hu A hivatkozás stílusa: 0 vagy a HAMIS érték R1C1 stílust jelent, minden más vagy…
9689 …_INDIRECT 5 0 hu A hivatkozás stílusa: 0 vagy a HAMIS érték R1C1 stílust jelent, minden más vagy…
10145 …\globstr.src 0 string RID_GLOBSTR STR_PIVOT_OVERLAP 0 hu A kimutatástáblák egymást nem fedhetik …
21795 …VT_FONTMAP_STYLENOTAVAILABLE 0 hu Ez a betűstílus más stílus átalakításával, vagy a leginkább h…
29988 …xt\shared\autokorr\13000000.xhp 0 help hd_id3147090 2 0 hu A 1st ... cserélve lett 1^st ...-re …
42449 …>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…
55334 …e\text\scalc\01\04060109.xhp 0 help par_id3149302 136 0 hu STYLE("stílus"; idő; "stílus_2") 2…
55335 …lp par_id3150596 137 0 hu A \<emph\>stílus\</emph\> a cellához rendelt stílus neve. …
67144stílusok;kategóriák\</bookmark_value\>\<bookmark_value\>karakterstílusok;stíluskategóriák\</bookma…
[all …]
/trunk/main/svtools/prj/
H A Dbuild.lst1 st svtools : L10N:l10n svl offapi toolkit ucbhelper unotools JPEG:jpeg cppu cppuhelper comphelper s…
2 st svtools\prj nmake - all st_prj NULL
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx39 namespace st = System::Text;
379 st::StringBuilder* sb = new st::StringBuilder(256); in invokeObject()
583 st::StringBuilder * sb = new st::StringBuilder(512); in Invoke()
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf7578 …g RID_SHELLRES_AUTOFMTSTRS STR_AUTOFMTREDL_ORDINAL+1 0 cs Nahradit 1st... za 1^st... 20200411…
26938 …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[,...]…
26939 …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[,...]]]…
29988 …xt\shared\autokorr\13000000.xhp 0 help hd_id3147090 2 0 cs 1st ... bylo nahrazeno za 1st ... …
34109 helpcontent2 source\text\shared\04\01010000.xhp 0 help par_id8308969 0 cs Umístění středu objekt…
42299 …400.xhp 0 help hd_id3159400 25 0 cs Format ordinal number suffixes (1st ... 1^st) 20200411 15…
42300 …racters of ordinals, such as 1st, 2nd, or 3rd, as superscripts. For example, in English text, 1st
43498 … 0 cs \<bookmark_value\>text; stín\</bookmark_value\>\<bookmark_value\>znaky; stín\</bookmark_val…
43847 …ranému objektu stín. Pokud již objekt stín má, odstraní se stín. Pokud na tuto ikonu klepnete, kd…
50170 …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…
[all …]

Completed in 2727 milliseconds

123456789