Home
last modified time | relevance | path

Searched defs:s (Results 76 – 100 of 501) sorted by relevance

12345678910>>...21

/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars()
301 void lcl_formatChars1( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars1()
314 …Chars2( sal_Unicode table_capital[], sal_Unicode table_small[], int tableSize, int n, OUString& s ) in lcl_formatChars2()
328 …Chars3( sal_Unicode table_capital[], sal_Unicode table_small[], int tableSize, int n, OUString& s ) in lcl_formatChars3()
341 int should_ignore( OUString s ) in should_ignore()
/trunk/main/pyuno/zipcore/
H A Dpython.cxx41 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) argument
42 #define MY_STRING(s) (s), MY_LENGTH(s) argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableLayoutController.java55 final Section s = (Section) element; in computeAttributes() local
/trunk/main/scripting/examples/java/debugger/
H A DDebugRunner.java56 String s = uri.substring(FILE_URL_PREFIX.length()); in go() local
/trunk/main/shell/source/all/
H A Dxml_parser.cxx68 bool has_only_whitespaces(const XML_Char* s, int len) in has_only_whitespaces()
135 static void xml_character_data_handler(void* UserData, const XML_Char* s, int len) in xml_character_data_handler()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java218 public long toExcelSerialDate(String s) throws IOException { in toExcelSerialDate()
239 public double toExcelSerialTime(String s) throws IOException { in toExcelSerialTime()
H A DWorksheet.java251 public void addSettings(SheetSettings s) { in addSettings()
283 SheetSettings s = new SheetSettings(); in getSettings() local
/trunk/main/basic/source/sample/
H A Dcollelem.cxx63 String s( GetName() ); in SFX_NOTIFY() local
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx44 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) argument
45 #define MY_STRING(s) (s), MY_LENGTH(s) argument
/trunk/main/binaryurp/source/
H A Dbridgefactory.cxx110 css::uno::Sequence< rtl::OUString > s(getSupportedServiceNames()); in supportsService() local
191 css::uno::Sequence< css::uno::Reference< css::bridge::XBridge > > s(n); in getExistingBridges() local
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_handleversionexception.cxx88 String s; in handleVersionException() local
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DTest.java58 final State s = aStates.CreateState(sAcceptingState); in Test() local
/trunk/main/desktop/source/pagein/
H A Dfile_image_unx.c86 long s; in file_image_pagein() local
/trunk/main/sal/osl/os2/
H A Duunxapi.hxx36 inline rtl::OString OUStringToOString(const rtl_uString* s) in OUStringToOString()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx327 const ScAddress& s = maRange.aStart; in getString() local
343 const ScAddress& s = rRange.aStart; in findFieldColumn() local
357 const ScAddress& s = maRange.aStart; in findFieldColumn() local
393 const ScAddress& s = maRange.aStart; in createQueryParam() local
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java155 public void setLabel(String s) in setLabel()
158 … Helper.setUnoPropertyValue(UnoDialog.getModel(lblTaskName), PropertyNames.PROPERTY_LABEL, s); in setLabel() local
H A DWWD_General.java165 protected CGDocument getDoc(short[] s) in getDoc()
310 private boolean checkPublish(String s, Object text, String property) in checkPublish()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx698 OString XclXmlUtils::ToOString( const OUString& s ) in ToOString()
703 OString XclXmlUtils::ToOString( const String& s ) in ToOString()
730 String s; in ToOString() local
753 OString XclXmlUtils::ToOString( const XclExpString& s ) in ToOString()
780 OUString XclXmlUtils::ToOUString( const char* s ) in ToOUString()
793 OUString XclXmlUtils::ToOUString( const String& s ) in ToOUString()
802 String s; in ToOUString() local
807 OUString XclXmlUtils::ToOUString( const XclExpString& s ) in ToOUString()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocumentException.java100 public OfficeDocumentException(String s) { in OfficeDocumentException()
/trunk/main/comphelper/source/misc/
H A Dsynchronousdispatch.cxx38 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) argument
/trunk/main/soltools/cpp/
H A D_macro.c48 Source *s; in dodefine() local
677 uchar s[STRLEN]; in stringify() local
719 Source *s; in builtin() local
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx54 String s; in GetContentPart() local
348 String s; in SetStorage() local
368 String s; in SetCertificate() local
/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
373 private short findSheetIndex(String s) { in findSheetIndex()
431 String s = parseString.substring(parseString.indexOf('.') + 1, parseString.length()); in threeDCellRefEncoder() local
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java121 private String doUnmaskBackslash(String s) { in doUnmaskBackslash()
127 public String replaceMacros(String s) { in replaceMacros()
/trunk/main/desktop/test/deployment/active/
H A DProvider.java63 XDispatch[] s = new XDispatch[Requests.length]; in queryDispatches() local

Completed in 98 milliseconds

12345678910>>...21