Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 4558) sorted by relevance

12345678910>>...183

/trunk/main/formula/source/core/resource/
H A Dcore_resource.src31 String SC_OPCODE_IF { Text = "IF" ; };
32 String SC_OPCODE_CHOSE { Text = "CHOOSE" ; };
33 String SC_OPCODE_OPEN { Text = "(" ; };
34 String SC_OPCODE_CLOSE { Text = ")" ; };
35 String SC_OPCODE_ARRAY_OPEN { Text = "{" ; };
36 String SC_OPCODE_ARRAY_CLOSE { Text = "}" ; };
37 String SC_OPCODE_ARRAY_ROW_SEP { Text = "|" ; };
38 String SC_OPCODE_ARRAY_COL_SEP { Text = ";" ; };
39 String SC_OPCODE_SEP { Text = ";" ; };
40 String SC_OPCODE_PERCENT_SIGN { Text = "%" ; };
[all …]
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx60 char* db_pretty_print(const String* str, int flags, char* fmt) in db_pretty_print()
68 String lcl_dbg_out_SvPtrArr(const T & rArr) in lcl_dbg_out_SvPtrArr()
70 String aStr("[ ", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out_SvPtrArr()
75 aStr += String(", ", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out_SvPtrArr()
80 aStr += String("(null)", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out_SvPtrArr()
83 aStr += String(" ]", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out_SvPtrArr()
94 String aTmpStr(sBuffer, RTL_TEXTENCODING_ASCII_US); in dbg_out()
99 SW_DLLPUBLIC const char * dbg_out(const String & aStr) in dbg_out()
123 map<sal_uInt16,String,CompareUShort> & GetItemWhichMap() in GetItemWhichMap()
125 static map<sal_uInt16,String,CompareUShort> aItemWhichMap; in GetItemWhichMap()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdstr.src24 String STR_ObjNameSingulNONE
28 String STR_ObjNamePluralNONE
33 String STR_ObjNameSingulGRUP
37 String STR_ObjNamePluralGRUP
41 String STR_ObjNameSingulGRUPEMPTY
45 String STR_ObjNamePluralGRUPEMPTY
50 String STR_ObjNameSingulLINE
54 String STR_ObjNameSingulLINE_Hori
58 String STR_ObjNameSingulLINE_Vert
62 String STR_ObjNameSingulLINE_Diag
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dformres.src29 String RID_STR_EDITMASK
33 String RID_STR_LITERALMASK
37 String RID_STR_READONLY
41 String RID_STR_ENABLED
45 String RID_STR_ENABLE_VISIBLE
49 String RID_STR_AUTOCOMPLETE
53 String RID_STR_LINECOUNT
57 String RID_STR_MAXTEXTLEN
61 String RID_STR_SPIN
65 String RID_STR_STRICTFORMAT
[all …]
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src63 String RID_COMMON_START + 0
68 String RID_COMMON_START + 1
73 String RID_COMMON_START + 2
78 String RID_COMMON_START + 3
83 String RID_COMMON_START + 4
88 String RID_COMMON_START + 5
93 String RID_COMMON_START + 6
98 String RID_COMMON_START + 7
103 String RID_COMMON_START + 8
108 String RID_COMMON_START + 9
[all …]
/trunk/main/sc/source/ui/src/
H A Dglobstr.src27 String STR_UNDO_INSERTCELLS
31 String STR_UNDO_DELETECELLS
35 String STR_UNDO_CUT
39 String STR_UNDO_PASTE
43 String STR_UNDO_DRAGDROP
47 String STR_UNDO_MOVE
51 String STR_UNDO_COPY
55 String STR_UNDO_DELETECONTENTS
59 String STR_UNDO_SELATTR
63 String STR_UNDO_SELATTRLINES
[all …]
H A Dscfuncs.src86 String 1 // Description
98 String 2 // Name of Parameter 1
102 String 3 // Description of Parameter 1
106 String 4 // Name of Parameter 2
110 String 5 // Description of Parameter 2
114 String 6 // Name of Parameter 3
118 String 7 // Description of Parameter 3
126 String 1 // Description
138 String 2 // Name of Parameter 1
142 String 3 // Description of Parameter 1
[all …]
H A Dscstring.src26 String SCSTR_APPLICATION
30 String SCSTR_50_APPLICATION
34 String SCSTR_40_APPLICATION
38 String SCSTR_30_APPLICATION
42 String SCSTR_LONG_SCDOC_NAME
46 String SCSTR_50_LONG_DOCNAME
50 String SCSTR_40_LONG_DOCNAME
54 String SCSTR_30_LONG_DOCNAME
58 String SCSTR_SHORT_SCDOC_NAME
62 String SCSTR_HUMAN_SCDOC_NAME
[all …]
/trunk/main/editeng/source/items/
H A Dsvxitems.src29 String RID_SVXITEMS_TRUE
33 String RID_SVXITEMS_FALSE
38 String RID_SVXITEMS_BREAK_NONE
42 String RID_SVXITEMS_BREAK_COLUMN_BEFORE
46 String RID_SVXITEMS_BREAK_COLUMN_AFTER
50 String RID_SVXITEMS_BREAK_COLUMN_BOTH
54 String RID_SVXITEMS_BREAK_PAGE_BEFORE
58 String RID_SVXITEMS_BREAK_PAGE_AFTER
62 String RID_SVXITEMS_BREAK_PAGE_BOTH
67 String RID_SVXITEMS_SHADOW_NONE
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java50 private String sHeaderCode = "";
51 private String sStatementCode = "";
52 private String sMainMethodSignature = "";
55 private final String SSUFFIXSEPARATOR = "_";
56 private final String SVARIABLENAME = "VariableName";
57 private final String SARRAYVARIABLENAME = "VariableNameList";
58 private final String SUNOOBJECTNAME = "oUnobject";
59 private final String SUNOSTRUCTNAME = "aUnoStruct";
66 private final String sINITIALVARIABLENAME = "_oUnoEntryObject";
76 …public String addSourceCodeOfUnoObject(XTreePathProvider _xTreepathProvider, boolean _brememberPat… in addSourceCodeOfUnoObject()
[all …]
/trunk/main/svx/source/dialog/
H A Dsdstring.src29 String RID_SVXSTR_SOLID
33 String RID_SVXSTR_GRADIENT
37 String RID_SVXSTR_BITMAP
41 String RID_SVXSTR_LINESTYLE
45 String RID_SVXSTR_INVISIBLE
49 String RID_SVXSTR_COLOR
53 String RID_SVXSTR_HATCH
57 String RID_SVXSTR_LINEEND
62 String RID_SVXSTR_CLOSE
66 String RID_SVXSTR_COLOR_BLACK
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java35 public final static String TAG_OFFICE_DOCUMENT = "office:document";
41 public final static String TAG_OFFICE_DOCUMENT_CONTENT = "office:document-content";
47 public final static String TAG_OFFICE_DOCUMENT_SETTINGS= "office:document-settings";
53 public final static String TAG_OFFICE_DOCUMENT_META= "office:document-meta";
59 public final static String TAG_OFFICE_DOCUMENT_STYLES = "office:document-styles";
65 public final static String ATTRIBUTE_OFFICE_CLASS = "office:class";
68 public final static String TAG_OFFICE_STYLES = "office:styles";
71 public final static String TAG_OFFICE_META = "office:meta";
74 public final static String TAG_OFFICE_AUTOMATIC_STYLES = "office:automatic-styles";
77 public final static String TAG_OFFICE_MASTER_STYLES = "office:master-styles";
[all …]
/trunk/main/sd/source/ui/app/
H A Dstrings.src30 String STR_DRAW_TOOLBOX
34 String STR_GRAPHIC_TOOLBOX
38 String STR_SLIDE_TOOLBOX
42 String STR_OUTLINE_TOOLBOX
46 String STR_DRAW_OBJ_TOOLBOX
50 String STR_GRAPHIC_OBJ_TOOLBOX
54 String STR_DRAW_OPTIONS_TOOLBOX
58 String STR_GRAPHIC_OPTIONS_TOOLBOX
62 String STR_DRAW_COMMONTASK_TOOLBOX
66 String STR_SLIDE_OBJ_TOOLBOX
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.src32 String 1 // description Workday
37 String 2 // name of parameter 1 Workday
42 String 3 // description of parameter 1 Workday
47 String 4 // name of parameter 2 Workday
52 String 5 // description of parameter 2 Workday
57 String 6 // name of parameter 3 Workday
62 String 7 // description of parameter 3 Workday
70 String 1 // description Yearfrac
75 String 2 // name of parameter 1 Yearfrac
80 String 3 // description of parameter 1 Yearfrac
[all …]
H A Danalysis_funcnames.src31 String ANALYSIS_FUNCNAME_Workday
36 String ANALYSIS_FUNCNAME_Yearfrac
41 String ANALYSIS_FUNCNAME_Edate
46 String ANALYSIS_FUNCNAME_Weeknum
51 String ANALYSIS_FUNCNAME_Eomonth
56 String ANALYSIS_FUNCNAME_Networkdays
61 String ANALYSIS_FUNCNAME_Amordegrc
66 String ANALYSIS_FUNCNAME_Amorlinc
71 String ANALYSIS_FUNCNAME_Accrint
76 String ANALYSIS_FUNCNAME_Accrintm
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dpoolfmt.src27 String STR_POOLCHR_FOOTNOTE
31 String STR_POOLCHR_PAGENO
35 String STR_POOLCHR_LABEL
39 String STR_POOLCHR_DROPCAPS
43 String STR_POOLCHR_NUM_LEVEL
47 String STR_POOLCHR_BUL_LEVEL
51 String STR_POOLCHR_INET_NORMAL
55 String STR_POOLCHR_INET_VISIT
59 String STR_POOLCHR_JUMPEDIT
63 String STR_POOLCHR_TOXJUMP
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialogResources.java34 String resSessionName;
35 String resSizeTemplate;
36 String resSpecifyNewFileLocation;
37 String resCreatedTemplate;
38 String resUpdatedTemplate;
39 String resSlides;
40 String resDelSessionConfirm;
41 String resErrIsDirectory;
42 String resErrDocValidate;
43 String resStep1;
[all …]
/trunk/main/svx/inc/
H A Dsjctrl.hxx54 String ImpGetName() const;
55 void ImpSetName( const String & aStrg );
56 String ImpGetValue() const;
57 void ImpSetValue( const String & aStrg );
58 String ImpGetType() const;
73 virtual String getName() const;
74 virtual void setName( const String & aStrg );
75 virtual String getValue() const;
76 virtual void setValue( const String & aStrg );
77 virtual String getType() const;
[all …]
/trunk/main/sw/source/core/undo/
H A Dundo.src26 String STR_CANT_UNDO
30 String STR_DELETE_UNDO
34 String STR_INSERT_UNDO
38 String STR_OVR_UNDO
42 String STR_SPLITNODE_UNDO
46 String STR_MOVE_UNDO
50 String STR_INSATTR_UNDO
54 String STR_SETFMTCOLL_UNDO
58 String STR_RESET_ATTR_UNDO
62 String STR_INSFMT_ATTR_UNDO
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dfldui.src30 String STR_FLD_EDIT_DLG
40 String STR_DATEFLD
44 String STR_TIMEFLD
48 String STR_FILENAMEFLD
52 String STR_DBNAMEFLD
56 String STR_CHAPTERFLD
60 String STR_PAGENUMBERFLD
64 String STR_DOCSTATFLD
68 String STR_AUTHORFLD
72 String STR_TEMPLNAMEFLD
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java72 public static void addOfficePath(XMultiServiceFactory xMSF, String sPath, String sAddPath) in addOfficePath()
75 String ResultPath = getOfficePath(xMSF, sPath, xSimpleFileAccess); in addOfficePath()
78 String[] PathList = JavaTools.ArrayoutofString(ResultPath, PropertyNames.SEMI_COLON); in addOfficePath()
80 String CompCurPath; in addOfficePath()
82 String CompAddPath = JavaTools.replaceSubString(sAddPath, PropertyNames.EMPTY_STRING, "/"); in addOfficePath()
83 String CurPath; in addOfficePath()
96 public static String deleteLastSlashfromUrl(String _sPath) in deleteLastSlashfromUrl()
116 …public static String getOfficePath(XMultiServiceFactory xMSF, String sPath, XSimpleFileAccess xSim… in getOfficePath()
120 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath()
144 …public static String getOfficePath(XMultiServiceFactory xMSF, String sPath, String sType, String s… in getOfficePath()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h46 System::Type* loadCliType(System::String * typeName);
50 rtl::OUString mapCliString(System::String const * data);
51 System::String* mapUnoString(rtl_uString const * data);
52 System::String* mapUnoTypeName(rtl_uString const * typeName);
56 static const System::String* sXInterfaceName= new System::String(
58 static const System::String* sObject= new System::String(S"System.Object");
59 static const System::String* sType= new System::String(S"System.Type");
60 static const System::String* sUnoidl= new System::String(S"unoidl.");
61 static const System::String* sVoid= new System::String(S"System.Void");
62 static const System::String* sAny= new System::String(S"uno.Any");
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DStrings.src24 String STR_DLG_CHART_WIZARD
29 String STR_DLG_SMOOTH_LINE_PROPERTIES
34 String STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE
39 String STR_PAGE_CHARTTYPE
44 String STR_PAGE_DATA_RANGE
49 String STR_PAGE_CHART_ELEMENTS
54 String STR_PAGE_CHART_LOCATION
59 String STR_PAGE_LINE
64 String STR_PAGE_BORDER
69 String STR_PAGE_AREA
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java57 super(xmsf, new String[] in UnoDialog2()
65 …public XButton insertButton(String sName, String actionPerformed, Object eventTarget, String[] sPr… in insertButton()
78 …public XButton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oP… in insertButton()
83 …blic XButton insertImageButton(String sName, com.sun.star.awt.XActionListener actionPerformed, Obj… in insertImageButton()
95 …public XButton insertImageButton(String sName, com.sun.star.awt.XActionListener actionPerformed, S… in insertImageButton()
100 …public XCheckBox insertCheckBox(String sName, String itemChanged, Object eventTarget, String[] sPr… in insertCheckBox()
113 …public XCheckBox insertCheckBox(String sName, String itemChanged, String[] sPropNames, Object[] oP… in insertCheckBox()
118 …ComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String textChang… in insertComboBox()
140 …public XComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String t… in insertComboBox()
145 …public XListBox insertListBox(String sName, String actionPerformed, String itemChanged, Object eve… in insertListBox()
[all …]
/trunk/main/sw/inc/
H A Ddocufld.hxx155 String& Expand( sal_uInt32 nFmt, short nOff, const String&, String& rRet ) const;
167 String sUserStr;
175 virtual String Expand() const;
178 virtual String GetPar2() const;
179 virtual void SetPar2(const String& rStr);
186 const String& GetUserString() const { return sUserStr; } in GetUserString()
187 void SetUserString( const String& rS ) { sUserStr = rS; } in SetUserString()
199 String Expand(sal_uLong) const;
209 String aContent;
214 virtual String Expand() const;
[all …]

12345678910>>...183