Lines Matching refs:sal_Char

57 static const sal_Char sAPI_textfield_prefix[]	= "com.sun.star.text.TextField.";
58 static const sal_Char sAPI_fieldmaster_prefix[] = "com.sun.star.text.FieldMaster.";
59 static const sal_Char sAPI_input[] = "Input";
60 static const sal_Char sAPI_input_user[] = "InputUser";
61 static const sal_Char sAPI_get_expression[] = "GetExpression";
62 static const sal_Char sAPI_set_expression[] = "SetExpression";
63 static const sal_Char sAPI_user[] = "User";
64 static const sal_Char sAPI_table_formula[] = "TableFormula";
65 static const sal_Char sAPI_database[] = "com.sun.star.text.TextField.Database";
66 static const sal_Char sAPI_fieldmaster_database[] = "com.sun.star.text.FieldMaster.Database";
69 static const sal_Char sAPI_hint[] = "Hint";
70 static const sal_Char sAPI_help[] = "Help";
71 static const sal_Char sAPI_tooltip[] = "Tooltip";
72 static const sal_Char sAPI_content[] = "Content";
73 static const sal_Char sAPI_sub_type[] = "SubType";
74 static const sal_Char sAPI_is_expression[] = "IsExpression";
75 static const sal_Char sAPI_is_input[] = "Input";
76 static const sal_Char sAPI_is_show_formula[] = "IsShowFormula";
77 static const sal_Char sAPI_numbering_type[] = "NumberingType";
78 static const sal_Char sAPI_number_format[] = "NumberFormat";
79 static const sal_Char sAPI_name[] = "Name";
80 static const sal_Char sAPI_numbering_separator[] = "NumberingSeparator";
81 static const sal_Char sAPI_chapter_numbering_level[]= "ChapterNumberingLevel";
82 static const sal_Char sAPI_value[] = "Value";
83 static const sal_Char sAPI_is_visible[] = "IsVisible";
84 static const sal_Char sAPI_variable_subtype[] = "VariableSubtype";
85 static const sal_Char sAPI_data_column_name[] = "DataColumnName";
86 static const sal_Char sAPI_is_data_base_format[] = "DataBaseFormat";
87 static const sal_Char sAPI_current_presentation[] = "CurrentPresentation";
88 static const sal_Char sAPI_sequence_value[] = "SequenceValue";
89 static const sal_Char sAPI_is_fixed_language[] = "IsFixedLanguage";
112 const sal_Char* pServiceName, sal_uInt16 nPrfx, in XMLVarFieldImportContext()
307 const sal_Char* pServiceName, sal_uInt16 nPrfx, in XMLSetVarFieldImportContext()
895 (sal_Char)xAttrList->getValueByIndex(i).toChar(); in XMLVariableDeclImportContext()