Home
last modified time | relevance | path

Searched refs:name (Results 151 – 175 of 2292) sorted by relevance

12345678910>>...92

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_DatabaseImportDescriptor.java63 public void changeProp(String name, int nr) { in changeProp() argument
69 if ( ! name.equals(props[nr].Name) ) { in changeProp()
71 log.println("But the status is for '"+name+"'"); in changeProp()
86 log.println("Value for '"+name+"' hasn't changed"); in changeProp()
87 tRes.tested(name, false); in changeProp()
90 log.println("Property '"+name+"' OK"); in changeProp()
91 tRes.tested(name, true); in changeProp()
95 name + "'"); in changeProp()
97 tRes.tested(name, false); in changeProp()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DConvert.java94 public void addInputStream(String name, InputStream is) in addInputStream() argument
100 inputDoc = ci.getPluginFactory().createDeviceDocument(name, is); in addInputStream()
102 inputDoc = ci.getPluginFactory().createOfficeDocument(name, is); in addInputStream()
120 public void addInputStream(String name, InputStream is,boolean isZip) in addInputStream() argument
126 inputDoc = ci.getPluginFactory().createDeviceDocument(name, is); in addInputStream()
128 inputDoc = ci.getPluginFactory().createOfficeDocument(name, is, isZip); in addInputStream()
299 public Document getOfficeDocument(String name, InputStream is) in getOfficeDocument() argument
301 return(ci.getPluginFactory().createOfficeDocument(name, is)); in getOfficeDocument()
318 public Document getDeviceDocument(String name, InputStream is) in getDeviceDocument() argument
320 return(ci.getPluginFactory().createDeviceDocument(name, is)); in getDeviceDocument()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java138 protected Class findClass( String name ) throws ClassNotFoundException { in findClass() argument
142 throw new ClassNotFoundException( name ); in findClass()
148 protected Class loadClass( String name, boolean resolve ) in loadClass() argument
151 Class c = findLoadedClass( name ); in loadClass()
154 c = super.findClass( name ); in loadClass()
156 return super.loadClass( name, resolve ); in loadClass()
161 return super.loadClass( name, resolve ); in loadClass()
175 public URL getResource(String name) { in getResource() argument
178 URL result = super.getResource(name); in getResource()
190 File f2 = new File(f1, name); in getResource()
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl50 is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird".
60 is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
69 /** attempts to get the default profile name for the given product.
72 is the product name to get default profile.Currently support "Mozilla" and "Thunderbird".
74 the default profile name for the given product.
83 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
85 the profile name to get full path.
95 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
97 the profile name to check.
107 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
[all …]
/trunk/main/writerfilter/source/doctok/
H A Dresourceidmapper.xsl26 <!-- Key all attributes with the same name and same value -->
27 <xsl:key name="same-valued-tagged-data"
60 <xsl:call-template name='idtoqname'>
61 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
77 <xsl:call-template name='idtoqname'>
78 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
89 …<xsl:for-each select='.//UML:Class[@name!="reserved"]//UML:TaggedValue[.//UML:TagDefinition/@xmi.i…
95 <xsl:call-template name='idtoqname'>
96 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
115 <xsl:template name='idtoqname'>
[all …]
H A Dresourceidmapperback.xsl26 <!-- Key all attributes with the same name and same value -->
27 <xsl:key name="same-valued-tagged-data"
62 <xsl:call-template name='idtoqname'>
63 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
79 <xsl:call-template name='idtoqname'>
80 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
89 …<xsl:for-each select='.//UML:Class[@name!="reserved"]//UML:TaggedValue[.//UML:TagDefinition/@xmi.i…
97 <xsl:call-template name='idtoqname'>
98 … <xsl:with-param name='id'><xsl:value-of select='.//UML:TaggedValue.dataValue'/></xsl:with-param>
115 <xsl:template name='idtoqname'>
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DBaseIndex.idl79 /** contains the name of the paragraph style that is applied to the heading.*/
83 /** contains the name of the paragraph style that is applied to the 1st level.*/
87 /** contains the name of the paragraph style that is applied to the 2nd level.*/
91 /** contains the name of the paragraph style that is applied to the 3rd level.*/
95 /** contains the name of the paragraph style that is applied to the 4th level.*/
99 /** contains the name of the paragraph style that is applied to the 5th level.*/
103 /** contains the name of the paragraph style that is applied to the 6th level.*/
107 /** contains the name of the paragraph style that is applied to the 7th level.*/
111 /** contains the name of the paragraph style that is applied to the 8th level.*/
115 /** contains the name of the paragraph style that is applied to the 9th level.*/
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DHandler.hxx40 virtual void attribute(Id name, Value & val);
51 virtual void attribute(Id name, Value & val);
63 virtual void attribute(Id name, Value & val);
75 virtual void attribute(Id name, Value & val);
86 virtual void attribute(Id name, Value & val);
98 virtual void attribute(Id name, Value & val);
110 virtual void attribute(Id name, Value & val);
121 virtual void attribute(Id name, Value & val);
135 virtual void attribute(Id name, Value & val);
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java311 String name = file.getName() ; in isSymbolicLink() local
312 File toTest = parent != null ? new File(parent.getCanonicalPath(), name) : new File(name); in isSymbolicLink()
331 File ret = findFile(files[i], name); in findFile()
334 } else if (files[i].getName().matches(name)) { in findFile()
348 File ret = findFile(files[i], name); in findFile()
351 } else if (files[i].getName().matches(name)) { in findFile()
372 File ret = findFile(files[i], name); in findLastFile()
375 } else if (files[i].getName().matches(name)) { in findLastFile()
395 File file = findFile(dir, name); in findFile()
416 File file = findLastFile(dir, name); in findLastFile()
[all …]
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx159 TypeReader RegistryTypeManager::getTypeReader(const OString& name) in getTypeReader() argument
162 RegistryKey key(searchTypeKey(name)); in getTypeReader()
182 RTTypeClass RegistryTypeManager::getTypeClass(const OString& name) in getTypeClass() argument
184 if (m_pImpl->m_t2TypeClass.count(name) > 0) in getTypeClass()
186 return m_pImpl->m_t2TypeClass[name]; in getTypeClass()
189 RegistryKey key(searchTypeKey(name)); in getTypeClass()
207 m_pImpl->m_t2TypeClass[name] = ret; in getTypeClass()
241 RegistryKey RegistryTypeManager::searchTypeKey(const OString& name) in searchTypeKey() argument
249 rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key); in searchTypeKey()
259 if (!rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key)) in searchTypeKey()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java54 registerProperty(PropertyIds.TYPE.name, PropertyIds.TYPE.id, Type.LONG, (short)0, in registerProperties()
68 registerProperty(PropertyIds.TYPENAME.name, PropertyIds.TYPENAME.id, Type.STRING, (short)0, in registerProperties()
82 registerProperty(PropertyIds.PRECISION.name, PropertyIds.PRECISION.id, Type.LONG, (short)0, in registerProperties()
96 registerProperty(PropertyIds.SCALE.name, PropertyIds.SCALE.id, Type.LONG, (short)0, in registerProperties()
110 … registerProperty(PropertyIds.ISNULLABLE.name, PropertyIds.ISNULLABLE.id, Type.LONG, (short)0, in registerProperties()
124 …registerProperty(PropertyIds.ISAUTOINCREMENT.name, PropertyIds.ISAUTOINCREMENT.id, Type.BOOLEAN, (… in registerProperties()
138 …registerProperty(PropertyIds.ISROWVERSION.name, PropertyIds.ISROWVERSION.id, Type.BOOLEAN, (short)… in registerProperties()
152 … registerProperty(PropertyIds.DESCRIPTION.name, PropertyIds.DESCRIPTION.id, Type.STRING, (short)0, in registerProperties()
166 …registerProperty(PropertyIds.DEFAULTVALUE.name, PropertyIds.DEFAULTVALUE.id, Type.STRING, (short)0, in registerProperties()
180 … registerProperty(PropertyIds.ISCURRENCY.name, PropertyIds.ISCURRENCY.id, Type.BOOLEAN, (short)0, in registerProperties()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt141 Environment Name N Text The name of the environmental value.
167 …le FileName N Filename File name used for installation, may be localized. This may contain a…
175 Font FontTitle Y Text Font name.
187 IniLocator FileName N Filename The .INI file name.
286 MsiAssemblyName Name N Text The name part of the name-value pairs for the assembly name.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
382 RemoveRegistry Name Y Formatted The registry value name.
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt141 Environment Name N Text The name of the environmental value.
167 …le FileName N Filename File name used for installation, may be localized. This may contain a…
175 Font FontTitle Y Text Font name.
187 IniLocator FileName N Filename The .INI file name.
286 MsiAssemblyName Name N Text The name part of the name-value pairs for the assembly name.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
382 RemoveRegistry Name Y Formatted The registry value name.
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt141 Environment Name N Text The name of the environmental value.
167 …le FileName N Filename File name used for installation, may be localized. This may contain a…
175 Font FontTitle Y Text Font name.
187 IniLocator FileName N Filename The .INI file name.
286 MsiAssemblyName Name N Text The name part of the name-value pairs for the assembly name.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
382 RemoveRegistry Name Y Formatted The registry value name.
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt141 Environment Name N Text The name of the environmental value.
167 …le FileName N Filename File name used for installation, may be localized. This may contain a…
175 Font FontTitle Y Text Font name.
187 IniLocator FileName N Filename The .INI file name.
286 MsiAssemblyName Name N Text The name part of the name-value pairs for the assembly name.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
382 RemoveRegistry Name Y Formatted The registry value name.
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DFilterFactory.idl50 After a generic <type>TypeDetection</type> an internal type name
70 called with an internal type name!. This name is used internally to search a suitable
72 and returned then. Creation of a filter by using its internal filter name directly can be
97 … The factory interface can be used to create filter components by its internal filter name only.
144 <td>The internal name is the only value, which makes a container item unique.</td>
149 <td>It contains the localized name for this filter for the current locale.</td>
157 filter name corresponding to this locale.</td>
174 <td>It means the uno implementation name of the filter component.
175 Note: It really means the implementation instead of the uno service name.
198 <td>It's the name of a suitable default template.</td>
[all …]
/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx90 …virtual void startElement(QName_t name, QName_t attrName[], const xxml::Value *attrValue[], int at… in startElement() argument
100 switch(name) in startElement()
104 currentTable=new Table(name); in startElement()
109 currentRow=new Row(name, *currentTable); in startElement()
111 currentRow->append(*new Row(name, *currentTable)); in startElement()
116 currentCell=new Cell(name, *currentRow); in startElement()
118 currentCell->append(*new Cell(name, *currentRow)); in startElement()
124 virtual void endElement(QName_t name) in endElement() argument
128 switch(name) in endElement()
/trunk/main/idlc/source/
H A Dastdeclaration.cxx34 static OString convertName(const OString& name) in convertName() argument
36 OStringBuffer nameBuffer(name.getLength()+1); in convertName()
40 OString token( name.getToken( 0, ':', nIndex ) ); in convertName()
50 AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pScope) in AstDeclaration() argument
51 : m_localName(name) in AstDeclaration()
107 void AstDeclaration::setName(const ::rtl::OString& name) in setName() argument
109 m_scopedName = name; in setName()
110 sal_Int32 nIndex = name.lastIndexOf( ':' ); in setName()
111 m_localName = name.copy( nIndex+1 ); in setName()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java89 public PocketWordDocument(String name) { in PocketWordDocument() argument
91 docName = trimDocumentName(name); in PocketWordDocument()
127 String name = new String(font, 0, 64, "UTF-16LE"); in read() local
128 fonts.add(name.trim()); in read()
194 private String trimDocumentName(String name) { in trimDocumentName() argument
195 String temp = name.toLowerCase(); in trimDocumentName()
199 int nlen = name.length(); in trimDocumentName()
201 name = name.substring(0,endIndex); in trimDocumentName()
204 return name; in trimDocumentName()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java77 public Workbook(String name) throws IOException { in Workbook() argument
78 fileName = name + PocketExcelConstants.FILE_EXTENSION; in Workbook()
94 fileName = name; in Workbook()
365 BoundSheet bs = new BoundSheet(name); in addWorksheet()
487 String name = getSheetName(index++); in addSettings() local
488 if(activeSheetName.equals(name)) { in addSettings()
493 if(name.equals(s.getSheetName())) { in addSettings()
509 String name; in getName() local
511 name = fileName.substring(0, end); in getName()
513 name = fileName; in getName()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl60 Creates an Attr of the given name.
62 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
64 XAttr createAttribute([in] string name) raises (DOMException);
67 Creates an attribute of the given qualified name and namespace URI.
69 … DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal
108 Creates an element of the given qualified name and namespace URI.
110 DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an
129 XEntityReference createEntityReference([in] string name) raises (DOMException);
132 Creates a ProcessingInstruction node given the specified name and
164 Returns a NodeList of all the Elements with a given tag name in the
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DPanelController.java32 private String name; field in PanelController
39 public PanelController (String name, JPanel panel) { in PanelController() argument
40 this.name = name; in PanelController()
53 return this.name; in getName()
56 public final void setName (String name) { in setName() argument
57 this.name = name; in setName()
/trunk/main/configmgr/source/
H A Dxcdparser.cxx65 xmlreader::XmlReader & reader, int nsId, xmlreader::Span const & name) in startElement() argument
70 return nestedParser_->startElement(reader, nsId, name); in startElement()
75 name.equals(RTL_CONSTASCII_STRINGPARAM("data"))) in startElement()
83 name.equals(RTL_CONSTASCII_STRINGPARAM("dependency"))) in startElement()
129 name.equals(RTL_CONSTASCII_STRINGPARAM("component-schema"))) in startElement()
133 return nestedParser_->startElement(reader, nsId, name); in startElement()
136 name.equals(RTL_CONSTASCII_STRINGPARAM("component-data"))) in startElement()
140 return nestedParser_->startElement(reader, nsId, name); in startElement()
149 name.convertFromUtf8() + in startElement()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.hxx54 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
66 void SetMsiProp(MSIHANDLE handle, LPCTSTR name);
78 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name);
90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);
101 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name);
163 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name);
178 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name);
193 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java120 String name = "TestOID" + i; in testLifeCycle() local
121 Object proxyA = new TestProxy(name); in testLifeCycle()
123 proxyA, new String[] { name }, new Type(XInterface.class)); in testLifeCycle()
125 proxyBXInterface[i] = (XInterface) bridgeB.getInstance(name); in testLifeCycle()
189 public Object getInstance(String name) throws NoSuchElementException { in getInstance() argument
190 if (name.equals(NAME_NULL)) { in getInstance()
192 } else if (name.equals(NAME_RUNTIME_EXCEPTION)) { in getInstance()
194 getClass().getName() + ", throwing: " + name); in getInstance()
195 } else if (name.equals(NAME_NO_SUCH_ELEMENT_EXCEPTION)) { in getInstance()
197 getClass().getName() + ", throwing: " + name); in getInstance()

Completed in 112 milliseconds

12345678910>>...92