/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | TransliterationModulesNew.idl | 112 /// Transliterate an ascii number string to Simplified Chinese lower case number string 114 /// Transliterate an ascii number string to Simplified Chinese upper case number string 120 /// Transliterate an ascii number string to Korean Hangul number string 122 /// Transliterate an ascii number string to Korean Hanja lower case number string 124 /// Transliterate an ascii number string to Korean Hanja upper case number string 128 /// Transliterate an ascii number string to Japanese Kanji number string 151 /// Transliterate a Simplified Chinese lower case number string to ascii number string 153 /// Transliterate a Simplified Chinese upper case number string to ascii number string 159 /// Transliterate a Korean Hangul number string to ascii number string 161 /// Transliterate a Korean Hanja lower case number string to ascii number string [all …]
|
H A D | TransliterationModules.idl | 54 …/// 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…
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | test_ftpurl.cxx | 129 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() 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() 210 ascii = "ftp://abi:psswd@abi-1/../../dir"; in test_ftpparent() [all …]
|
/aoo41x/main/oox/inc/oox/core/ |
H A D | relations.hxx | 38 #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 )
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XLayoutManager.idl | 73 "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 …]
|
/aoo41x/main/reportdesign/source/inc/ |
H A D | constasciistring.hxx | 37 const sal_Char* ascii; member 41 inline operator const sal_Char* () const { return ascii; } 52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString() 69 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US);
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | constasciistring.hxx | 37 const sal_Char* ascii; member 41 inline operator const sal_Char* () const { return ascii; } 52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString() 69 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US);
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | stringdefine.hxx | 40 const sal_Char* ascii; member 44 inline operator const sal_Char* () const { return ascii; } 55 :ascii(_pAsciiZeroTerminated) in ConstAsciiString() 72 ustring = new ::rtl::OUString(ascii, length, RTL_TEXTENCODING_ASCII_US);
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 103 #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, to… in GetCellStylesPropertySetMapper() 162 #define MAP_CONST_TEXT( name, prefix, token, type, context ) { name.ascii, name.length, prefix, to… in GetCellStylesPropertySetMapper() 203 #define MAP_CONST_ROW( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok… in GetRowStylesPropertySetMapper()
|
/aoo41x/main/sc/source/ui/vba/testvba/ |
H A D | testvba.cxx | 87 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()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | strings.hxx | 40 const sal_Char* ascii; member 46 inline operator const sal_Char* () const { return ascii; } 60 :ascii( _pAsciiZeroTerminated ) in ConstAsciiString() 80 m_pString = new ::rtl::OUString( ascii, length, RTL_TEXTENCODING_ASCII_US ); in operator &()
|
H A D | controlpropertymap.cxx | 47 #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, token…
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | helper.hxx | 56 #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 ) )
|
/aoo41x/main/forms/source/inc/ |
H A D | frm_strings.hxx | 37 const sal_Char* ascii; member 41 inline operator const sal_Char* () const { return ascii; } 52 :ascii(_pAsciiZeroTerminated) in ConstAsciiString() 69 ustring = new ::rtl::OUString( ascii, length, RTL_TEXTENCODING_ASCII_US ); in operator ::rtl::OUString()
|
/aoo41x/main/sc/workben/celltrans/ |
H A D | parse.py | 34 ascii = '' 36 ascii += chr(c) 37 return ascii
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 113 #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_NAMESPACE… 116 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… 119 #define GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPAC…
|
/aoo41x/main/jurt/com/sun/star/uno/ |
H A D | Ascii.java | 34 public final char ascii; field in Ascii 43 ascii = c; in Ascii()
|
/aoo41x/main/formula/source/core/inc/ |
H A D | core_resource.hxx | 38 #define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | core_resource.hxx | 38 #define DBA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) argument
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2774 #define UTF8_STRINGPARAM( ascii ) ascii, static_cast< xub_StrLen >( sizeof( ascii ) - 1 ) argument 2775 #define UTF8_CREATE( ascii ) ByteString( UTF8_STRINGPARAM( ascii ) ) argument 2776 #define UTF8_APPEND( ascii ) Append( UTF8_STRINGPARAM( ascii ) ) argument 2777 #define UTF8_PREPEND( ascii ) Insert( UTF8_CREATE( ascii ), 0 ) argument
|
/aoo41x/main/ |
H A D | rat-excludes | 159 # ascii, one line, support of comments not clear 163 # ascii, included in makefiles, ALv2 might be added 215 # SYLK spreadsheet, ascii. Comments possible (see in file), ALv2 may be added here 231 # contains a single ascii URL line 316 # Install Definition Tables, ascii, not sure about comment support 365 # filetype ascii tables, no copyright, no license, no creative content 392 # ascii, ALv2 may be added here 418 # ascii, support of comments not clear 423 # ascii, no info about comment support 500 # ascii definition files, unknown if header possible, no creative content [all …]
|
/aoo41x/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 166 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.
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlformula.cxx | 70 #define EXC_FUNCNAME( ascii ) "_xlfn." ascii argument 71 #define EXC_FUNCNAME_ODF( ascii ) "_xlfnodf." ascii argument
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XModuleUIConfigurationManager.idl | 79 "private:resource/$type/$name. It is only allowed to use ascii 94 "private:resource/$type/$name. It is only allowed to use ascii
|
/aoo41x/main/i18npool/source/paper/ |
H A D | paper.cxx | 220 # define CREATE_OUSTRING( ascii ) \ in getSystemDefaultPaper() argument 221 rtl::OUString::intern( RTL_CONSTASCII_USTRINGPARAM( ascii ) ) in getSystemDefaultPaper()
|