Home
last modified time | relevance | path

Searched refs:s (Results 26 – 50 of 1916) sorted by last modified time

12345678910>>...77

/trunk/main/svx/source/form/
H A Dfiltnav.src52 Text [ en-US ] = "I~s not Null" ;
/trunk/main/boost/
H A Dboost_1_55_0.patch267 // assign_nodes takes ownership of the container's elements,
278 // move_assign_nodes takes ownership of the container's
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx208 …FcResult FcPatternGetCharSet( const FcPattern* pPattern, const char* object, int n, FcCharSet** s ) in FcPatternGetCharSet() argument
209 { return m_pFcPatternGetCharSet( pPattern, object, n, s ); } in FcPatternGetCharSet()
211 FcResult FcPatternGetString( const FcPattern* pPattern, const char* object, int n, FcChar8** s ) in FcPatternGetString() argument
212 { return m_pFcPatternGetString( pPattern, object, n, s ); } in FcPatternGetString()
214 FcResult FcPatternGetInteger( const FcPattern* pPattern, const char* object, int n, int* s ) in FcPatternGetInteger() argument
215 { return m_pFcPatternGetInteger( pPattern, object, n, s ); } in FcPatternGetInteger()
217 FcResult FcPatternGetDouble( const FcPattern* pPattern, const char* object, int n, double* s ) in FcPatternGetDouble() argument
218 { return m_pFcPatternGetDouble( pPattern, object, n, s ); } in FcPatternGetDouble()
220 FcResult FcPatternGetBool( const FcPattern* pPattern, const char* object, int n, FcBool* s ) in FcPatternGetBool() argument
221 { return m_pFcPatternGetBool( pPattern, object, n, s ); } in FcPatternGetBool()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.ulf47 en-US = "Setup was unable to find the file '%s'."
51 en-US = "Invalid command line option '%s'. Please use '/?' for help."
55 …"This package requires at least the version '%s' of the Windows Installer. \nYou have Windows Inst…
58 en-US = "This package requires the Windows Installer. \nYou need at least Windows Installer '%s' on…
/trunk/main/formula/source/ui/dlg/
H A Dformdlgs.src32 // Titel wird dynamisch gesetzt (s.u.)
85 // Titel wird dynamisch gesetzt (s.u.)
/trunk/main/starmath/source/
H A Dcommands.src1079 Text = "size s b" ;
/trunk/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi385 ExecWait '$INSTDIR\java\WINDOWSJAVAFILENAMEPLACEHOLDER /s /v"/qn REBOOT=Suppress"'
394 ExecWait '$INSTDIR\java\WINDOWSJAVAFILENAMEPLACEHOLDER /s /v"/qn REBOOT=Suppress"'
418 ExecWait '$INSTDIR\java\WINDOWSJAVAFILENAMEPLACEHOLDER /s /v"/qr REBOOT=Suppress"'
/trunk/main/
H A DLICENSE_ALv281 Contribution(s) alone or by combination of their Contribution(s)
82 with the Work to which such Contribution(s) was submitted. If You
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx658 const char* s = "DEFAULTFONT_SANS_UNKNOWN"; in GetDefaultFont() local
662 case DEFAULTFONT_UI_SANS: s = "DEFAULTFONT_UI_SANS"; break; in GetDefaultFont()
664 case DEFAULTFONT_SANS: s = "DEFAULTFONT_SANS"; break; in GetDefaultFont()
669 case DEFAULTFONT_SERIF: s = "DEFAULTFONT_SERIF"; break; in GetDefaultFont()
670 case DEFAULTFONT_LATIN_TEXT: s = "DEFAULTFONT_LATIN_TEXT"; break; in GetDefaultFont()
673 case DEFAULTFONT_FIXED: s = "DEFAULTFONT_FIXED"; break; in GetDefaultFont()
675 case DEFAULTFONT_UI_FIXED: s = "DEFAULTFONT_UI_FIXED"; break; in GetDefaultFont()
677 case DEFAULTFONT_SYMBOL: s = "DEFAULTFONT_SYMBOL"; break; in GetDefaultFont()
679 case DEFAULTFONT_CJK_TEXT: s = "DEFAULTFONT_CJK_TEXT"; break; in GetDefaultFont()
685 case DEFAULTFONT_CTL_TEXT: s = "DEFAULTFONT_CTL_TEXT"; break; in GetDefaultFont()
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl100 … Because it's not possible to distinguish between more then one components; if all of them
106 … <td>It's a list of all types, which can be detected by this extended detection component.
H A DFilterFactory.idl168 … <td>It's the uno service name of the document type, which can be handled by this filter.
176 … Because it's not possible to distinguish between more then one filters; if all of them
198 <td>It's the name of a suitable default template.</td>
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1993 - "data=%s",
2003 - "data=%s",
2027 - "data=%s",
2042 - "data=%s",
2062 - "data=%s",
2753 + out, s,
2763 + s = ret;
2787 + s = ret;
5234 - "node=%s",
5257 - "node=%s",
[all …]
/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx116 ExtCommandLineSupplier s; in CommandLineArgs() local
117 ParseCommandLine_Impl( s ); in CommandLineArgs()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx200 #define DUMPDOC(p,s) DumpDoc( p, s); argument
203 #define DUMPDOC(p,s) argument
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java119 public static void setClipboardText(String s) { in setClipboardText() argument
120 StringSelection ss = new StringSelection(s); in setClipboardText()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx315 int g, s; in return_in_hidden_param() local
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
362 int gprcount, ssecount, i, g, s;
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
420 if (examine_argument (*p_arg, 0, &g, &s) == 0
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
466 int gprcount, ssecount, i, g, s;
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx315 int g, s; in return_in_hidden_param() local
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
362 int gprcount, ssecount, i, g, s;
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
420 if (examine_argument (*p_arg, 0, &g, &s) == 0
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
466 int gprcount, ssecount, i, g, s;
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx315 int g, s; in return_in_hidden_param() local
317 return examine_argument( pTypeRef, true, g, s ) == 0; in return_in_hidden_param()
362 int gprcount, ssecount, i, g, s;
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
420 if (examine_argument (*p_arg, 0, &g, &s) == 0
421 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
466 int gprcount, ssecount, i, g, s;
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
484 if (examine_argument (cif->arg_types[i], 0, &g, &s) == 0
485 || gprcount + g > MAX_GPR_REGS || ssecount + s > MAX_SSE_REGS)
[all …]
/trunk/main/svx/inc/svx/
H A Ddialogs.hrc32 // Resource-Id's ------------------------------------------------------------
165 // ResId's fuer die Zeichen-TabPages
179 // ResId's fuer Dialoge aus Draw
213 // ResId's fuer FontMenu-Controls
216 // ResId's fuer Undo-TbxControls
332 // ResId's f???r Hyperlink-Dialog-Tabpages
334 // ResId's for Starone impl. bitmaps
1080 // !!!! double defined ID's (see below) !!!
1094 // !!!! double defined ID's (see above) !!!
/trunk/main/wizards/com/sun/star/wizards/web/
H A DFTPDialog.java471 private final boolean isEmpty(String s) in isEmpty() argument
473 return (s == null) || (s.equals(PropertyNames.EMPTY_STRING)); in isEmpty()
494 private static String host(String s) in host() argument
496 return (s.startsWith("ftp://") ? s.substring(6) : s); in host()
601 public void setDir(String s) in setDir() argument
603 dir = s; in setDir()
706 private String imageUrl(String s) in imageUrl() argument
708 return imagesDirectory + s; in imageUrl()
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx52 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) argument
122 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement() argument
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedStates.idl69 /** "Inplace active" - the object has own window in the container's
73 The object is activated and has its own window in the container's
/trunk/main/xmerge/java/pexcel/src/main/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()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl81 Each time the parent report changes it's current row, the subreport requires
108 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl129 In a first approach, the form tries to fill any parameters from it's master-detail relation
148 Each time the parent form changes it's current row, the subform requires
195 /** determines if insertions into the form's row set are allowed.

Completed in 165 milliseconds

12345678910>>...77