Home
last modified time | relevance | path

Searched refs:String (Results 201 – 225 of 7527) sorted by relevance

12345678910>>...302

/trunk/main/sc/source/core/data/
H A Ddpdimsave.cxx54 void ScDPSaveGroupItem::AddElement( const String& rName ) in AddElement()
95 void ScDPSaveGroupItem::Rename( const String& rNewName ) in Rename()
132 ScDPSaveGroupDimension::ScDPSaveGroupDimension( const String& rSource, const String& rName ) : in ScDPSaveGroupDimension()
139 ScDPSaveGroupDimension::ScDPSaveGroupDimension( const String& rSource, const String& rName, const S… in ScDPSaveGroupDimension()
162 String ScDPSaveGroupDimension::CreateGroupName( const String& rPrefix ) in CreateGroupName()
173 String aGroupName( rPrefix ); in CreateGroupName()
348 String maDimName;
355 String maSrcDimName;
517 String ScDPDimensionSaveData::CreateGroupDimName( const String& rSourceName, in CreateGroupDimName()
530 String aDimName( rSourceName ); in CreateGroupDimName()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java39 public static final String XLINK_NS = "http://www.w3.org/1999/xlink";
40 public static final String PURL_NS = "http://purl.org/dc/elements/1.1/";
45 public static final String CHARTOOO_NS = "http://openoffice.org/2010/chart";
47 public static final String MATHML_NS = "http://www.w3.org/1998/Math/MathML";
50 public static final String OO2004_NS = "http://openoffice.org/2004/office";
51 public static final String OOW2004_NS = "http://openoffice.org/2004/writer";
52 public static final String OOC2004_NS = "http://openoffice.org/2004/calc";
54 public static final String XFORMS_NS = "http://www.w3.org/2002/xforms";
55 public static final String XSD_NS = "http://www.w3.org/2001/XMLSchema";
58 public static final String GRDDL_NS = "http://www.w3.org/2003/g/data-view#";
[all …]
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx38 class String;
171 String toUpper( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
172 String toLower( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
173 String toTitle( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
187 const String& rStr,
190 const String& userDefinedCharactersStart,
196 const String& rStr,
217 void toUpper( String& rStr ) const in toUpper()
219 void toLower( String& rStr ) const in toLower()
221 inline String upper( const String& rStr ) const in upper()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java69 private String rootOid;
73 private String partTypeName;
79 String partTypeName, in UnoUrlPart()
111 String rootOid) { in UnoUrl()
143 public String getRootOid() { in getRootOid()
226 private static String decodeUTF8(String s) in decodeUTF8()
265 String aKey = ""; in buildParamHashMap()
266 String aValue = ""; in buildParamHashMap()
307 String theParamPart = ""; in parseUnoUrlPart()
330 private static boolean isValidString(String identifier, String validCharSet) { in isValidString()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src187 String STR_QUERY_SORTTEXT
196 String STR_QUERY_NOTABLE
260 String STR_QRY_TOOCOMPLEX
264 String STR_QRY_NOSELECT
272 String STR_QRY_SYNTAX
285 String STR_QRY_NATIVE
357 String STR_QUERYDESIGN
362 String STR_VIEWDESIGN
384 String 1
388 String 2
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java178 String[] pStrings = new String[STRINGS_NUM]; in GetLocalizedString()
304 protected static String GetMainURL( String sWebPage, String sVURL ) in GetMainURL()
340 protected static String GetRedirectURL( String sWebPage, String sURL ) in GetRedirectURL()
422 String sURL = ""; in CreateTempFile()
441 protected static String EachLine( String sURL ) in EachLine()
443 String sText = ""; in EachLine()
471 String sTitle = ""; in GetDocTitle()
529 …protected static String GetFilterName( XComponentContext xContext, String aTypeName, String aDocSe… in GetFilterName()
783 static protected String GetLoginToken( String sLoginPage ) in GetLoginToken()
918 …protected static String[] GetPasswordsForURLAndUser( XComponentContext xContext, String sURL, Stri… in GetPasswordsForURLAndUser()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java111 String sName = (String) xPSet.getPropertyValue(PropertyNames.PROPERTY_NAME); in getControlKey()
201 public Object getControlProperty(String ControlName, String PropertyName) in getControlProperty()
244 public Size getpreferredLabelSize(String LabelName, String sLabel) in getpreferredLabelSize()
296 public XFixedText insertLabel(String sName, String[] sPropNames, Object[] oPropValues) in insertLabel()
619 …public XInterface insertControlModel(String ServiceName, String sName, String[] sProperties, Objec… in insertControlModel()
642 public static String[] combineListboxList(String sFirstEntry, String[] MainList) in combineListboxList()
646 String[] FirstList = new String[] in combineListboxList()
650 String[] ResultList = new String[MainList.length + 1]; in combineListboxList()
843 public void deletefirstListboxEntry(String ListBoxName, String DelEntryName) in deletefirstListboxEntry()
1032 public void addResourceHandler(String _Unit, String _Module) in addResourceHandler()
[all …]
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.hxx124 virtual String GetCurrFormatName();
151 virtual String GetParSource() const;
152 virtual String GetParName() const;
153 virtual String GetParUser() const;
154 virtual String GetParPass() const;
233 virtual void InitFromOldLink( const String& rFile, const String& rFilter,
234 const String& rOptions, const String& rSource,
236 virtual String GetURL();
313 virtual void SetScenarioData( const String& rName, const String& rComment,
316 virtual void GetScenarioData( String& rName, String& rComment,
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java100 String Name;
245 …public boolean createTable(String _catalogname, String _schemaname, String _tablename, String[] _f… in createTable()
360 …an createTable(String _catalogname, String _schemaname, String _tablename, String[] _keycolumnname… in createTable()
369 private void assignTableProperty(String _spropname, String _svalue) in assignTableProperty()
387 public boolean modifyColumnName(String _soldname, String _snewname) in modifyColumnName()
401 public boolean modifyColumn(String _sname, String _spropname, Object _oValue) in modifyColumn()
501 String[] fieldnames = new String[columncontainer.size()]; in getColumnNames()
514 return new String[] in getColumnNames()
746 String[] sbinaryfieldnames = new String[NonBinaryFieldNameVector.size()]; in getNonBinaryFieldNames()
751 … public String getComposedTableName(String _scatalogname, String _sschemaname, String _stablename) in getComposedTableName()
[all …]
H A DQueryMetaData.java37 public String Command;
44 public String[] UniqueAggregateFieldNames = new String[]
101 public void addSeveralFieldColumns(String[] _FieldNames, String _sCommandName) in addSeveralFieldColumns()
152 public void removeFieldColumn(String _sFieldName, String _sCommandName) in removeFieldColumn()
174 ArrayList<String> CommandNamesV = new ArrayList<String>(1); in getIncludedCommandNames()
185 String[] sIncludedCommandNames = new String[CommandNamesV.size()]; in getIncludedCommandNames()
190 public static String[] getIncludedCommandNames(String[] _FieldNames) in getIncludedCommandNames()
192 ArrayList<String> CommandNames = new ArrayList<String>(1); in getIncludedCommandNames()
209 String[] sIncludedCommandNames = new String[CommandNames.size()]; in getIncludedCommandNames()
214 public String[] getFieldNamesOfCommand(String _sCommandName) in getFieldNamesOfCommand()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java86 private String table = "";
88 public NameComponents(String catalog, String schema, String table) { in NameComponents()
113 public String getTable() { in getTable()
150 …XDatabaseMetaData metadata, String catalog, String schema, String table, boolean quote, ComposeRul… in composeTableName()
236 …public static String doComposeTableName(XDatabaseMetaData metadata, String catalog, String schema,… in doComposeTableName()
275 public static String composeTableNameForSelect(XConnection connection, String catalog, in composeTableNameForSelect()
276 String schema, String table) throws SQLException { in composeTableNameForSelect()
316 public static String quoteName(String quote, String name) { in quoteName()
491 String prefix = ""; in createStandardColumnPart()
492 String postfix =""; in createStandardColumnPart()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx71 String* pAction;
72 String* pPos;
73 String* pAuthor;
74 String* pDate;
75 String* pComment;
148 String aStrMove;
149 String aStrContent;
150 String aStrReject;
151 String aUnknown;
154 String aStrNoEntry;
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java49 String sPath = null;
56 private String sLabel = "";
93 public String getAnchor(){ in getAnchor()
106 String sClassName = ""; in getClassName()
125 public void openIdlDescription(String _sIDLUrl, String _sClassName, String _sAnchor){ in openIdlDescription()
208 public boolean isFilterApplicable(String _sFilter, String _sName){ in isFilterApplicable()
233 private static String[] getMandatoryServiceNames(String _sServiceName){ in getMandatoryServiceNames()
234 String[] sMandatoryServiceNames = new String[]{}; in getMandatoryServiceNames()
259 private static String[] removeMandatoryServiceNames(String[] _sServiceNames){ in removeMandatoryServiceNames()
272 String[] sRetArray = new String[aVector.size()]; in removeMandatoryServiceNames()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DReportDesignerTest.java153 String mTestDocumentPath;
159 public String[] getTestMethodNames() in getTestMethodNames()
166 String sOfficePath = ""; in checkIfOfficeExists()
260 private String m_sMailAddress = null;
268 private static String m_sSourceName;
290 String sAppExecutionCommand = (String) param.get("AppExecutionCommand"); in ReportDesignTest()
337String sDocument = (String) param.get(convwatch.PropertyName.DOC_COMPARATOR_INPUT_PATH); in ReportDesignTest()
470 String sDBConnection = (String)param.get( convwatch.PropertyName.DB_CONNECTION_STRING ); in createDBEntry()
491 String sSpecial = ""; in createDBEntry()
520 String sExtension; in getFormatExtension()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx53 const String &rWildCard, in DBG_NAME()
56 const String &rTypNm, in DBG_NAME()
58 const String &rMimeType, in DBG_NAME()
59 const String &rUsrDat, in DBG_NAME()
72 String aShort, aLong; in DBG_NAME()
73 String aRet; in DBG_NAME()
75 String aTest; in DBG_NAME()
114 String aRet = GetWildcard()(); in GetSuffixes()
173 return pType ? String::CreateFromAscii(pType) : String(); in GetTypeFromStorage()
184 String aName; in GetTypeFromStorage()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java39 String packagePath = installData.getPackagePath(); in checkPackagePathExistence()
50 String os = installData.getOSType(); in checkPackageFormat()
80 String pkgCommand = ""; in collectSystemLanguages()
81 String[] pkgCommandArray; in collectSystemLanguages()
82 String adminFileName = ""; in collectSystemLanguages()
83 String log = ""; in collectSystemLanguages()
89 pkgCommandArray = new String[2]; in collectSystemLanguages()
107 String oneLang = (String)returnVector.get(i); in collectSystemLanguages()
137 String subDirName = "testdir"; in createdSubDirectory()
163 static public boolean createdDirectory(String dir) { in createdDirectory()
[all …]
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx70 String aErrStr;
79 String GetErrorStr() { return aErrStr; } in GetErrorStr()
99 virtual void setLibraryPassword( const String& rLibraryName, const String& rPassword ) = 0;
100 virtual String getLibraryPassword( const String& rLibraryName ) = 0;
144 String aName;
145 String maStorageName;
186 String GetName() const { return aName; } in GetName()
194 String GetLibName( sal_uInt16 nLib );
242 …ErrCode ExecuteMacro( String const& i_fullyQualifiedName, String const& i_commaSeparatedAr…
259 StarBASIC* CreateLib( const String& rLibName, const String& Password,
[all …]
/trunk/main/svtools/source/control/
H A Dinettbc.cxx92 static sal_Bool TildeParsing( String& aText, String& aBaseUrl );
375 String aMatchName; in ReadFolder()
509 String SvtURLBox::ParseSmart( String aText, String aBaseURL, String aWorkDir ) in ParseSmart()
511 String aMatch; in ParseSmart()
516 return String(); in ParseSmart()
612 String aMatch; in run()
770 String aMatchString; in TryAutoComplete()
850 SetText( String() ); in ImplInit()
1136 String SvtURLBox::GetURL() in GetURL()
1252 String& in TildeParsing()
[all …]
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx352 String aSysExt; in DBG_NAME()
450 String aString2 = String(ModuleRes(STR_STAT_WARNING));
458 String aString1 = String(ModuleRes(STR_ADABAS_NO_BACKUP_FILE));
459 String aString2 = String(ModuleRes(STR_STAT_WARNING));
488 String sTemp;
498 String aErrorMessage = String(ModuleRes(STR_DEVSPACE_NO_FILE));
586 String sErrorMessage = String(ModuleRes(STR_ADABAS_DB_EXISTS)); in IMPL_LINK()
592 String sErrorMessage = String(ModuleRes(STR_ADABAS_DB_EXISTS)); in IMPL_LINK()
633 String aPath; in IMPL_LINK()
641 String sUrl; in IMPL_LINK()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx125 const String& rUserStr, String& rRet ) const in Expand()
204 String sRet; in Expand()
334 String sRet; in Expand()
437 String aRet; in Expand()
617 String aRet; in Expand()
636 String sTmp; in Expand()
783 String sRet; in Expand()
908 String aStr; in Expand()
1610 String sVal; in PutValue()
1635 String SwHiddenTxtField::GetColumnName(const String& rName) in GetColumnName()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java26 private String aName;
184 public String getProgrammaticFuntionName(String aDisplayName) in getProgrammaticFuntionName()
192 public String getDisplayFunctionName(String aProgrammaticName) in getDisplayFunctionName()
199 public String getFunctionDescription(String aProgrammaticName) in getFunctionDescription()
206 public String getDisplayArgumentName(String aProgrammaticFunctionName, in getDisplayArgumentName()
215 public String getArgumentDescription(String aProgrammaticFunctionName, in getArgumentDescription()
224 public String getProgrammaticCategoryName(String aProgrammaticFunctionName) in getProgrammaticCategoryName()
229 public String getDisplayCategoryName(String aProgrammaticFunctionName) in getDisplayCategoryName()
250 public String getServiceName() in getServiceName()
264 String [] aSupportedServices = new String[ 2 ]; in getSupportedServiceNames()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java50 private static final String[] DEFAULT_HOME = new String[] {
75 private ArrayList<String> args = new ArrayList<String>();
77 private ArrayList<String> registryModifications = new ArrayList<String>();
230 for (String a : arguments) in addArgs()
235 for (String i : items) in addRegistryModifications()
251 public String getUnoUrl() { in getUnoUrl()
303 ArrayList<String> cmds = new ArrayList<String>(); in start()
329 String newContent = ""; in start()
344 String cmdLine=""; in start()
345 for (String s : cmds) in start()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java123 public String Name = null ;
127 public String URL = null ;
135 public String User = null ;
139 public String Password = null ;
155 public String[] TableFilter = null ;
342 String dbDir, String fileExtension) in connectToTextDB()
387 String dbDir) in connectToDBase()
447 String testURL = null ; in registerTestDB()
454 String existURL = null ; in registerTestDB()
650 public static String dirToUrl(String dir) { in dirToUrl()
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java173 private String m_sFileName ;
197 private String m_sMessage;
205 String sMessage ) in ProtocolLine()
215 public synchronized String toString() in toString()
303 public synchronized String toHTML() in toHTML()
392 String sColor = "#000000"; in toHTML()
491 String sFileName) in Protocol()
511 String sContent; in finish()
682 String sContent; in log()
767 private String impl_generateHTMLHeader() in impl_generateHTMLHeader()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java148 public String getDisplayName() in getDisplayName()
514 private static String zipName(String name) in zipName()
567 public String mimeType(String name) { in mimeType()
661 public void rename(String oldName, String newName) in rename()
721 public String[] children(String name) in children()
804 private String scope;
826 private String parent;
871 String[] chn = new String[children.size()]; in getChildren()
970 private String name;
1012 public String getName() in getName()
[all …]

Completed in 214 milliseconds

12345678910>>...302