/trunk/main/scaddins/source/analysis/ |
H A D | analysis.src | 32 String 1 // description Workday 70 String 1 // description Yearfrac 108 String 1 // description Edate 164 String 1 // description EoMonth 360 String 1 // description Mround 388 String 1 // description SqrtPI 888 String 1 // description Delta 916 String 1 // description Erf 944 String 1 // description Erfc 1172 String 1 // description Imln [all …]
|
/trunk/main/scaddins/source/datefunc/ |
H A D | datefunc.src | 32 String 1 // description DiffWeeks 40 String 3 // description of parameter 1 DiffWeeks 48 String 5 // description of parameter 2 DiffWeeks 56 String 7 // description of parameter 3 DiffWeeks 64 String 1 // description DiffMonths 72 String 3 // description of parameter 1 DiffMonths 96 String 1 // description DiffYears 104 String 3 // description of parameter 1 DiffYears 112 String 5 // description of parameter 2 DiffYears 192 String 1 // description Rot13 [all …]
|
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 177 IMethodDescription description) { in test() argument 180 (description.getMethod() == null) == buildIn); in test() 182 ITypeDescription[] in = description.getInSignature(); in test() 189 ITypeDescription[] out = description.getOutSignature(); in test() 198 description.getReturnSignature().equals(returnValue)); in test() 225 ITypeDescription description) throws Exception { in test() argument 227 description.getTypeName().equals(data[0])); in test() 232 description.getArrayTypeName().equals(data[1])); in test() 235 description.getTypeClass() == data[3]); in test() 237 description.getComponentType() == null); in test() [all …]
|
/trunk/main/scripting/workben/data/testdata/ |
H A D | ScriptStorageManager.csv | 1 _createScriptStorage;description=Try to create a ScriptStorage;expected=success 2 _createScriptStorageWithURI;description=Try to create a document ScriptStorage;location=script_in_c… 3 _getScriptStorage;description=Try to get application share ScriptStorage;location=share;expected=XS… 4 _getScriptStorage;description=Try to get application user ScriptStorage;location=user;expected=XScr… 5 _refreshScriptStorage;description=Try to refresh non-existent ScriptStorage;location=non-existent;e… 6 _refreshScriptStorage;description=Try to refresh valid document ScriptStorage;location=script_in_cl… 7 _checkPermission;description=Try to get permssion when run macro is set to never;location=check_per… 8 _checkPermission;description=Try to get permssion when run macro is set to always, and no warning d… 9 _checkPermission;description=Try to get permssion when run macro is set to always, warning dialog, … 11 _checkPermission;description=Try to get permssion when run macro is set to according to path list, … [all …]
|
H A D | ScriptInfo.csv | 1 _getLogicalName;description=Try to get a logical name;expected=MemoryUtils.MemUsage 2 _getParcelURI;description=Try to get a parcel URI;expected=ExampleSpreadSheetLatest.sxc/Scripts/jav… 3 _getLanguage;description=Try to get language;expected=Java 4 _getFunctionName;description=Try to get a function name;expected=MemoryUsage.updateMemoryUsage 5 _getLanguageProperties;description=Try to get language properties;expected=MemUsage.jar 6 _getFileSetNames;description=Try to get fileset names;expected=delivered 7 _getFilesInFileSet;description=Try to get files in fileset;expected=google.jar 8 _getDescription;description=Try to get description;expected=Show JVM memory usage stats
|
H A D | ScriptRuntimeManager.csv | 1 _resolve;description=Try to resolve a valid document URI;location=script_in_class_file.sxw;logicaln… 2 _resolve;description=Try to resolve a valid user URI;location=user;logicalname=script://user.jsuite… 3 _resolve;description=Try to resolve a valid share URI;location=share;logicalname=script://share.jsu… 4 _resolve;description=Try to resolve an invalid URI;location=user;logicalname=scrpit://user.jsuite.t… 5 _resolve;description=Try to resolve a valid but non existent URI;location=user;logicalname=script:/… 6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr… 7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context… 8 _invoke;description=Try to invoke a valid user level script in a jar file;location=user;context=nul…
|
/trunk/main/setup_native/source/packinfo/ |
H A D | packinfo_office.txt | 36 # description 85 description = "Core module for %APACHEPROJECTNAME %PRODUCTVERSION" 527 description = "Af dictionary for %PRODUCTNAME %PRODUCTVERSION" 544 description = "Ca dictionary for %PRODUCTNAME %PRODUCTVERSION" 561 description = "Cs dictionary for %PRODUCTNAME %PRODUCTVERSION" 578 description = "Da dictionary for %PRODUCTNAME %PRODUCTVERSION" 646 description = "En dictionary for %PRODUCTNAME %PRODUCTVERSION" 663 description = "Es dictionary for %PRODUCTNAME %PRODUCTVERSION" 680 description = "Et dictionary for %PRODUCTNAME %PRODUCTVERSION" 697 description = "Fr dictionary for %PRODUCTNAME %PRODUCTVERSION" [all …]
|
H A D | packinfo_office_lang.txt | 36 # description 51 description = "Language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" 68 description = "Language fonts module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRI… 85 description = "Language resource module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGES… 102 description = "Language help module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRIN… 119 description = "Writer language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTR… 136 description = "Calc language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRIN… 153 description = "Impress language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGEST… 170 description = "Draw language module for %APACHEPROJECTNAME , language %LANGUAGESTRING" 187 description = "Math language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRIN… [all …]
|
/trunk/main/unotools/source/misc/ |
H A D | atom.cxx | 65 aDesc.description = it->first; in getAll() 83 aDesc.description = it->first; in getRecent() 100 m_aAtomMap[ description ] = atom; in overrideAtom() 101 m_aStringMap[ atom ] = description; in overrideAtom() 200 m_aAtomLists[ atomClass ]->overrideAtom( atom, description ); in overrideAtom() 217 return m_aProvider.getAtom( atomClass, description, create ); in getAtom() 243 aRet.getArray()[i].description = atoms.back().description; in getClass() 261 aRet.getArray()[i].description = atoms.back().description; in getRecentAtoms() 303 nAtom = m_xServer->getAtom( atomClass, description, bCreate ); in getAtom() 310 m_aProvider.overrideAtom( atomClass, nAtom, description ); in getAtom() [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | Logger.java | 101 protected void start(Description description) { in start() argument 102 if (!description.getClassName().equals(curClassName)) { in start() 103 curClassName = description.getClassName(); in start() 110 log(Level.INFO, "Start running test method [" + description.getMethodName() + "]"); in start() 117 protected void fail(Throwable e, Description description) { in fail() argument 143 private void finish(Description description) { in finish() argument 144 log(Level.INFO, "Finish running test method [" + description.getMethodName() + "]"); in finish() 148 public Statement apply(final Statement base, final Description description) { in apply() argument 152 start(description); in apply() 159 fail(t, description); in apply() [all …]
|
H A D | CSVReporter.java | 54 public void testStarted(Description description) throws Exception { in testStarted() argument 56 if (!description.getClassName().equals(testClassName)) { in testStarted() 58 startSuite(description); in testStarted() 80 public void testFinished(Description description) throws Exception { in testFinished() argument 86 public void testIgnored(Description description) throws Exception { in testIgnored() argument 87 testStarted(description); in testIgnored() 90 Ignore ignore = description.getAnnotation(Ignore.class); in testIgnored() 91 testFinished(description); in testIgnored() 101 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument 105 private void startSuite(Description description) { in startSuite() argument [all …]
|
H A D | XMLReporter.java | 71 public void testStarted(Description description) throws Exception { in testStarted() argument 78 testcaseEl.setAttribute("name", description.getDisplayName()); in testStarted() 79 testcaseEl.setAttribute("classname", description.getClassName()); in testStarted() 80 testcaseEl.setAttribute("methodname", description.getMethodName()); in testStarted() 110 public void testFinished(Description description) throws Exception { in testFinished() argument 117 public void testIgnored(Description description) throws Exception { in testIgnored() argument 118 testStarted(description); in testIgnored() 120 Ignore ignore = description.getAnnotation(Ignore.class); in testIgnored() 124 testFinished(description); in testIgnored() 140 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument [all …]
|
/trunk/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 213 + <target name="download" description="Download third-party jar files."> 428 + <target name="compile-s9api" description="Compile s9api classes for Java." 769 + <target name="samples-j" description="Copy and Compile Java Samples" 806 + <target name="testdrivers-j" description="Copy Java Test Drivers"> 820 + <target name="samples-n" description="Assemble release samples for .NET" 845 + <target name="product-javadoc" description="Generate Javadoc."> 877 + <target name="release-userdoc" description="Generate User Documentation"> 971 + description="Generate Saxon-B for the Java platform"/> 974 + description="Generate Saxon-SA for the Java platform"/> 977 + description="Generate Saxon for the .NET platform"/> [all …]
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/ |
H A D | ConnectionDescriptor.java | 36 public ConnectionDescriptor(String description) in ConnectionDescriptor() argument 38 for (int i = description.indexOf(','); i >= 0;) { in ConnectionDescriptor() 39 int j = description.indexOf(',', i + 1); in ConnectionDescriptor() 40 int k = j < 0 ? description.length() : j; in ConnectionDescriptor() 41 int l = description.indexOf('=', i + 1); in ConnectionDescriptor() 46 String key = description.substring(i + 1, l); in ConnectionDescriptor() 47 String value = description.substring(l + 1, k); in ConnectionDescriptor()
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ |
H A D | ScriptDescriptor.java | 188 StringBuffer description = new StringBuffer( m_name ); in toString() local 191 description.append( " (" ); in toString() 197 description.append( types[ i ].getName() ); in toString() 198 description.append( ", " ); in toString() 201 description.append( types[ types.length - 1 ].getName() ); in toString() 203 description.append( ")" ); in toString() 205 return description.toString(); in toString()
|
/trunk/main/offapi/com/sun/star/chart/ |
H A D | XChartDataArray.idl | 67 /** retrieves the description texts for all rows. 70 a sequence of strings, each representing the description 77 /** sets the description texts for all rows. 80 a sequence of strings which represent a description for 87 /** retrieves the description texts for all columns. 90 a sequence of strings, each representing the description 97 /** sets the description texts for all columns. 100 a sequence of strings which represent a description for
|
/trunk/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptEntry.java | 33 private String description = ""; field in ScriptEntry 57 this.description = entry.description; in ScriptEntry() 68 Map languagedepprops, String description) { in ScriptEntry() argument 71 this.description = description; in ScriptEntry() 118 return description; in getDescription()
|
H A D | ParcelDescriptor.java | 232 String language, languagename, logicalname, description = ""; in getScriptEntries() local 261 description = cd.getData().trim(); in getScriptEntries() 290 …criptEntry entry = new ScriptEntry(language, languagename, logicalname, "",langProps, description); in getScriptEntries() 410 String description = script.getDescription(); in addScriptEntry() local 411 if (description == null || description.equals("")) in addScriptEntry() 413 description = script.getLogicalName(); in addScriptEntry() 415 tempitem.appendChild(document.createTextNode(description)); in addScriptEntry()
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccTable.cpp | 119 STDMETHODIMP CAccTable::get_columnDescription(long column, BSTR * description) in get_columnDescription() argument 127 if(description == NULL) in get_columnDescription() 137 SAFE_SYSFREESTRING(*description);//?? in get_columnDescription() 138 *description = SysAllocString((OLECHAR*)ouStr.getStr()); in get_columnDescription() 139 if(description==NULL) in get_columnDescription() 349 STDMETHODIMP CAccTable::get_rowDescription(long row, BSTR * description) in get_rowDescription() argument 357 if(description == NULL) in get_rowDescription() 367 SAFE_SYSFREESTRING(*description); in get_rowDescription() 368 *description = SysAllocString((OLECHAR*)ouStr.getStr()); in get_rowDescription() 369 if(description==NULL) in get_rowDescription()
|
/trunk/main/offapi/com/sun/star/table/ |
H A D | CellProperties.idl | 169 /** contains a description of the cell or cell range border. 179 /** contains a description of the top border line of each cell. 185 /** contains a description of the bottom border line of each cell. 191 /** contains a description of the left border line of each cell. 197 /** contains a description of the right border line of each cell. 213 /** contains a description of the shadow. 219 /** contains a description of the cell protection. 237 /** contains a description of the top left to bottom right diagonal line of each cell. 243 /** contains a description of the bottom left to top right diagonal line of each cell.
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 1245 each row is a procedure description 1265 column description with the following fields: 1396 each row is a table description 1554 each row is a column description 1609 each row is a column privilege description 1662 each row is a table privilege description 1731 each row is a column description 1789 each row is a column description 2283 each row is a SQL type description 2371 each row is an index column description [all …]
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleContext.idl | 57 That are role, state, name, description, and relations to other objects. 59 <const>AccessibleRole::BUTTON</const>, its name is 'OK', and its description 122 <p>The role is a generic description of an objects function. The 135 /** Returns the object's description. 137 <p>Returns the object's localized description. The description should 142 The returned string is the object's localized description. 182 description of the individual states.</p> 195 for the name and description texts.</p>
|
/trunk/main/unotools/inc/unotools/ |
H A D | atom.hxx | 44 ::rtl::OUString description; 64 void overrideAtom( int atom, const ::rtl::OUString& description ); 88 void overrideAtom( int atomClass, int atom, const ::rtl::OUString& description ); 90 { overrideAtom( atomClass, newDescription.atom, newDescription.description ); } in overrideAtom() 110 …virtual sal_Int32 SAL_CALL getAtom( sal_Int32 atomClass, const ::rtl::OUString& description, sal_B… 123 int getAtom( int atomClass, const ::rtl::OUString& description, sal_Bool bCreate );
|
/trunk/main/desktop/test/deployment/update/website_update/ |
H A D | readme.txt | 62 -Create a new release for the extension. Upload the description.xml of version 2.0 63 (update/web6/description.xml). Provide a download URL for the web site (field 98 The description.xml which will be uploaded contains URLs for release notes and publisher 108 to those provided in the description.xml. These should NOT go into the update feed. 112 -Create a new release for the extension. Upload the description.xml of version 2.0 113 (update/web7/description.xml). Provide a download URL for the web site (field 125 The Update Dialog should show the publisher name as provided in the description.xml. 129 the description.xml. That is:
|
/trunk/main/test/java/test/src/main/java/org/openoffice/test/ |
H A D | OfficeConnection.java | 53 description = "pipe,name=oootest" + UUID.randomUUID(); in setUp() 57 "-accept=" + description + ";urp", in setUp() 76 description = sofficeArg.substring("connect:".length()); in setUp() 89 "uno:" + description + in setUp() 144 return description; in getDescription() 215 private String description; field in OfficeConnection
|