| /AOO41X/extras/l10n/source/st/ |
| H A D | localize.sdf | 32 sfx2 source\bastyp\fltfnc.src 0 string STR_FILTER_NOT_INSTALLED 0 st Die… 33 sfx2 source\bastyp\fltfnc.src 0 string STR_FILTER_CONSULT_SERVICE 0 st Die… 34 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_USED 0 st Toegepaste styl… 35 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_USERDEF 0 st Doelgemaakt… 36 sfx2 source\appl\sfx.src 0 string STR_STYLE_FILTER_ALL 0 st Alle style … 37 sfx2 source\appl\app.src 0 string STR_NONAME 0 st Titelloos 200… 38 sfx2 source\appl\app.src 0 string STR_CLOSE 0 st Sluit 2002-02… 39 sfx2 source\appl\app.src 0 string STR_STYLE_FILTER_AUTO 0 st Outomaties … 40 sfx2 source\appl\app.src 0 string STR_BYTES 0 st Grepe 2002-02… 41 sfx2 source\appl\app.src 0 string STR_KB 0 st kilogreep 2002-02… [all …]
|
| /AOO41X/main/nss/ |
| H A D | nss_win.patch | 658 uint32_t sa = st[a]; 659 uint32_t sb0 = st[b]; 678 st[a] = sa + sb0; 679 - uint32_t sd = st[d]; 680 - uint32_t sa10 = st[a]; 682 + sd = st[d]; 683 + sa10 = st[a]; 685 st[d] = Hacl_Impl_Chacha20_rotate_left(sda, (uint32_t)16U); 686 - uint32_t sa0 = st[c]; 687 - uint32_t sb1 = st[d]; [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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] 120 st %i2, [%sp+64] 183 st %o0, [%i2] 187 st %o0, [%i2] [all …]
|
| /AOO41X/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()
|
| /AOO41X/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 573 if (st.enter( FROZEN, StateTransition::FORCE )) { in deactivate() 576 st.commit(); in deactivate() 609 StateTransition st(this); in end() local [all …]
|
| /AOO41X/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);
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/officecfg/registry/schema/ |
| H A D | oo-ldap-attr-map.properties | 37 # organizationalPerson.st (state) 38 org.openoffice.UserProfile/Data/st = st
|
| /AOO41X/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | finnish.lm | 23 st 1390 212 stä 194 391 stä_ 109
|
| /AOO41X/main/svtools/prj/ |
| H A D | build.lst | 1 st svtools : L10N:l10n svl offuh toolkit ucbhelper unotools JPEG:jpeg cppu cppuhelper comphelper… 2 st svtools\prj nmake - all st_prj NULL
|
| /AOO41X/extras/l10n/source/hu/ |
| H A D | localize.sdf | 92 … 0 hu Biztosan törölni akarja a(z) XX programkönyvtárra mutató hivatkozást? 20130… 1587 …erInterface.Commands..uno:DataDataPilotRun Label 0 hu Kimutatástábla létrehozása... … 1595 …erInterface.Commands..uno:DataPilotFilter Label 0 hu Kimutatástábla szűrő … 1613 …erInterface.Commands..uno:DeletePivotTable Label 0 hu Kimutatástábla törlése … 1710 …erInterface.Commands..uno:RecalcPivotTable Label 0 hu Kimutatástábla frissítése … 1800 …s.UserInterface.Popups..uno:DataPilotMenu Label 0 hu Kimutatástábla 201… 1995 …rface.Commands..uno:DBNewQueryAutoPilot Label 0 hu Lekérdezéstündér... … 1998 …terface.Commands..uno:DBNewReportAutoPilot Label 0 hu Jelentéstündér... … 1999 …..uno:DBNewReportAutoPilotWithPreSelection Label 0 hu Jelentéstündér... … 2385 ….UserInterface.Effects.ooo-emphasis-font-style Label 0 hu Betűstílus cseréje … [all …]
|
| /AOO41X/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()
|
| /AOO41X/extras/l10n/source/cs/ |
| H A D | localize.sdf | 57 basctl source\basicide\basidesh.src 0 string RID_STR_OPEN 0 cs Načíst … 81 …c 0 string RID_STR_COULDNTREAD 0 cs Soubor nelze přečíst 20130… 200 …ldlg.src 0 fixedtext RID_TP_LIBS RID_STR_BASICS 130 cs Umístění 20… 211 …rc 0 checkbox RID_DLG_LIBS RID_CB_REPL 146 cs Nahradit stávající knihovny … 626 …siness.Tables.employees.Fields.officelocation Name 0 cs UmístěníKanceláře … 805 …izard.business.Tables.events.Fields.location Name 0 cs Umístění 20… 806 …d.business.Tables.events.Fields.location ShortName 0 cs Umístění 20… 881 …ness.Tables.expenses.Fields.amountspent ShortName 0 cs UtrČást 20130618… 1002 …s.transactions.Fields.withdrawalamount ShortName 0 cs VybírČást 201306… 1004 ….Tables.transactions.Fields.depositamount ShortName 0 cs UklČást 20130618… [all …]
|