Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 1883) sorted by relevance

12345678910>>...76

/AOO42X/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/
H A DJavamaker_Test.java124 PolyStruct s = new PolyStruct(); in testPolyStruct() local
125 assertTrue(s.member1 == null); in testPolyStruct()
126 assertTrue(s.member2 == 0); in testPolyStruct()
127 s = new PolyStruct("ABC", 5); in testPolyStruct()
128 assertTrue(s.member1.equals("ABC")); in testPolyStruct()
129 assertTrue(s.member2 == 5); in testPolyStruct()
134 Struct2 s = new Struct2(); in testEmptyStruct2() local
135 assertTrue(s.p1 == false); in testEmptyStruct2()
136 assertTrue(s.p2 == 0); in testEmptyStruct2()
137 assertTrue(s.p3 == 0); in testEmptyStruct2()
[all …]
/AOO42X/main/soltools/cpp/
H A D_lex.c346 Source *s = cursource; in gettokens() local
350 ip = s->inp; in gettokens()
353 s->lineinc = 0; in gettokens()
354 if (ip >= s->inl) in gettokens()
356 s->inl = s->inb; in gettokens()
357 fillbuf(s); in gettokens()
358 ip = s->inp = s->inb; in gettokens()
361 if (ip >= s->inb + (3 * INS / 4)) in gettokens()
363 memmove(s->inb, ip, 4 + s->inl - ip); in gettokens()
364 s->inl = s->inb + (s->inl - ip); in gettokens()
[all …]
/AOO42X/main/toolkit/doc/layout/
H A DTODO12 *** layout/import.hxx: what's this generator stuff?
46 6 Error(s) detected.
109s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "janneke\\vc\\layout-cws\\…
111s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "janneke\\vc\\layout-cws\\…
113s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "janneke\\vc\\layout-cws\\…
114s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\sor…
116s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\ins…
118s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\mov…
120s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "svx\\uiconfig\\layout\\fi…
133 …rep -v gitignore | grep 'git a'|grep -Ev 'a/(layout|scp2)/'|sed -e's@.*git a/@@' -e 's@/.*@@' | so…
[all …]
/AOO42X/main/registry/inc/registry/
H A Dreader.hxx151 rtl_uString * s = 0; in getDocumentation() local
152 typereg_reader_getDocumentation(m_handle, &s); in getDocumentation()
153 if (s == 0) { in getDocumentation()
156 return rtl::OUString(s, SAL_NO_ACQUIRE); in getDocumentation()
169 rtl_uString * s = 0; in getFileName() local
170 typereg_reader_getFileName(m_handle, &s); in getFileName()
171 if (s == 0) { in getFileName()
174 return rtl::OUString(s, SAL_NO_ACQUIRE); in getFileName()
210 rtl_uString * s = 0; in getTypeName() local
211 typereg_reader_getTypeName(m_handle, &s); in getTypeName()
[all …]
/AOO42X/main/solenv/inc/
H A D_tg_lib.mk33 …@echo $(LINK) +inst_close -c `cat $(LIB1TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(MISC)/…
37 …@echo $(LIBMGR) $(LIB1FLAGS) $(LIBFLAGS) $(LIB1ARCHIV) `cat $(LIB1TARGET) | sed s\#'^'$(ROUT)\#$(P…
56 …@+echo $(LIBMGR) $(LIB1FLAGS) $(LIBFLAGS) $(LIB1ARCHIV) `cat $(LIB1TARGET) | sed s#'^'$(ROUT)#$(PR…
81 @echo $(LIB1OBJFILES:s/.obj/.o/) | sed "s#$(PRJ:s/./\./)/$(ROUT)#$(ROUT)#g" | xargs -n 1 > $@
82 @cat /dev/null $(LIB1FILES:s/.obj/.o/) | xargs -n 1 >> $@
85 @-nm `cat $(LIB1TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(@:d)$(@:b).dump
87 @nm `cat $(LIB1TARGET) | sed s\#'^'$(ROUT)\#$(PRJ)/$(ROUT)\#g` > $(@:d)$(@:b).dump
92 @+-$(RM) $(@:s/.lib/.lin/)
94 @+$(TYPE) $(mktmp $(LIB1OBJFILES)) > $(null,$(LIB1OBJFILES) $(NULLDEV) $(@:s/.lib/.lin/))
97 @-$(TYPE) $(foreach,i,$(LIB1FILES) $(i:s/.lib/.lin/)) >> $(@:s/.lib/.lin/)
[all …]
H A Drules.mk29 @$(RM) $@ $(@:s/.obj/.o/)
33 $(COMMAND_ECHO)$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/)
36 @$(IFEXIST) $(@:s/.obj/.o/) $(THEN) $(TOUCH) $@ $(FI)
46 …p -f - -p$(OBJ) $(MKDEPFLAGS) $(CDEFS) $(CDEFSOBJ) $(CDEFSMT) $< ) > $(MISC)/o_$(@:f:s/.obj/.dpcc/)
47 @noop $(assign DEPS_MADE+:=o_$(@:f:s/.obj/.dpcc/))
53 @$(RM) $@ $(@:s/.obj/.o/)
56 $(COMMAND_ECHO)$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/)
58 @$(IFEXIST) $(@:s/.obj/.o/) $(THEN) $(TOUCH) $@ $(FI)
68 …p -f - -p$(OBJ) $(MKDEPFLAGS) $(CDEFS) $(CDEFSOBJ) $(CDEFSMT) $< ) > $(MISC)/o_$(@:f:s/.obj/.dpcc/)
69 @noop $(assign DEPS_MADE+:=o_$(@:f:s/.obj/.dpcc/))
[all …]
H A D_tg_zip.mk55 ZIP1DEPFILE=$(subst,$(COMMON_OUTDIR),$(OUTPATH) $(subst,/bin/,/misc/ $(ZIP1TARGETN:s/$(ZIP1EXT)/.dp…
89 … $(ZIP1DIR)))/ $(subst,$(OUTPATH),$(COMMON_OUTDIR) $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP1EXT)/)))…
91 …) $(ZIP1FLAGS) $(subst,$(OUTPATH),$(COMMON_OUTDIR) $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP1EXT)/)))…
96 … $(subst,LANGDIR,. $(subst,/LANGDIR, $(ZIP1DIR)))/ $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP1EXT)/)) …
98 …$(COMMAND_ECHO)-$(ZIPDEP) $(ZIP1FLAGS) $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP1EXT)/)) $(foreach,j,…
101 @echo $(@:n:s#\#/#) : makefile.mk >> $(MISC)/$(@:f)
106 @@$(!eq,$?,$(?:s/delzip/zzz/) -$(RM) echo) $(uniq $@ $(subst,$(COMMON_OUTDIR),$(OUTPATH) $@))
107 @$(eq,$?,$(?:s/delzip/zzz/) noop echo ) rebuilding zipfiles
109 @echo ------------------------------ $(eq,$?,$(?:s/delzip/zzz/) >&$(NULLDEV) )
114 …ubst,$(ZIP1HELPVAR),_ $(@:db))}$(ZIP1EXT) $(subst,LANGDIR_away/, $(ZIP1LIST:s/LANGDIR/LANGDIR_away…
[all …]
/AOO42X/main/extensions/source/macosx/spotlight/
H A Dunzip.m179 IN assertion: the stream s has been successfully opened for reading.
419 unz_s *s;
510 s=(unz_s*)ALLOC(sizeof(unz_s));
511 *s=us;
512 unzGoToFirstFile((unzFile)s);
513 return (unzFile)s;
531 unz_s* s;
534 s=(unz_s*)file;
536 if (s->pfile_in_zip_read!=NULL)
539 ZCLOSE(s->z_filefunc, s->filestream);
[all …]
/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx54 ostream& __cdecl endl1( ostream& s ){ in endl1() argument
56 s << endl; in endl1()
57 return s; in endl1()
60 ostream& __cdecl hex2( ostream& s ) { in hex2() argument
61 s.width( 2 ); s.fill( (const char)250 ); in hex2()
62 s << hex; in hex2()
63 return s; in hex2()
66 ostream& __cdecl hex4( ostream& s ) { in hex4() argument
67 s.width( 4 ); s.fill( (const char)250 ); in hex4()
68 s << hex ; in hex4()
[all …]
/AOO42X/main/cli_ure/qa/climaker/
H A Dclimaker.cs228 PolyStruct s = new PolyStruct(); in testPolyStruct()
229 l.assure(s.member1 == null); in testPolyStruct()
230 l.assure(s.member2 == 0); in testPolyStruct()
231 s = new PolyStruct("ABC", 5); in testPolyStruct()
232 l.assure(s.member1.Equals("ABC")); in testPolyStruct()
233 l.assure(s.member2 == 5); in testPolyStruct()
238 Struct2 s = new Struct2(); in testEmptyStruct2()
239 l.assure(s.p1 == false); in testEmptyStruct2()
240 l.assure(s.p2 == 0); in testEmptyStruct2()
241 l.assure(s.p3 == 0); in testEmptyStruct2()
[all …]
/AOO42X/main/solenv/bin/
H A Dbuild_release.pl315 printf STDERR "unknown option $argument %s\n", $argument;
329 printf STDERR "unknown command '%s'\n", $command;
338 print STDERR "can not open release description '%s'\n", $description_filename;
553 printf "including build %s\n", $package_id;
557 printf "skipping build %s: no platform match\n", $package_id;
558 printf "none of the platforms %s matches %s\n",
856 …printf STDERR "%s: there are languages that where not configured via --with-lang:\n", $message_hea…
857 printf STDERR "%s: %s\n", $message_head, join(", ", @missing_languages);
861 printf " %s\n", join(", ", @present_languages);
865 … printf STDERR "ERROR: please rerun configure with --with-lang=\"%s\"\n", join(" ", @languages);
[all …]
H A Dpatch_tool.pl170 … installer::logger::PrintError("can not find target installation set at '%s'\n", $target_path);
179 installer::logger::PrintError("can not find target msi file at '%s'\n", $target_msi_file);
197 installer::logger::PrintError(" '%s' has no target installation set\n", $language);
202 installer::logger::PrintError(" '%s' is not a released language for version %s\n",
241 PrintInfo("%s is already present in ext_sources/. Nothing to do\n", $basename);
297 …ller::logger::PrintError("can not create patch where target version is a new major version (%s)\n",
349 …aller::logger::Info->printf("Error: The UpgradeCode properties have to differ but are both '%s'\n",
378 $installer::logger::Info->printf(" '%s' and '%s'\n",
409 "Error: The PRODUCTBUILDID properties have to increase but are '%s' and '%s'\n",
434 … $installer::logger::Info->printf(" %s != %s\n", $source_product_name, $target_product_name);
[all …]
/AOO42X/main/sysui/desktop/solaris/
H A Dmailcap42 application/vnd.oasis.opendocument.text; %PREFIX -view %s
43 application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
44 application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
45 application/vnd.oasis.opendocument.text-master; %PREFIX -view %s
46 application/vnd.sun.xml.writer; %PREFIX -view %s
47 application/vnd.sun.xml.writer.template; %PREFIX -view %s
48 application/vnd.sun.xml.writer.global; %PREFIX -view %s
49 application/vnd.stardivision.writer; %PREFIX -view %s
50 application/vnd.stardivision.writer-global; %PREFIX -view %s
51 application/x-starwriter; %PREFIX -view %s
[all …]
/AOO42X/main/sysui/desktop/debian/
H A Dpostinst120 application/vnd.oasis.opendocument.text; %PREFIX -view %s
121 application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
122 application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
123 application/vnd.oasis.opendocument.text-master; %PREFIX -view %s
124 application/vnd.sun.xml.writer; %PREFIX -view %s
125 application/vnd.sun.xml.writer.template; %PREFIX -view %s
126 application/vnd.sun.xml.writer.global; %PREFIX -view %s
127 application/vnd.stardivision.writer; %PREFIX -view %s
128 application/vnd.stardivision.writer-global; %PREFIX -view %s
129 application/x-starwriter; %PREFIX -view %s
[all …]
/AOO42X/main/sysui/desktop/redhat/
H A Dredhat-menus.spec191 application/vnd.oasis.opendocument.text; %unixfilename -view %s
192 application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
193 application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
194 application/vnd.oasis.opendocument.text-master; %unixfilename -view %s
195 application/vnd.sun.xml.writer; %unixfilename -view %s
196 application/vnd.sun.xml.writer.template; %unixfilename -view %s
197 application/vnd.sun.xml.writer.global; %unixfilename -view %s
198 application/vnd.stardivision.writer; %unixfilename -view %s
199 application/vnd.stardivision.writer-global; %unixfilename -view %s
200 application/x-starwriter; %unixfilename -view %s
[all …]
/AOO42X/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec152 application/vnd.oasis.opendocument.text; %unixfilename -view %s
153 application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
154 application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
155 application/vnd.oasis.opendocument.text-master; %unixfilename -view %s
156 application/vnd.sun.xml.writer; %unixfilename -view %s
157 application/vnd.sun.xml.writer.template; %unixfilename -view %s
158 application/vnd.sun.xml.writer.global; %unixfilename -view %s
159 application/vnd.stardivision.writer; %unixfilename -view %s
160 application/vnd.stardivision.writer-global; %unixfilename -view %s
161 application/x-starwriter; %unixfilename -view %s
[all …]
/AOO42X/main/sysui/desktop/freedesktop/
H A Dfreedesktop-menus.spec54 # hack/workaround to make SuSE's brp-symlink-script happy. It wants the targets of all links
232 application/vnd.oasis.opendocument.text; %unixfilename -view %s
233 application/vnd.oasis.opendocument.text-template; %unixfilename -view %s
234 application/vnd.oasis.opendocument.text-web; %unixfilename -view %s
235 application/vnd.oasis.opendocument.text-master; %unixfilename -view %s
236 application/vnd.sun.xml.writer; %unixfilename -view %s
237 application/vnd.sun.xml.writer.template; %unixfilename -view %s
238 application/vnd.sun.xml.writer.global; %unixfilename -view %s
239 application/vnd.stardivision.writer; %unixfilename -view %s
240 application/vnd.stardivision.writer-global; %unixfilename -view %s
[all …]
/AOO42X/extras/l10n/source/hu/
H A Dlocalize.sdf34 …RR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 hu Érvénytelen eljáráshívás. 20200…
35 …IC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 hu Túlcsordulás. 20200…
39 …ASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 hu Többszörös definíció. …
40 …g RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 hu Osztás nullával. …
45 …RT SbERR_BAD_RESUME & ERRCODE_RES_MASK 0 hu Hiba nélküli folytatás. 2020041…
47 … SbERR_PROC_UNDEFINED & ERRCODE_RES_MASK 0 hu Aleljárás vagy függvényeljárás nincsen de…
49 …RID_BASIC_START SbERR_BAD_DLL_CALL & ERRCODE_RES_MASK 0 hu Hibás DLL-hívási konvenció…
59 …D_BASIC_START SbERR_READ_PAST_EOF & ERRCODE_RES_MASK 0 hu Olvasás a fájl vége (EOF) ut…
63 …ASIC_START SbERR_ACCESS_DENIED & ERRCODE_RES_MASK 0 hu Hozzáférés megtagadva. …
65 …RT SbERR_NOT_IMPLEMENTED & ERRCODE_RES_MASK 0 hu Nincs megvalósítva. 202…
[all …]
/AOO42X/main/connectivity/source/resource/
H A Dconn_log_res.src47 Text = "c$1$: created statement, statement id: s$2$";
57 Text = "c$1$: prepared statement, statement id: s$2$";
67 Text = "c$1$: prepared call, statement id: s$2$";
107 Text = "s$1$: retrieving generated values";
112 Text = "s$1$: getGeneratedValues: falling back to statement: $2$";
117 Text = "s$1$: going to execute: $2$";
122 Text = "s$1$: going to execute query: $2$";
127 Text = "s$1$: closing/disposing statement";
132 Text = "s$1$: going to execute update: $2$";
137 Text = "s$1$: update count: $2$";
[all …]
/AOO42X/main/solenv/bin/modules/installer/
H A Depmfile.pm94 $installer::logger::Lang->printf("%s : %s : %s\n",
112 $installer::logger::Lang->printf("%s : %s\n", $abbreviation, $packagename);
485 $installer::logger::Lang->printf("Using license file: \"%s\"!\n", $$fileref);
827 $installer::logger::Lang->printf("Using epmfile: %s\n", $epmname);
925 $installer::logger::Info->printf("... %s ...\n", $systemcall);
949 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
954 …$installer::logger::Info->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemc…
955 …$installer::logger::Lang->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemc…
995 … $installer::logger::Lang->printf("Success: Added line %s into file !\n", $insertline, $filename);
1029 $installer::logger::Lang->printf("Info: Changed in %s file: \"%s\" to \"\"!\n",
[all …]
/AOO42X/main/svl/source/svdde/
H A Dddesvr.cxx108 String s( sTopics.GetToken( 0, '\t', n )); in SV_IMPL_VARARR() local
109 if( s == reinterpret_cast<const sal_Unicode*>(chTopicBuf) ) in SV_IMPL_VARARR()
161 String s( sTopics.GetToken( 0, '\t', n )); in SV_IMPL_VARARR() local
162 s.EraseAllChars( '\n' ).EraseAllChars( '\r' ); in SV_IMPL_VARARR()
163 if( !hText1 || s == reinterpret_cast<const sal_Unicode*>(chTopicBuf) ) in SV_IMPL_VARARR()
165 DdeString aDStr( pInst->hDdeInstSvr, s ); in SV_IMPL_VARARR()
382 DdeService* s; in FindService() local
384 for ( s = rSvc.First(); s; s = rSvc.Next() ) in FindService()
386 if ( *s->pName == hService ) in FindService()
387 return s; in FindService()
[all …]
/AOO42X/main/toolkit/src2xml/source/
H A Dsrc2xml.py168 s = root.dump()
169 return s
193 def post_process (s): argument
195 s = re.sub ('(</?)([a-z]+)-([a-z]+)-([a-z]+)', r'\1\2\3\4', s)
196 s = re.sub ('(</?)([a-z]+)-([a-z]+)', r'\1\2\3', s)
197s = re.sub ('(<(checkbox|(cancel|help|ignore|ok|push|more|no|radio|reset|retry|yes)button|(fixed(i…
198 s = re.sub (' (height|width|x|y)="[0-9]*"', '', s)
199 s = re.sub (' (label|text|title)="', r' _\1="', s)
200 s = re.sub ('&([^m][^p]*[^;]*)', r'&amp;\1', s)
201 s = re.sub (' hide="(TRUE|true|1)"', ' show="false"', s)
[all …]
/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java166 public void add(Style s) { in add() argument
167 styles.addElement(s); in add()
190 Style s = (Style)styles.elementAt(i); in lookup() local
191 if ((name != null) && (s.getName() != null) in lookup()
192 && (!s.getName().equals(name))) in lookup()
194 if ((family != null) && (s.getFamily() != null) in lookup()
195 && (!s.getFamily().equals(family))) in lookup()
197 if ((parent != null) && (s.getParent() != null) in lookup()
198 && (!s.getParent().equals(parent))) in lookup()
200 if ((styleClass != null) && (s.getClass() != styleClass)) in lookup()
[all …]
/AOO42X/main/vcl/source/fontsubset/
H A Dttcr.cxx311 sal_uInt32 s, offset, checkSumAdjustment = 0; in StreamToMemory() local
345 s = offset = 12 + 16 * n; in StreamToMemory()
348 s += (te[i].length + 3) & (sal_uInt32) ~3; in StreamToMemory()
352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory()
380 for (i = 0; i < (int)s / 4; i++) checkSumAdjustment += p[i]; in StreamToMemory()
384 *length = s; in StreamToMemory()
454 CmapSubTable *s; /* sorted array of sub-tables */ member
557 CmapSubTable *s; in TrueTypeTableDispose_cmap() local
563 s = t->s; in TrueTypeTableDispose_cmap()
564 if (s) { in TrueTypeTableDispose_cmap()
[all …]
/AOO42X/main/sdext/source/pdfimport/test/testdocs/
H A Dmakefile.mk46 @echo UNO_TYPES=$(UNOUCRRDB:s/\/\\/) >> $@
51 $(foreach,i,$(TESTFILES:s/.pdf/_pdfi_unittest_writer_succeeded/:f) $(MISC)$/$i) \
52 $(foreach,i,$(TESTFILES:s/.pdf/_pdfi_unittest_impress_succeeded/:f) $(MISC)$/$i) \
53 $(foreach,i,$(TESTFILES:s/.pdf/_pdfi_unittest_draw_succeeded/:f) $(MISC)$/$i)
55 $(MISC)$/%_pdfi_unittest_writer_succeeded : $$(@:s/_succeeded/.xml/:f)
56 rm -f $(MISC)$/$(@:s/_succeeded/.xml/:f)
57 …$(BIN)$/pdf2xml -writer $(@:s/_pdfi_unittest_writer_succeeded/.pdf/:f) $(MISC)$/$(@:s/_succeeded/.…
58 diff $(MISC)$/$(@:s/_succeeded/.xml/:f) $(@:s/_succeeded/.xml/:f)
60 $(MISC)$/%_pdfi_unittest_impress_succeeded : $$(@:s/_succeeded/.xml/:f)
61 rm -f $(MISC)$/$(@:s/_succeeded/.xml/:f)
[all …]

12345678910>>...76