Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 2269) sorted by relevance

12345678910>>...91

/trunk/main/sc/qa/complex/dataPilot/
H A D_XPropertySet.java510 String name = property.Name; in getPropsToTest() local
511 System.out.println("Checking '"+name+"'"); in getPropsToTest()
524 if (name.endsWith("URL")) isWritable = false; in getPropsToTest()
525 if (name.startsWith("Fill")) isWritable = false; in getPropsToTest()
537 bound+=name+";"; in getPropsToTest()
541 constrained+=name+";"; in getPropsToTest()
583 public boolean isChangeable(String name) { in isChangeable() argument
586 Object getProp = oObj.getPropertyValue(name); in isChangeable()
593 else System.out.println("Property '"+name+ in isChangeable()
596 if (name.equals("LineStyle")) setValue = null; in isChangeable()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx113 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA… argument
114 #define MAP_CONST_T( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument
115 #define MAP_CONST_ASCII_T( name, prefix, token, type, context ) { name, sizeof(name)-1,XML_NAMESPA… argument
116 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument
117 #define MAP_CONST_S( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument
118 #define MAP_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument
119 #define GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPAC… argument
120 #define MAP_CONST_C_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPA… argument
121 #define MAP_CONST_C( name, prefix, token, type, context ) { name, name.length, XML_NAMESPA… argument
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx33 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
39 MsiGetProperty(handle, name, buff, &sz); in GetMsiProp()
46 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp() argument
48 MsiSetProperty(handle, name, TEXT("1")); in SetMsiProp()
51 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp() argument
53 MsiSetProperty(handle, name, TEXT("")); in UnsetMsiProp()
56 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() argument
59 GetMsiProp(handle, name, val); in IsSetMsiProp()
63 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name) in IsMsiPropNotEmpty() argument
66 GetMsiProp(handle, name, val); in IsMsiPropNotEmpty()
[all …]
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx260 exactName = name; in GetIDsOfNames()
282 if (exactName != name) in GetIDsOfNames()
566 bool getType( const BSTR name, Type & type) in getType() argument
571 OUString str( reinterpret_cast<const sal_Unicode*>(name)); in getType()
922 returnValue = m_xInvocation->invoke(name, in doInvoke()
999 EXCEPINFO * pexcepinfo, OUString& name) in doGetProperty() argument
1006 Any returnValue = m_xInvocation->getValue( name); in doGetProperty()
1044 m_xInvocation->setValue( name, params.getConstArray()[0]); in doSetProperty()
1331 BadNameMap::iterator badIter= m_badNameMap.find( name); in GetIDsOfNames()
1340 MemberInfo d(0, name); in GetIDsOfNames()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java141 public boolean exists(final String name) in exists() argument
145 return output.isStreamElement(name); in exists()
162 public boolean isWritable(final String name) in isWritable() argument
172 public long getVersion(final String name) in getVersion() argument
177 public boolean isReadable(final String name) in isReadable() argument
205 final String temp = shortenName(name); in openInputRepository()
236 final String shortenName(final String name) in shortenName() argument
239 if (name.startsWith("./")) in shortenName()
241 temp = name.substring(2); in shortenName()
245 temp = name; in shortenName()
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx323 aIt = tagLoggers->find(name); in getInstance()
353 startElement(name); in element()
354 endElement(name); in element()
366 currentTag()->addAttr(name, value); in attribute()
371 currentTag()->addAttr(name, value); in attribute()
376 currentTag()->addAttr(name, value); in attribute()
381 currentTag()->addAttr(name, aAny); in attribute()
403 if (name == nameRemoved) in endElement()
407 pTag->addAttr("name", name); in endElement()
425 void TagLogger::dump(const char * name) in dump() argument
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterProperties.java395 tRes.tested(name, false); in changeProp()
401 tRes.tested(name, true); in changeProp()
405 if (isOptional(name)) { in changeProp()
408 tRes.tested(name,true); in changeProp()
412 name + "'"); in changeProp()
418 name + "'"); in changeProp()
420 tRes.tested(name, false); in changeProp()
423 name + "'"); in changeProp()
425 tRes.tested(name, false); in changeProp()
428 name + "'"); in changeProp()
[all …]
/trunk/main/writerfilter/source/doctok/
H A Dxmigen.el1 (defun insert-uml-class-begin (name)
2 (insert "<UML:Class xmi.id=\"" name "\" name=\"" name "\">\n"))
25 (insert " <UML:Attribute name=\"" name "\">\n")
43 (insert " <UML:Attribute name=\"" name "\">\n")
60 (defun insert-uml-operation (type name comment opid)
62 (insert " <UML:Operation name=\"" name "\" >\n")
77 (defun insert-uml-binary (name comment opid)
79 (insert " <UML:Operation name=\"" name "\" >\n")
96 (insert " <UML:Operation name=\"" name "\" >\n")
121 (defun insert-uml-sprm (name sprmcode kind)
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_ShapeDescriptor.java76 public void changeProp(String name) { in changeProp() argument
89 if ( name.equals("Style") ) { in changeProp()
100 tRes.tested(name, false); in changeProp()
103 tRes.tested(name, true); in changeProp()
106 if (isOptional(name)) { in changeProp()
107 log.println("Property '"+name+ in changeProp()
109 tRes.tested(name,true); in changeProp()
112 name + "'"); in changeProp()
114 tRes.tested(name, false); in changeProp()
119 name + "'"); in changeProp()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DHandler.cxx46 switch (name) in attribute()
72 void OOXMLEndnoteHandler::attribute(Id name, Value & val) in attribute() argument
74 switch (name) in attribute()
102 switch (name) in attribute()
128 void OOXMLOLEHandler::attribute(Id name, Value & val) in attribute() argument
130 switch (name) in attribute()
159 switch (name) in attribute()
191 switch (name) in attribute()
239 switch (name) in attribute()
270 if (name == NS_ooxml::LN_AG_Blob_r_embed) in attribute()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java87 protected XPropertySet createObject(String name) throws SQLException { in createObject() argument
90 if (!name.isEmpty()) { in createObject()
91 ret = keys.get(name); in createObject()
96 ret = keys.get(name); in createObject()
114 int keyType = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.TYPE.name)); in appendObject()
188 String name = row.getString(column); in appendObject() local
190 descriptor.setPropertyValue(PropertyIds.NAME.name, name); in appendObject()
191 newName = name; in appendObject()
233 protected void dropObject(int index, String name) throws SQLException { in dropObject() argument
244 keyType = AnyConverter.toInt(key.getPropertyValue(PropertyIds.TYPE.name)); in dropObject()
[all …]
H A DODescriptor.java33 private String name; field in ODescriptor
36 public ODescriptor(String name, boolean isCaseSensitive, boolean isReadOnly) { in ODescriptor() argument
37 this.name = name; in ODescriptor()
42 public ODescriptor(String name, boolean isCaseSensitive) { in ODescriptor() argument
43 this(name, isCaseSensitive, true); in ODescriptor()
47 …registerProperty(PropertyIds.NAME.name, PropertyIds.NAME.id, Type.STRING, isReadOnly ? PropertyAtt… in registerProperties()
51 return name; in registerProperties()
58 name = (String) value; in registerProperties()
64 return name; in getName()
67 public void setName(String name) { in setName() argument
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas176 .Values.Add myProject.name
178 .Values.Add myComponent.name
454 .Values.Add myProject.name
782 If aShape.name <> "" Then
784 .Values.Add aShape.name
884 If myShape.name <> "" Then
886 .Values.Add myShape.name
943 If myShape.name <> "" Then
945 .Values.Add myShape.name
1015 If myShape.name <> "" Then
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties31 # {0} - file name and extension
32 # {1} - display name of filesystem
35 # {0} - file name and extension
36 # {1} - display name of filesystem
39 # {0} - file name and extension
40 # {1} - display name of filesystem
43 # {0} - file name and extension
44 # {1} - display name of filesystem
47 # {0} - file name and extension
48 # {1} - display name of filesystem
[all …]
/trunk/main/sal/inc/rtl/
H A Dlogfile.hxx99 inline Logfile( const sal_Char *name );
115 inline Logfile::Logfile( const sal_Char *name ) in Logfile() argument
116 : m_sName( name ) in Logfile()
118 rtl_logfile_longTrace( "{ %s\n", name ); in Logfile()
127 m_sName += name; in Logfile()
143 #define RTL_LOGFILE_CONTEXT( instance, name ) ::rtl::Logfile instance( name ) argument
144 …OGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ::rtl::Logfile instance(project, author, argument
166 #define RTL_LOGFILE_CONTEXT( instance, name ) ((void)0) argument
167 #define RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ((void)0) argument
189 #define RTL_LOGFILE_PRODUCT_CONTEXT( instance, name ) \ argument
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl115 specifies the name of the node.
147 <li>if the name is not a valid node name</li>
196 <li>if the name is not a valid item name</li>
224 specifies the name of the item.
244 <li>if the name is not a valid item name</li>
300 <li>if the name is not a valid node name</li>
355 <li>if the name is not a valid property name</li>
518 <li>if the name is not a valid property name</li>
565 <li>if the name is not a valid property name</li>
620 <li>if the name is not a valid property name</li>
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dcomponent.pm494 foreach my $name (@$file_component_names)
496 $target_data{$name} = {'is_file' => 1};
498 foreach my $name (@$registry_component_names)
500 $target_data{$name} = {'is_file' => 0};
509 ? $source_data{$name}->{'component_id'}
520 $target_data{$name}->{'component_id'} = $guid;
569 foreach my $name (@$allfilecomponentsref)
573 $onecomponent{'name'} = $name;
585 foreach my $name (@$allregistrycomponents)
589 $onecomponent{'name'} = $name;
[all …]
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx46 : aName(name) in LocaleNode()
108 if (aName.equalsAscii(name)) in findNode()
125 if (name.equalsAscii("LC_INFO")) in createNode()
127 if (name.equalsAscii("LC_CTYPE")) in createNode()
141 if (name.equalsAscii("LC_INDEX")) in createNode()
145 if (name.equalsAscii("LC_MISC")) in createNode()
152 return new LocaleNode(name,attr); in createNode()
1505 const sal_Char *name; member
1827 name.realloc (len); in Attr()
1845 return name.getLength(); in getLength()
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py31 def transName (name): argument
43 for c in name:
78 def renameAttribute (name, elemName): argument
84 return name
298 obj.name = transName(obj.name)
300 if obj.name == 'string-list':
337 name = "none"
342 name = transName(name)
344 if name == 'pos':
346 elif name == 'size':
[all …]
H A Dglobals.py45 def __init__ (self, name): argument
46 self.name = name
78 def __init__ (self, name, rid = None): argument
80 self.name = name
91 chars += '<%s'%self.name
106 chars += "</%s>"%self.name
110 def hasAttr (self, name): argument
111 return name in self.attrs
113 def getAttr (self, name): argument
114 return self.attrs[name]
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx37 OString const & name, sal_Int32 rank, in printType() argument
70 typereg::Reader reader(manager.getTypeReader(name)); in printType()
71 o << name.copy(name.lastIndexOf('/')) in printType()
99 sort, typeClass, name, false), in printType()
133 OString name; in printType() local
719 OString const & name, sal_Int32 rank, in printMapsToCppType() argument
727 if (rank == 0 && name == "com/sun/star/uno/XInterface") { in printMapsToCppType()
744 OString name; in generateDocumentation() local
847 typereg::Reader reader(manager.getTypeReader(name)); in generateDocumentation()
858 if (name == "com/sun/star/uno/XInterface") { in generateDocumentation()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsanextension_nssimpl.cxx123 …herNameProp.Name = ::rtl::OUString::createFromAscii(CERT_GetOidString(&current->name.OthName.oid)); in getAlternativeNames()
125 Sequence< sal_Int8 > otherName( current->name.OthName.name.len ) ; in getAlternativeNames()
126 for( unsigned int r = 0; r < current->name.OthName.name.len ; r ++ ) in getAlternativeNames()
127 otherName[r] = *( current->name.OthName.name.data + r ) ; in getAlternativeNames()
136 …Entry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, current->name.other.… in getAlternativeNames()
140 …Entry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, current->name.other.… in getAlternativeNames()
159 …Entry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, current->name.other.… in getAlternativeNames()
164 Sequence< sal_Int8 > ipAddress( current->name.other.len ) ; in getAlternativeNames()
165 for( unsigned int r = 0; r < current->name.other.len ; r ++ ) in getAlternativeNames()
166 ipAddress[r] = *( current->name.other.data + r ) ; in getAlternativeNames()
[all …]
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl71 /** suggests a (unique) table or query name
79 another process or thread created a query or table with this name.</p>
92 base name will be used.
100 /** converts the given object name to a name which is valid in the database.
110 /** checks whether a given name is used as table respectively query name in the database.
126 specifies the to-be-checked name of the object.
129 <TRUE/> if and only if the given name is legitimate as table respectively query name
140 /** checks whether a given name is valid as table or query name
143 plus characters allowed by the connection as extra name characters.</p>
146 must not be part of the name.</p>
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl172 name.
191 name.
211 name.
238 name.
250 name.
262 name.
295 name.
307 name.
332 name.
349 name.
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx73 void addAttr(string name, string value);
74 void addAttr(string name, const ::rtl::OUString & value);
75 void addAttr(string name, sal_uInt32 nValue);
76 void addAttr(string name, uno::Any rAny);
103 static Pointer_t getInstance(const char * name);
108 void element(const string & name);
109 void startElement(const string & name);
112 void attribute(const string & name, sal_uInt32 value);
117 void endElement(const string & name);
121 static void dump(const char * name);
[all …]

Completed in 131 milliseconds

12345678910>>...91