/aoo42x/main/oox/inc/oox/core/ |
H A D | relations.hxx | 38 #define CREATE_OFFICEDOC_RELATION_TYPE( ascii ) \ argument 43 #define CREATE_PACKAGE_RELATION_TYPE( ascii ) \ argument 48 #define CREATE_MSOFFICE_RELATION_TYPE( ascii ) \ argument
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
H A D | Ascii.java | 34 public final char ascii; field in Ascii
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | constasciistring.hxx | 37 const sal_Char* ascii; member
|
/aoo42x/main/reportdesign/source/inc/ |
H A D | constasciistring.hxx | 37 const sal_Char* ascii; member
|
/aoo42x/main/xmloff/source/forms/ |
H A D | strings.hxx | 40 const sal_Char* ascii; member
|
/aoo42x/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
|
/aoo42x/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
|
/aoo42x/main/forms/source/inc/ |
H A D | frm_strings.hxx | 37 const sal_Char* ascii; member
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | stringdefine.hxx | 40 const sal_Char* ascii; member
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | test_ftpurl.cxx | 140 char* ascii,*n,*p; in test_ftpurl() local 196 char *ascii,*expect; in test_ftpparent() local
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | helper.hxx | 56 #define CREATE_OSTRING( ascii ) \ argument 61 #define CREATE_OUSTRING( ascii ) \ argument
|
/aoo42x/main/sc/source/ui/vba/testvba/ |
H A D | testvba.cxx | 87 OUString ascii(const sal_Char* cstr) in ascii() function
|
/aoo42x/main/i18npool/source/paper/ |
H A D | paper.cxx | 222 # define CREATE_OUSTRING( ascii ) \ in getSystemDefaultPaper() argument
|
/aoo42x/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
|
/aoo42x/main/extensions/workben/ |
H A D | testpgp.cxx | 508 inline rtl::OWString S2U (const sal_Char *ascii) in S2U()
|
/aoo42x/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
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 41 #define CREATE_STRING( ascii ) String( RTL_CONSTASCII_USTRINGPARAM( ascii ) ) argument
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 74 #define OOX_DUMP_ERRASCII( ascii ) "?err:" ascii argument 75 #define OOX_DUMP_ERRSTRING( ascii ) CREATE_OUSTRING( OOX_DUMP_ERRASCII( ascii ) ) argument
|
/aoo42x/main/starmath/source/ |
H A D | mathtype.cxx | 36 #define APPEND(str,ascii) str.AppendAscii(RTL_CONSTASCII_STRINGPARAM(ascii)) argument
|
H A D | node.cxx | 48 #define APPEND(str,ascii) str.AppendAscii(RTL_CONSTASCII_STRINGPARAM(ascii)) argument
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 358 char ascii = 0; in SearchItem() local 412 char ascii = 0; in GetItemCount() local
|