Home
last modified time | relevance | path

Searched refs:s (Results 151 – 175 of 1909) sorted by relevance

12345678910>>...77

/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java121 String s = new String(); in getByte() local
124 s = s + tmpByte + " "; in getByte()
128 Debug.log(Debug.TRACE, "Encoding Token " + t.getValue() + " as [" + s + "]"); in getByte()
373 private short findSheetIndex(String s) { in findSheetIndex() argument
378 if (s.startsWith("$")) { in findSheetIndex()
379 sheetName = s.substring(1,s.length()); // Remove $ in findSheetIndex()
381 sheetName = s.substring(0,s.length()); in findSheetIndex()
431 String s = parseString.substring(parseString.indexOf('.') + 1, parseString.length()); in threeDCellRefEncoder() local
432 Debug.log(Debug.TRACE,"Parsing : " + s); in threeDCellRefEncoder()
433 byte cellRefBytes[] = encodeCellCoordinates(s); in threeDCellRefEncoder()
/aoo41x/main/solenv/inc/
H A Dtg_zip.mk59 ZIP$(TNR)DEPFILE=$(subst,$(COMMON_OUTDIR),$(OUTPATH) $(subst,/bin/,/misc/ $(ZIP$(TNR)TARGETN:s/$(ZI…
95 …IP$(TNR)FLAGS) $(subst,$(OUTPATH),$(COMMON_OUTDIR) $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP$(TNR)EXT…
100 …bst,LANGDIR,. $(subst,/LANGDIR, $(ZIP$(TNR)DIR)))/ $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP$(TNR)EXT…
102 …$(COMMAND_ECHO)-$(ZIPDEP) $(ZIP$(TNR)FLAGS) $(subst,/misc/,/bin/ $(@:s/.dpzz/$(ZIP$(TNR)EXT)/)) $(…
105 @echo $(@:n:s#\#/#) : makefile.mk >> $(MISC)/$(@:f)
110 @@$(!eq,$?,$(?:s/delzip/zzz/) -$(RM) echo) $(uniq $@ $(subst,$(COMMON_OUTDIR),$(OUTPATH) $@))
111 @$(eq,$?,$(?:s/delzip/zzz/) noop echo ) rebuilding zipfiles
113 @echo ------------------------------ $(eq,$?,$(?:s/delzip/zzz/) >&$(NULLDEV) )
118 …)HELPVAR),_ $(@:db))}$(ZIP$(TNR)EXT) $(subst,LANGDIR_away/, $(ZIP$(TNR)LIST:s/LANGDIR/LANGDIR_away…
134 @$(IFEXIST) $@.$(INPATH) $(THEN) $(RENAME:s/+//) $@.$(INPATH) $@ $(FI)
[all …]
H A D_tg_app.mk153 @-echo 1 ICON $(EMQ)"$(APP1ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP1LINKRES:b).rc
241 @-+echo ICON 1 $(EMQ)"$(APP1ICON:s#/#\\\\#)$(EMQ)" >> $(MISC)$/$(APP1LINKRES:b).rc
413 @-echo 1 ICON $(EMQ)"$(APP2ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP2LINKRES:b).rc
501 @-+echo ICON 1 $(EMQ)"$(APP2ICON:s#/#\\\\#)$(EMQ)" >> $(MISC)$/$(APP2LINKRES:b).rc
673 @-echo 1 ICON $(EMQ)"$(APP3ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP3LINKRES:b).rc
933 @-echo 1 ICON $(EMQ)"$(APP4ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP4LINKRES:b).rc
1193 @-echo 1 ICON $(EMQ)"$(APP5ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP5LINKRES:b).rc
1453 @-echo 1 ICON $(EMQ)"$(APP6ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP6LINKRES:b).rc
1713 @-echo 1 ICON $(EMQ)"$(APP7ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP7LINKRES:b).rc
1973 @-echo 1 ICON $(EMQ)"$(APP8ICON:s/\/\\/)$(EMQ)" >> $(MISC)/$(APP8LINKRES:b).rc
[all …]
/aoo41x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars() argument
295 if( n>=tableSize ) lcl_formatChars( table, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars()
297 s += OUString::valueOf( table[ n % tableSize ] ); in lcl_formatChars()
301 void lcl_formatChars1( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars1() argument
310 s += OUString::valueOf( table[ n%tableSize ] ); in lcl_formatChars1()
322 s += OUString::valueOf( table_small[ n % tableSize ] ); in lcl_formatChars2()
324 s += OUString::valueOf( table_capital[ n % tableSize ] ); in lcl_formatChars2()
334 s += OUString::valueOf( table_capital[ n%tableSize ] ); in lcl_formatChars3()
337 s += OUString::valueOf( table_small[ n%tableSize ] ); in lcl_formatChars3()
341 int should_ignore( OUString s ) in should_ignore() argument
[all …]
/aoo41x/main/offapi/com/sun/star/drawing/
H A DXShapeCombiner.idl51 /** combines <type>Shape</type>s
54 the <type>Shape</type>s inside this container are converted
55 to <type>PolyPolygonBezierShape</type>s and are than combined
57 The <type>Shape</types>s in xShape will be removed from the
63 to the <type>GenericDrawPage</type> of the source <type>Shape</type>s.
70 /** splits <type>Shape</type>s.
74 <type>PolyPolygonBezierShape</type>s and then splited into
75 several <type>PolyPolygonBezierShape</type>s
76 The <type>Shape</types>s in xShape will be removed from the
/aoo41x/main/tools/source/misc/
H A Dgetprocessworkingdir.cxx41 rtl::OUString s(RTL_CONSTASCII_USTRINGPARAM("$OOO_CWD")); in getProcessWorkingDir() local
42 rtl::Bootstrap::expandMacros(s); in getProcessWorkingDir()
43 if (s.getLength() == 0) { in getProcessWorkingDir()
47 } else if (s[0] == '1') { in getProcessWorkingDir()
48 *url = s.copy(1); in getProcessWorkingDir()
50 } else if (s[0] == '2' && in getProcessWorkingDir()
51 (osl::FileBase::getFileURLFromSystemPath(s.copy(1), *url) == in getProcessWorkingDir()
/aoo41x/main/solenv/bin/modules/installer/windows/
H A Dfile.pm60 sprintf("ERROR: No module assignment found for %s", $file->{'gid'}),
70 sprintf("ERROR: No cabinet file assigned to module \"%s\" %s",
649 … $installer::logger::Info->printf("creating new file item for '%s'\n", $row->GetValue('File'));
711 installer::logger::PrintError("can not find file '%s' in previous version (tried '%s')\n",
907 … "ERROR: There is already another component condition for file %s: \"%s\" and \"%s\" !",
977 $installer::logger::Lang->printf(" removed file %d: %s\n",
983 $installer::logger::Lang->printf(" %16s -> %s\n", $key, $value);
989 $installer::logger::Lang->printf(" added file %d: %s\n",
1167 $installer::logger::Lang->printf("Created idt file: %s\n", $filetablename);
1210 $installer::logger::Lang->printf("Created idt file: %s\n", $filehashtablename);
H A Dfeaturecomponent.pm52 sprintf("ERROR: No component defined for file %s", $onefile->{'Name'}),
63 sprintf("ERROR: No modules found for file %s", $onefile->{'Name'}),
114 sprintf("ERROR: No component defined for registry %s", $oneregistry->{'gid'}),
122 sprintf("ERROR: No modules found for registry %s", $oneregistry->{'gid'}),
131 my $oneline = sprintf("%s\t%s\n", $feature_name, $component_name);
209 …$installer::logger::Lang->printf("Number of components at feature $onefeature : %s\n", $featurecom…
259 $installer::logger::Lang->printf("Created idt file: %s\n", $featurecomponenttablename);
/aoo41x/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx133 Derived & operator+=(difference_type const & s) in operator +=() argument
135 maIter1 += s; in operator +=()
136 maIter2 += s; in operator +=()
140 Derived & operator-=(difference_type const & s) in operator -=() argument
142 maIter1 -= s; in operator -=()
143 maIter2 -= s; in operator -=()
147 Derived operator+(difference_type const & s) const in operator +()
150 ret += s; in operator +()
154 Derived operator-(difference_type const & s) const in operator -()
157 ret -= s; in operator -()
/aoo41x/main/nss/
H A Dnss.patch.mingw30 ASM_SUFFIX=s
42 CC_VERSION=`"${CC}" -v 2>&1 | grep Version | sed -e 's|.* Version ||' -e 's| .*||'`
44 s%@LIB_SUFFIX@%$LIB_SUFFIX%g
45 s%@DLL_SUFFIX@%$DLL_SUFFIX%g
46 s%@ASM_SUFFIX@%$ASM_SUFFIX%g
47 +s%@LIB_PREFIX@%$LIB_PREFIX%g
48 s%@MKSHLIB@%$MKSHLIB%g
49 s%@DSO_CFLAGS@%$DSO_CFLAGS%g
50 s%@DSO_LDOPTS@%$DSO_LDOPTS%g
/aoo41x/main/sc/source/filter/inc/
H A Dxestream.hxx263 #define XESTRING_TO_PSZ(s) \ argument
264 (s.Len() && s.GetChar( 0 ) != 0 ? XclXmlUtils::ToOString( s ).getStr() : NULL)
285 static ::rtl::OString ToOString( const ::rtl::OUString& s );
287 static ::rtl::OString ToOString( const String& s );
292 static ::rtl::OString ToOString( const XclExpString& s );
295 static ::rtl::OUString ToOUString( const char* s );
297 static ::rtl::OUString ToOUString( const String& s );
299 static ::rtl::OUString ToOUString( const XclExpString& s );
/aoo41x/main/i18npool/source/search/
H A Dlevdis.hxx97 WLevDisPatternMem( sal_Int32 s ) { cp = new sal_Unicode[ s ]; in WLevDisPatternMem() argument
98 bp = new bool[ s ]; in WLevDisPatternMem()
111 WLevDisDistanceMem( size_t s ) { p = 0; NewMem(s); } in WLevDisDistanceMem() argument
114 int* NewMem( size_t s ) { if (p) delete [] p; in NewMem() argument
115 return (p = new int[ s<3 ? 3 : s ]); in NewMem()
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java307 String s = (String) field.get(target); in get() local
311 …return (s != null && !s.equals(PropertyNames.EMPTY_STRING) && s.equals("true")) ? Boolean.TRUE : B… in get()
315 if (s == null || s.equals(PropertyNames.EMPTY_STRING)) in get()
321 return new Integer(s); in get()
326 if (s == null || s.equals(PropertyNames.EMPTY_STRING)) in get()
332 return new Double(s); in get()
/aoo41x/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl57 then every change in the control model's value is <em>immediately</em> reflected
62 …<ul><li>The control model's own <code>ReadOnly</code> property (if present) is kept in sync with t…
63 binding's <code>ReadOnly</code> property. That is, any control using the value
65 <li>The control model's own <code>Enabled</code> property (if present) is kept in sync
66 with the binding's <code>Relevant</code> property. That is, any control using
71 <p>In both cases, explicit changes of the model's property are ignored if they would relax
73 For instance, if the binding declares it's value to
76 fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
78 … The very same holds for the binding's <member>ValueBinding::Relevant</member> and the control
79 model's <code>Enabled</code> properties.</p>
/aoo41x/main/uui/source/
H A Dsecmacrowarnings.cxx54 String s; in GetContentPart() local
64 s = String( _rRawString, nContStart, nContEnd - nContStart ); in GetContentPart()
67 return s; in GetContentPart()
348 String s; in SetStorage() local
349 s = GetContentPart( rInfos[ 0 ].Signer->getSubjectName(), aCN_Id ); in SetStorage()
353 s.AppendAscii( "\n" ); in SetStorage()
354 s += GetContentPart( rInfos[ i ].Signer->getSubjectName(), aCN_Id ); in SetStorage()
357 maSignsFI.SetText( s ); in SetStorage()
368 String s; in SetCertificate() local
369 s = GetContentPart( mxCert->getSubjectName(), aCN_Id ); in SetCertificate()
[all …]
/aoo41x/main/libxslt/
H A Dlibxslt-win_manifest.patch14 of.WriteLine(s.replace(/\@WITH_DEBUGGER\@/, withDebugger? "1" : "0"));
15 } else if (s.search(/\@WITH_MODULES\@/) != -1) {
16 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
17 + } else if (s.search(/\@WITH_PROFILER\@/) != -1) {
18 + of.WriteLine(s.replace(/\@WITH_PROFILER\@/, "0"));
19 } else if (s.search(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/) != -1) {
20 of.WriteLine(s.replace(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/, "NULL"));
H A Dlibxslt-mingw.patch5 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
9 - lt_sed_strip_trailing_spaces="s/[ ]*\$//"
22 $SED -e 's|^:*||' -e 's|:*$||'`
26 - lt_sed_strip_trailing_spaces="s/[ ]*\$//"
/aoo41x/main/configmgr/qa/unit/
H A Dtest.cxx392 rtl::OUString s; in testKeyFetch() local
397 s); in testKeyFetch()
402 s); in testKeyFetch()
411 rtl::OUString s; in testKeySet() local
417 s); in testKeySet()
418 CPPUNIT_ASSERT(s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("baa"))); in testKeySet()
427 rtl::OUString s; in testKeyReset() local
433 s); in testKeyReset()
439 rtl::OUString s; in testSetSetMemberName() local
447 s); in testSetSetMemberName()
[all …]
/aoo41x/main/solenv/bin/modules/installer/
H A Dsimplepackage.pm120 $installer::logger::Info->printf("... current dir: %s ...\n", $currentdir);
128 $installer::logger::Info->printf("... %s ...\n", $systemcall);
355 …$installer::logger::Info->printf("... creating %s file ...\n", $installer::globals::packageformat);
451 $installer::logger::Info->printf("... %s ...\n", $systemcall);
566 $installer::logger::Info->printf("... %s ...\n", $systemcall);
585 $installer::logger::Info->printf("... removing %s ...\n", $tempdir);
671 $installer::logger::Lang->printf("Try to create directory %s\n", $destdir);
713 $installer::logger::Lang->printf("Copy: $source to %s\n", $destination);
718 … $installer::logger::Lang->printf("ERROR: Could not copy %s to %s\n", $source, $destination);
759 $installer::logger::Lang->printf("Creating link: \"ln -sf %s %s\"\n",
[all …]
/aoo41x/main/svl/source/svdde/
H A Dddeinf.cxx129 String* s; in ~DdeServiceList() local
130 while ( ( s = aServices.First() ) != NULL ) in ~DdeServiceList()
132 aServices.Remove( s ); in ~DdeServiceList()
133 delete s; in ~DdeServiceList()
155 String* s; in ~DdeTopicList() local
156 while ( ( s = aTopics.First() ) != NULL ) in ~DdeTopicList()
158 aTopics.Remove( s ); in ~DdeTopicList()
159 delete s; in ~DdeTopicList()
/aoo41x/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm143 printf STDERR ("can not open idt file %s for reading\n", $filename);
170 … printf STDERR ("reading wrong table data for table '%s' (got %s)\n", $self->{'name'}, $items[0]);
297 …printf STDERR ("did not find column %s in %s\n", $column_name, join(" and ", @{$self->{'columns'}}…
380 printf STDERR ("ERROR: did not find row for %s->%s in %s\n",
/aoo41x/main/helpcontent2/util/
H A Dtarget.pmk31 …foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/.…
35 …ARY_PATH) -cp "$(my_cp)" com.sun.star.help.HelpIndexerTool -lang $(@:b:s/_/./:e:s/.//) -mod $(LINK…
37 …ARY_PATH) -cp "$(my_cp)" com.sun.star.help.HelpIndexerTool -lang $(@:b:s/_/./:e:s/.//) -mod $(LINK…
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfilterdialogstrings.src99 …Text [ en-US ] = "Do you really want to delete the XML Filter '%s'? This action cannot be undone.…
104 Text [ en-US ] = "An XML filter with the name '%s' already exists. Please enter a different name.";
164 Text [ en-US ] = "The XML filter '%s' has been saved as package '%s'. ";
169 Text [ en-US ] = "%s XML filters have been saved in the package '%s'.";
179 Text [ en-US ] = "The XML filter '%s' has been installed successfully.";
184 Text [ en-US ] = "%s XML filters have been installed successfully.";
189 …Text [ en-US ] = "No XML filter could be installed because the package '%s' does not contain any X…
/aoo41x/main/vcl/source/gdi/
H A Dimpimagetree.cxx78 std::auto_ptr< SvStream > s(new SvMemoryStream); in wrapStream() local
83 s->Write(data.getConstArray(), n); in wrapStream()
88 s->Seek(0); in wrapStream()
89 return s; in wrapStream()
96 std::auto_ptr< SvStream > s(wrapStream(stream)); in loadFromStream() local
99 vcl::PNGReader aPNGReader( *s ); in loadFromStream()
105 ReadDIBBitmapEx(bitmap, *s); in loadFromStream()
337 css::uno::Reference< css::io::XInputStream > s; in find() local
338 bool ok = i->second->getByName(*j) >>= s; in find()
340 loadFromStream(s, *j, bitmap); in find()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaData.idl63 /** indicates whether a column's case matters.
118 /** indicates the column's normal max width in chars.
141 /** gets a column's name.
152 /** gets a column's table's schema.
163 /** gets a column's number of decimal digits.
174 /** gets a column's number of digits to right of the decimal point.
185 /** gets a column's table name.
196 /** gets a column's table's catalog name.
207 /** retrieves a column's SQL type.
218 /** retrieves a column's database-specific type name.

Completed in 159 milliseconds

12345678910>>...77