Home
last modified time | relevance | path

Searched refs:String (Results 426 – 450 of 7783) sorted by relevance

1...<<11121314151617181920>>...312

/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.hxx46 String aName;
47 String aMask;
49 ImpFilterItem( const String & rFilter, const String & rMask ) in ImpFilterItem()
115 virtual void SetPath( const String& rPath );
117 virtual String GetPath() const;
161 void AddFilter( const String& rFilter, const String& rMask );
165 String GetCurFilter() const;
171 virtual void SetPath( const String& rPath );
173 virtual String GetPath() const;
182 String aName; in GetFilterName()
[all …]
H A Dprnsetup.src26 String STR_SVT_PRNDLG_READY
30 String STR_SVT_PRNDLG_PAUSED
34 String STR_SVT_PRNDLG_PENDING
38 String STR_SVT_PRNDLG_BUSY
46 String STR_SVT_PRNDLG_WAITING
58 String STR_SVT_PRNDLG_PRINTING
62 String STR_SVT_PRNDLG_OFFLINE
66 String STR_SVT_PRNDLG_ERROR
74 String STR_SVT_PRNDLG_PAPER_JAM
102 String STR_SVT_PRNDLG_NO_TONER
[all …]
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx88 String aDdeTextFmt;
191 String * pAppName,
192 String * pFullTypeName,
193 String * pShortTypeName,
243 String CreateObjectName( const String& rPrefix );
292 SCTAB MakeScenario( SCTAB nTab, const String& rName, const String& rComment,
295 void ModifyScenario( SCTAB nTab, const String& rName, const String& rComment,
362 virtual long DdeGetData( const String& rItem, const String& rMimeType,
364 virtual long DdeSetData( const String& rItem, const String& rMimeType,
391 static String GetOwnFilterName();
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java173 return new String[] in getSupportedServiceNames()
306 public String methodName = null;
523 …private XModel impl_createDocWithMacro( final String _libName, final String _moduleName, final Str… in impl_createDocWithMacro()
612 final String moduleName = "all"; in testDocumentEvents()
613 final String eventHandlerCode = in testDocumentEvents()
658 final String context = "OnLoad"; in testDocumentEvents()
682 String context, newURL; in testGlobalEvents()
744 new String[] in testGlobalEvents()
755 new String[] in testGlobalEvents()
773 new String[] in testGlobalEvents()
[all …]
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DResourceManager.java40 private String m_contenturl = "";
41 private String m_srcURL = "";
43 private String m_newTitle = "";
44 private String m_transOperation = "";
101 String sourceURL, String targetFolderURL, in transferResource()
102 String newTitle, String transOperation ) in transferResource()
144 public String getContentURL() { in getContentURL()
153 public String getTransOperation() { in getTransOperation()
162 public String getTargetFolderURL() { in getTargetFolderURL()
173 public String getNewTitle() { in getNewTitle()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx450 String ColumnChartDialogController::getName() in getName()
527 String BarChartDialogController::getName() in getName()
603 String PieChartDialogController::getName() in getName()
605 return String( SchResId( STR_TYPE_PIE )); in getName()
665 String LineChartDialogController::getName() in getName()
798 String XYChartDialogController::getName() in getName()
800 return String( SchResId( STR_TYPE_XY )); in getName()
885 String AreaChartDialogController::getName() in getName()
968 String NetChartDialogController::getName() in getName()
1061 String StockChartDialogController::getName() in getName()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DInstallationImminentCtrl.java42 private String helpFile;
43 private String htmlInfoText = "";
50 public String getNext() { in getNext()
51 return new String("InstallationOngoing"); in getNext()
54 public String getPrevious() { in getPrevious()
63 return new String("AcceptLicense"); in getPrevious()
66 return new String("ChooseComponents"); in getPrevious()
69 return new String("ChooseComponents"); in getPrevious()
79 return new String("ChooseDirectory"); in getPrevious()
81 return new String("ChooseComponents"); in getPrevious()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx53 String sName;
60 xub_StrLen lcl_html_getNextPart( String& rPart, const String& rContent, in lcl_html_getNextPart()
109 String aPart; in lcl_html_getEndNoteInfo()
154 String aPart; in FillFootNoteInfo()
260 String aName( rName ); in GetFootEndNoteSection()
295 String sFtnName, sClass; in OutHTML_SwFmtFtn()
434 String sRet; in GetFootEndNoteSym()
539 String aContent; in lcl_html_outFootEndNoteInfo()
544 String aRep( String::CreateFromAscii("\\\\") ); in lcl_html_outFootEndNoteInfo()
581 String aParts[8]; in OutFootEndNoteInfo()
[all …]
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx179 const String* pName ) in InsertLink()
198 String sCmd; in InsertDDELink()
222 String* pType, in GetDisplayNames()
223 String* pFile, in GetDisplayNames()
224 String* pLinkStr, in GetDisplayNames()
328 String sApp, sTopic, sItem; in UpdateAllLinks()
422 void MakeLnkName( String& rName, const String* pType, const String& rFile, in MakeLnkName()
423 const String& rLink, const String* pFilter ) in MakeLnkName()
445 String sCmd( rFileNm ); in InsertFileLink()
543 String lcl_DDE_RelToAbs( const String& rTopic, const String& rBaseURL ) in lcl_DDE_RelToAbs()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter.cxx209 inline String ImpGetExtension( const String &rPath ) in ImpGetExtension()
211 String aExt; in ImpGetExtension()
816 String aFormatExt; in ImpTestOrFindFormat()
968 static String ImpCreateFullFilterPath( const String& rPath, const String& rFilterName ) in ImpCreateFullFilterPath()
973 aPathURL += String( '/' ); in ImpCreateFullFilterPath()
993 String maFiltername;
997 ImpFilterLibCacheEntry( const String& rPathname, const String& rFiltername );
1245 String aOSFileType; in GetImportOSFileType()
1330 String aOSFileType; in GetExportOSFileType()
1412 String aFilterName; in ImportGraphic()
[all …]
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx194 String sText = maValidDateFI.GetText(); in CertificateViewerGeneralTP()
230 String maTxt;
245 maElementML.SetText( String() ); in Clear()
258 void CertificateViewerDetailsTP::InsertElement( const String& _rField, const String& _rValue, in InsertElement()
287 String aLBEntry; in CertificateViewerDetailsTP()
288 String aDetails; in CertificateViewerDetailsTP()
371 String aElementText; in IMPL_LINK()
433 String sText = maViewCertPB.GetText(); in CertificateViewerCertPathTP()
466 String aState; in ActivatePage()
507 String sStatus; in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx442 void AbstractScLinkedAreaDlg_Impl::InitFromOldLink( const String& rFile, const String& rFilter, in InitFromOldLink()
443 const String& rOptions, const String& rSource, in InitFromOldLink()
571 void AbstractScNewScenarioDlg_Impl::SetScenarioData( const String& rName, const String& rComment, in SetScenarioData()
577 void AbstractScNewScenarioDlg_Impl::GetScenarioData( String& rName, String& rComment, in GetScenarioData()
596 const String& rTitle, const String& rFixedText, in SetDescription()
734 const String& rStrTitle, in CreateScColOrRowDlg()
735 const String& rStrLabel, in CreateScColOrRowDlg()
888 String aStartStr, in CreateScFillSeriesDlg()
1004 const String& aTitle, in CreateScSelEntryDlg()
1005 const String& aLbTitle, in CreateScSelEntryDlg()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.src497 String STR_NOFILL
711 String STR_LS_SINGLE
715 String STR_LS_115
719 String STR_LS_15
723 String STR_LS_DOUBLE
727 String STR_LSPACING
731 String STR_LS_OF
735 String STR_SPACING1
743 String STR_SPACING15
747 String STR_SPACING2
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx954 return String(); in GetKeyword()
1628 String sTmpString; in GetPreviewStringGuess()
1949 String aRet; in GetFormatDecimalSep()
2056 String aTmp( '0' ); in ImpGetFormatCodeIndex()
2192 String aFormatCode; in ImpGenerateFormats()
2761 String aCurr; in GenerateFormat()
3112 const String& rSymbol, const String& rAbbrev ) in GetLegacyOnlyCurrencyEntry()
3133 String aAbbrev; in IMPL_STATIC_LINK_NOINSTANCE()
3367 const String& rSymbol, const String& rExtension, in GetCurrencyEntry()
3950 String aSymStr; in CompletePositiveFormatString()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java58 private String[] titles;
59 private String inputType;
61 private String fileType;
76 String[][] titles = { in data()
92 public ChartTitle(String[] titles, String inputType, double[][] numberData, String fileType) { in ChartTitle()
135 String chartName = "testChart"; in testCreateMainTitle()
138 String resultTitle = null; in testCreateMainTitle()
139 String defaultTitle = null; in testCreateMainTitle()
195 String resultTitle = null; in testCreateSubTitle()
196 String defaultTitle = null; in testCreateSubTitle()
[all …]
/trunk/main/sc/addin/datefunc/
H A Ddfa.src64 String DFA_WEEK_NAME // Name
68 String DFA_WEEK_DESC // Description
87 String DFA_MONTHS_NAME // Name
91 String DFA_MONTHS_DESC // Description
110 String DFA_YEARS_NAME // Name
114 String DFA_YEARS_DESC // Description
133 String DFA_ISLEAPYEAR_NAME // Name
137 String DFA_ISLEAPYEAR_DESC // Description
144 String DFA_DAYSINMONTH_NAME // Name
155 String DFA_DAYSINYEAR_NAME // Name
[all …]
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java53 String oId = (String)iBridge.mapInterfaceTo(testObject, new Type(XInterface.class)); in test()
89 assertEquals("hallo", (String)t_params[0]); in testCallWithInParameter()
99 Object params[] = new Object[]{new String[1]}; in testCallWithOutParameter()
108 ((String [])t_params[0])[0] = "testString"; in testCallWithOutParameter()
132 ((String [])t_params[0])[0] = "outString"; in testCallWithInOutParameter()
138 assertEquals("outString", ((String [])params[0])[0]); in testCallWithInOutParameter()
183 Object params[] = new Object[]{"hallo", new String[1], new String[]{"inOutString"}}; in testCallWithIn_Out_InOut_Paramters_and_result()
192 assertEquals("hallo", (String)t_params[0]); in testCallWithIn_Out_InOut_Paramters_and_result()
196 ((String [])t_params[1])[0] = "outString"; in testCallWithIn_Out_InOut_Paramters_and_result()
197 ((String [])t_params[2])[0] = "inOutString_res"; in testCallWithIn_Out_InOut_Paramters_and_result()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java75 public static void main(String args[]) { in main()
143 public String[] getMethodNames() { in getMethodNames()
144 String[] sMethodNames = new String[]{}; in getMethodNames()
147 sMethodNames = new String[xIdlMethods.length]; in getMethodNames()
159 public String[] getSupportedServiceNames() { in getSupportedServiceNames()
160 String[] sSupportedServiceNames = new String[]{}; in getSupportedServiceNames()
171 protected String[] getPropertyNames() { in getPropertyNames()
172 String[] sPropertyNames = new String[]{}; in getPropertyNames()
188 protected String[] getExportedInterfaceNames(){ in getExportedInterfaceNames()
190 String[] sTypeNames = new String[]{}; in getExportedInterfaceNames()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx57 String lcl_DBTrennConv(const String& aContent) in lcl_DBTrennConv()
59 String sTmp(aContent); in lcl_DBTrennConv()
156 String sTmp; in PutValue()
245 String SwDBField::Expand() const in Expand()
247 String sRet; in Expand()
629 const String& rCond, in SwDBNextSetField() argument
630 const String& , in SwDBNextSetField()
728 const String& rCond, in SwDBNumSetField()
729 const String& rDBNum, in SwDBNumSetField()
847 String sRet(aData.sDataSource); in Expand()
[all …]
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx108 String aAuthor;
110 String aCurEntry;
200 String aActionStr;
201 String aRangeStr;
202 String aStrMyName;
328 String aTitle1;
329 String aTitle2;
330 String aTitle3;
331 String aTitle4;
332 String aTitle5;
[all …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java101 String confirm = testdata.get("confirm"); in runCheckPermissionTest()
102 String warning = testdata.get("warning"); in runCheckPermissionTest()
106 String dialog = testdata.get("dialog"); in runCheckPermissionTest()
117 String output = null; in runCheckPermissionTest()
137 String secureURLs = null; in runCheckPermissionTest()
187 String expectedPath = "empty"; in runCheckPermissionTest()
209 private String getPathList() in getPathList()
211 String result = ""; in getPathList()
237 String[] paths = (String[])xPropertySet.getPropertyValue("SecureURL"); in getPathList()
251 String warning, String secureURLs ) in setSecurity()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1018 private String GetAttributeValue (final String sAttributeLocalName) in GetAttributeValue()
1026 private String GetOptionalAttributeValue ( in GetOptionalAttributeValue()
1027 final String sAttributeLocalName, in GetOptionalAttributeValue()
1028 final String sDefaultValue) in GetOptionalAttributeValue()
1077 final String[] aParts = sName.split(":"); in CreateQualifiedName()
1078 final String sNamespaceURL; in CreateQualifiedName()
1079 final String sLocalPart; in CreateQualifiedName()
1141 final String sFormat, in CreateErrorException()
1200 private final String msBasename;
1202 private String msTargetNamespace;
[all …]
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java55 public static String getCellInput(String cell) { in getCellInput()
72 public static String getCellText(String cell) { in getCellText()
110 String ret = ""; in toCharColumnNo()
136 String col = loc.substring(0, i); in parseLocation()
137 String row = loc.substring(i); in parseLocation()
156 String[] locs = range.split(":"); in parseRange()
181 public static String[][] getCellTexts(String range) { in getCellTexts()
186 String[][] texts = new String[rowCount][colCount]; in getCellTexts()
191 String text = app.getClipboard(); in getCellTexts()
194 String cellContent = ""; in getCellTexts()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java76 private static String beautifyTime(long _nTime) in beautifyTime()
106 private static boolean checkPathVariable(String _sPath, String delim) in checkPathVariable()
108 String sPath = System.getProperty(_sPath); in checkPathVariable()
114 String sToken = (String) aTokenEnum.nextElement(); in checkPathVariable()
142 String sKey = (String) aEnum.nextElement(); in checkAllVariablesForCygwinPath()
162 String sKey = (String) aEnum.nextElement(); in checkAllVariablesForCygwinPath()
165 String sValue = (String) _aParams.get(sKey); in checkAllVariablesForCygwinPath()
181 public static boolean run(String... args) in run()
195 String iniFile = cli.getIniPath(args); in run()
231 String sName = "base." + (String) param.get("TestBase"); in run()
[all …]
/trunk/main/fpicker/source/office/
H A Diodlgimp.hxx64 String m_aName; // name of the entry
68 SvtFileDialogFilter_Impl( const String& rName, const String& rType );
71 const String& GetName() const { return m_aName; } in GetName()
72 const String& GetType() const { return m_aType; } in GetType()
117 void OpenURL( const String& rURL );
154 ::std::vector< String > m_aFavourites;
227 String _aStdDir;
247 String _aIniKey;
257 void SetStandardDir( const String& _rDir );
258 inline const String& GetStandardDir() const { return _aStdDir; } in GetStandardDir()
[all …]

Completed in 175 milliseconds

1...<<11121314151617181920>>...312