Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 48) sorted by relevance

12

/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModulesNew.idl92 …/// Transliterate an ascii number string to Simplified Chinese lower case number string in spellou…
94 …/// Transliterate an ascii number string to Simplified Chinese upper case number string in spellou…
96 …/// Transliterate an ascii number string to Traditional Chinese lower case number string in spello…
98 …/// Transliterate an ascii number string to Traditional Chinese upper case number string in spello…
100 … /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format
102 …/// Transliterate an ascii number string to formal Korean Hanja lower case number string in spello…
104 …/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spello…
106 …/// Transliterate an ascii number string to informal Korean Hangul number string in spellout format
108 …/// Transliterate an ascii number string to informal Korean Hanja lower case number string in spel…
110 …/// Transliterate an ascii number string to informal Korean Hanja upper case number string in spel…
[all …]
H A DTransliterationModules.idl54 …/// Transliterate an ascii number string to Simplified Chinese lower case number string in spellou…
56 …/// Transliterate an ascii number string to Simplified Chinese upper case number string in spellou…
58 …/// Transliterate an ascii number string to Traditional Chinese lower case number string in spello…
60 …/// Transliterate an ascii number string to Traditional Chinese upper case number string in spello…
62 … /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format
64 …/// Transliterate an ascii number string to formal Korean Hanja lower case number string in spello…
66 …/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spello…
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_ftpurl.cxx129 ftp::FTPURL url(rtl::OUString::createFromAscii(ascii),&prov); \
140 char* ascii,*n,*p; in test_ftpurl() local
142 ascii = "ftp://abi:psswd@host/eins/../drei", n = "abi", p = "psswd"; in test_ftpurl()
145 ascii = "ftp://:psswd@host:22/eins/../drei", n = "anonymous", p = "psswd"; in test_ftpurl()
148 ascii = "ftp://host/bla/../../test/", n = "anonymous", p = ""; in test_ftpurl()
183 ftp::FTPURL url(rtl::OUString::createFromAscii(ascii),&prov); \
196 char *ascii,*expect; in test_ftpparent() local
198 ascii = "ftp://abi:psswd@abi-1/file"; in test_ftpparent()
202 ascii = "ftp://abi:psswd@abi-1/dir/../file"; in test_ftpparent()
206 ascii = "ftp://abi:psswd@abi-1/.."; in test_ftpparent()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl73 "private:resource/$type/$name". It is only allowed to use ascii characters
171 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
180 the following syntax: "private:resource/$type/$name". It is only allowed to use ascii
190 ascii characters for type and
210 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
237 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
249 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
261 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
294 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
306 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
[all …]
/trunk/main/oox/inc/oox/core/
H A Drelations.hxx38 #define CREATE_OFFICEDOC_RELATION_TYPE( ascii ) \ argument
39 CREATE_OUSTRING( "http://schemas.openxmlformats.org/officeDocument/2006/relationships/" ascii )
43 #define CREATE_PACKAGE_RELATION_TYPE( ascii ) \ argument
44 CREATE_OUSTRING( "http://schemas.openxmlformats.org/package/2006/relationships/" ascii )
48 #define CREATE_MSOFFICE_RELATION_TYPE( ascii ) \ argument
49 CREATE_OUSTRING( "http://schemas.microsoft.com/office/2006/relationships/" ascii )
/trunk/main/dbaccess/source/inc/
H A Dconstasciistring.hxx37 const sal_Char* ascii; member
41 inline operator const sal_Char* () const { return ascii; } in operator const sal_Char*()
52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString()
69 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US); in operator const::rtl::OUString&()
/trunk/main/reportdesign/source/inc/
H A Dconstasciistring.hxx37 const sal_Char* ascii; member
41 inline operator const sal_Char* () const { return ascii; } in operator const sal_Char*()
52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString()
69 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US); in operator const::rtl::OUString&()
/trunk/main/extensions/source/propctrlr/
H A Dstringdefine.hxx40 const sal_Char* ascii; member
44 inline operator const sal_Char* () const { return ascii; } in operator const sal_Char*()
55 :ascii(_pAsciiZeroTerminated) in ConstAsciiString()
72 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US); in operator const::rtl::OUString&()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx103 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, …
147 #define MAP_CONST_COLUMN( name, prefix, token, type, context ) { name.ascii, name.length, prefix,… in GetColumnStylesPropertySetMapper()
161 #define MAP_CONST_CELL( name, prefix, token, type, context ) { name.ascii, name.length, prefix,… in GetCellStylesPropertySetMapper()
162 #define MAP_CONST_TEXT( name, prefix, token, type, context ) { name.ascii, name.length, prefix,… in GetCellStylesPropertySetMapper()
203 #define MAP_CONST_ROW( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok… in GetRowStylesPropertySetMapper()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx87 OUString ascii(const sal_Char* cstr) in ascii() function
305 ascii("com.sun.star.frame.Desktop"), xCC); in main()
309 TestVBA* dTest = new TestVBA( xCC, xFactory, xLoader, ascii( argc[ 2 ] ) ); in main()
313 dTest->proccessDocument( ascii( argc[ 3 ] ) ); in main()
318 dTest->traverse( ascii( argc[ 1 ] ) ); in main()
/trunk/main/xmloff/source/forms/
H A Dstrings.hxx40 const sal_Char* ascii; member
46 inline operator const sal_Char* () const { return ascii; } in operator const sal_Char*()
60 :ascii( _pAsciiZeroTerminated ) in ConstAsciiString()
80 m_pString = new ::rtl::OUString( ascii, length, RTL_TEXTENCODING_ASCII_US ); in operator &()
H A Dcontrolpropertymap.cxx47 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, …
48 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok…
/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx56 #define CREATE_OSTRING( ascii ) \ argument
57 ::rtl::OString( RTL_CONSTASCII_STRINGPARAM( ascii ) )
61 #define CREATE_OUSTRING( ascii ) \ argument
62 ::rtl::OUString::intern( RTL_CONSTASCII_USTRINGPARAM( ascii ) )
/trunk/main/forms/source/inc/
H A Dfrm_strings.hxx37 const sal_Char* ascii; member
41 inline operator const sal_Char* () const { return ascii; } in operator const sal_Char*()
52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString()
69 ustring = new ::rtl::OUString( ascii, length, RTL_TEXTENCODING_ASCII_US ); in operator ::rtl::OUString()
/trunk/main/sc/workben/celltrans/
H A Dparse.py34 ascii = ''
36 ascii += chr(c)
37 return ascii
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx113 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA…
114 #define MAP_CONST_T( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA…
116 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA…
119 #define GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA…
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAscii.java34 public final char ascii; field in Ascii
43 ascii = c; in Ascii()
/trunk/main/formula/source/core/inc/
H A Dcore_resource.hxx38 #define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
/trunk/main/dbaccess/source/core/inc/
H A Dcore_resource.hxx38 #define DBA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
/trunk/main/
H A Drat-excludes132 # ascii, one line, support of comments not clear
136 # ascii, included in makefiles, ALv2 might be added
188 # SYLK spreadsheet, ascii. Comments possible (see in file), ALv2 may be added here
206 # contains a single ascii URL line
291 # Install Definition Tables, ascii, not sure about comment support
318 # Windows specific ascii registry files, unknown if header possible, no creative content
340 # filetype ascii tables, no copyright, no license, no creative content
361 # used in main/automation/source/miniapp/test.win (1), part of SGA, ascii config file
367 # ascii, ALv2 may be added here
393 # ascii, support of comments not clear
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2773 #define UTF8_STRINGPARAM( ascii ) ascii, static_cast< xub_StrLen >( sizeof( ascii ) - 1 ) argument
2774 #define UTF8_CREATE( ascii ) ByteString( UTF8_STRINGPARAM( ascii ) ) argument
2775 #define UTF8_APPEND( ascii ) Append( UTF8_STRINGPARAM( ascii ) ) argument
2776 #define UTF8_PREPEND( ascii ) Insert( UTF8_CREATE( ascii ), 0 ) argument
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl166 an ascii string value if the key contains one.
172 if the actual value is not of type ascii.
194 a sequence of ascii strings if the key contains an asci list value.
200 if the actual value is not of type ascii list.
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx70 #define EXC_FUNCNAME( ascii ) "_xlfn." ascii argument
71 #define EXC_FUNCNAME_ODF( ascii ) "_xlfnodf." ascii argument
/trunk/main/offapi/com/sun/star/ui/
H A DXModuleUIConfigurationManager.idl79 "private:resource/$type/$name. It is only allowed to use ascii
94 "private:resource/$type/$name. It is only allowed to use ascii
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java56 ascii(xRowRes); in testFunctions()
101 …private void ascii(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ascii() method in DBaseStringFunctions

12