Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/AOO41X/main/scaddins/source/analysis/
H A Danalysis.src32 String 1 // description Workday
42 String 3 // description of parameter 1 Workday
52 String 5 // description of parameter 2 Workday
62 String 7 // description of parameter 3 Workday
70 String 1 // description Yearfrac
80 String 3 // description of parameter 1 Yearfrac
90 String 5 // description of parameter 2 Yearfrac
100 String 7 // description of parameter 3 Yearfrac
108 String 1 // description Edate
118 String 3 // description of parameter 1 Edate
[all …]
/AOO41X/main/scaddins/source/datefunc/
H A Ddatefunc.src32 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
80 String 5 // description of parameter 2 DiffMonths
88 String 7 // description of parameter 3 DiffMonths
96 String 1 // description DiffYears
104 String 3 // description of parameter 1 DiffYears
[all …]
/AOO41X/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java180 IMethodDescription description) { in test() argument
181 assure(prefix + "; getIndex", description.getIndex() == index); in test()
183 (description.getMethod() == null) == buildIn); in test()
184 assure(prefix + "; isOneway", description.isOneway() == oneWay); in test()
185 ITypeDescription[] in = description.getInSignature(); in test()
192 ITypeDescription[] out = description.getOutSignature(); in test()
201 description.getReturnSignature().equals(returnValue)); in test()
228 ITypeDescription description) throws Exception { in test() argument
230 description.getTypeName().equals(data[0])); in test()
232 description.equals(TypeDescription.getTypeDescription( in test()
[all …]
/AOO41X/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv1 _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, …
10 _checkPermission;description=Try to get permssion when run macro is set to always, warning dialog, …
[all …]
H A DScriptInfo.csv1 _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 DScriptRuntimeManager.csv1 _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…
H A DScriptStorage.csv1 _getScriptLogicalNames;description=Try to get logical names;expected=MemoryUtils.MemUsage
2 _getImplementations;description=Try to get a valid implementation;logicalname=script://MemoryUtils.…
3 _getAllImplementations;description=Try to get all valid implementations;location=doc_with_beanshell…
4 _refresh;description=Try calling refresh;expected=success
/AOO41X/main/unotools/source/misc/
H A Datom.cxx65 aDesc.description = it->first; in getAll()
83 aDesc.description = it->first; in getRecent()
98 void AtomProvider::overrideAtom( int atom, const ::rtl::OUString& description ) in overrideAtom() argument
100 m_aAtomMap[ description ] = atom; in overrideAtom()
101 m_aStringMap[ atom ] = description; in overrideAtom()
195 void MultiAtomProvider::overrideAtom( int atomClass, int atom, const ::rtl::OUString& description ) in overrideAtom() argument
200 m_aAtomLists[ atomClass ]->overrideAtom( atom, description ); in overrideAtom()
213 sal_Int32 AtomServer::getAtom( sal_Int32 atomClass, const ::rtl::OUString& description, sal_Bool cr… in getAtom() argument
217 return m_aProvider.getAtom( atomClass, description, create ); in getAtom()
243 aRet.getArray()[i].description = atoms.back().description; in getClass()
[all …]
/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java101 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
120 … screenshotPath = Testspace.getPath(SCREENSHOT_DIR + "/" + description.getDisplayName() + ".png"); in fail()
124 …log(Level.SEVERE, MessageFormat.format("[{0}] is failed. Screenshot: {1}", description.getMethodNa… in fail()
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
[all …]
H A DCSVReporter.java54 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 DXMLReporter.java71 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 …]
/AOO41X/main/jurt/com/sun/star/lib/connections/socket/
H A DConnectionDescriptor.java36 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()
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java188 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()
/AOO41X/main/offapi/com/sun/star/chart/
H A DXChartDataArray.idl67 /** 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
/AOO41X/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptEntry.java33 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 DParcelDescriptor.java232 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()
/AOO41X/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch207 + <target name="clean" description="Clean all files other than source code and downloaded jars.">
213 + <target name="download" description="Download third-party jar files.">
231 + <target name="copysource-development" description="Copy relevant source files from development…
357 + <target name="create-meta-inf" description="Create contents of META-INF/services files">
384 + <target name="compile-bj" description="Compile Saxon-B classes for Java." depends="copysource-…
412 + <target name="compile-saj" description="Compile Saxon-SA classes for Java." depends="copysourc…
428 + <target name="compile-s9api" description="Compile s9api classes for Java."
445 + <target name="compile-bn" description="Compile Saxon-B classes for .NET" depends="copysource-d…
460 + <target name="compile-san" description="Compile Saxon-SA classes for .NET" depends="copysource…
475 + <target name="jar-bj" description="Create Saxon-B jar files for Java" depends="create-meta-inf…
[all …]
/AOO41X/main/offapi/com/sun/star/table/
H A DCellProperties.idl169 /** 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.
/AOO41X/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp119 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()
/AOO41X/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1195 /** Gets a description of the stored procedures available in a
1205 Each procedure description has the following columns:
1245 each row is a procedure description
1253 /** gets a description of a catalog's stored procedure parameters
1264 <p>Each row in the XResultSet is a parameter description or
1265 column description with the following fields:
1355 /** gets a description of tables available in a catalog.
1362 <p>Each table description has the following columns:
1396 each row is a table description
1464 /** gets a description of table columns available in
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Datom.hxx44 ::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 );
/AOO41X/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl57 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>
/AOO41X/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java416 String description = xDocProps2.getDescription(); in setWizardTemplateDocInfo() local
417 description = description + PropertyNames.SPACE + TemplateDescription; in setWizardTemplateDocInfo()
418 description = JavaTools.replaceSubString(description, WizardName, "<wizard_name>"); in setWizardTemplateDocInfo()
419 description = JavaTools.replaceSubString(description, myDate, "<current_date>"); in setWizardTemplateDocInfo()
420 xDocProps2.setDescription(description); in setWizardTemplateDocInfo()
/AOO41X/main/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl46 /** returns a description string to describe a package type.
49 description
54 /** returns a short description string to describe a package type
58 description
64 Both, the short description string and file filter string
/AOO41X/main/solenv/bin/
H A Dtransform_description.pl64 my @description = ();
68 @description = <SOURCE>;
73 @description = <STDIN>;
81 foreach (@description)

12345678910>>...20