Home
last modified time | relevance | path

Searched refs:name (Results 176 – 200 of 2292) sorted by relevance

12345678910>>...92

/trunk/main/openssl/
H A Dopensslmingw.patch27 # define OPENSSL_IMPLEMENT_GLOBAL(type,name) \
28 extern type _hide_##name; \
29 type *_shadow_##name(void) { return &_hide_##name; } \
30 - static type _hide_##name
31 + type _hide_##name
32 # define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void)
33 # define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name()))
101 ($Name=$name) =~ tr/a-z/A-Z/;
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx126 if ((!xmlStrcmp(n1->name, (const xmlChar*)"caseinline"))) in switchFind()
155 if ( (!strcmp((const char*)n->name, "switchinline")) || in clone()
156 (!strcmp((const char*)n->name, "switch")) ) in clone()
173 if (!strcmp((const char*)caseNode->name, "defaultinline")) in clone()
191 if (!strcmp((const char*)caseNode->name, "caseinline")) in clone()
308 else if (!strcmp((const char*)test->name, "bookmark")) in traverse()
342 if (strcmp((const char*)nd->name, "bookmark_value")) in traverse()
381 else if (!strcmp((const char*)test->name, "ahelp")) in traverse()
385 std::string name; in traverse() local
391 name = *iter; in traverse()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java111 public OfficeDocument(String name) in OfficeDocument() argument
113 this(name, true, false); in OfficeDocument()
131 this.documentName = trimDocumentName(name); in OfficeDocument()
144 private String trimDocumentName(String name) { in trimDocumentName() argument
145 String temp = name.toLowerCase(); in trimDocumentName()
150 int nlen = name.length(); in trimDocumentName()
152 name = name.substring(0,endIndex); in trimDocumentName()
155 return name; in trimDocumentName()
335 embeddedObjects.put(name, new EmbeddedXMLObject(name, type, zip)); in getEmbeddedObjects()
362 if (name == null) { in getEmbeddedObject()
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx448 PyObject* PyUNO_getattr (PyObject* self, char* name) in PyUNO_getattr()
454 char *name = PyUnicode_AsUTF8(attr_name); in PyUNO_getattr() local
457 char *name = PyBytes_AsString(pUtf8.get()); in PyUNO_getattr() local
467 if (strcmp (name, "__members__") == 0) in PyUNO_getattr()
483 if (strcmp (name, "__dict__") == 0) in PyUNO_getattr()
489 if (strcmp (name, "__methods__") == 0) in PyUNO_getattr()
495 if (strcmp (name, "__class__") == 0) in PyUNO_getattr()
537 PyErr_SetString (PyExc_AttributeError, name); in PyUNO_getattr()
572 char *name = PyUnicode_AsUTF8(attr_name); in PyUNO_setattr() local
575 char *name = PyBytes_AsString(pUtf8.get()); in PyUNO_setattr() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDatabaseRanges.java44 String name = null; field in _XDatabaseRanges
59 name = "_XDatabaseRanges_addNewByRange"; in _addNewByName()
61 oObj.addNewByName(name, CRA); in _addNewByName()
63 bResult &= oObj.hasByName(name); in _addNewByName()
69 oObj.addNewByName(name, CRA); in _addNewByName()
98 oObj.removeByName(name); in _removeByName()
99 bResult &= !oObj.hasByName(name); in _removeByName()
108 oObj.removeByName(name); in _removeByName()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java78 public DOMDocument(String name,String ext) in DOMDocument() argument
80 this(name,ext,true, false); in DOMDocument()
104 public DOMDocument(String name, String ext,boolean namespaceAware, boolean validating) { in DOMDocument() argument
110 this.documentName = trimDocumentName(name); in DOMDocument()
123 private String trimDocumentName(String name) { in trimDocumentName() argument
124 String temp = name.toLowerCase(); in trimDocumentName()
129 int nlen = name.length(); in trimDocumentName()
131 name = name.substring(0,endIndex); in trimDocumentName()
134 return name; in trimDocumentName()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java99 String name = tokens.nextToken(); in XStorageHelper() local
100 LogUtils.DEBUG("XStorageHelper, getting: " + name); in XStorageHelper()
104 storage = xDocumentSubStorageSupplier.getDocumentSubStorage( name, mode ); in XStorageHelper()
127 throw new IOException("No name access " + name); in XStorageHelper()
129 … else if ( !xNameAccess.hasByName(name) || !xStorages[i-1].isStorageElement(name) ) in XStorageHelper()
134 throw new IOException("No subdir: " + name); in XStorageHelper()
139 LogUtils.DEBUG("Attempt to create new storage for " + name ); in XStorageHelper()
144 name, mode ); in XStorageHelper()
149 throw new IOException("storage not found: " + name); in XStorageHelper()
/trunk/main/solenv/bin/
H A Dlicinserter.pl95 my $name;
98 $name = $ARGV[1];
99 $name =~ s/xxx/$code/;
101 $ii =~ s?licensefile?$name?g;
118 my $name;
120 $name = $ARGV[1];
121 $name =~ s/xxx/$code/;
123 $ii =~ s?licensefile?$name?g;
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java95 String name = ze.getName(); in read() local
100 Debug.log(Debug.TRACE, "reading entry: " + name); in read()
117 if (isContentXML(name)) { in read()
201 String name = ze.getName(); in saveEntries() local
203 Debug.log(Debug.TRACE, "... " + name); in saveEntries()
205 if (isContentXML(name)) { in saveEntries()
209 ZipEntry zipEntry = new ZipEntry(name); in saveEntries()
232 private boolean isContentXML(String name) { in isContentXML() argument
234 String lname = name.toLowerCase(); in isContentXML()
/trunk/main/configmgr/source/
H A Dtype.cxx147 rtl::OUString name(value.getValueType().getTypeName()); in getDynamicType() local
148 if (name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("[]byte"))) { in getDynamicType()
150 } else if (name.equalsAsciiL( in getDynamicType()
154 } else if (name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("[]short"))) in getDynamicType()
157 } else if (name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("[]long"))) in getDynamicType()
160 } else if (name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("[]hyper"))) in getDynamicType()
163 } else if (name.equalsAsciiL( in getDynamicType()
167 } else if (name.equalsAsciiL( in getDynamicType()
171 } else if (name.equalsAsciiL( in getDynamicType()
H A Dconfigurationprovider.cxx191 rtl::OUString name; in createInstanceWithArguments() local
194 name = v1.Name; in createInstanceWithArguments()
197 name = v2.Name; in createInstanceWithArguments()
216 if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArguments()
224 } else if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArguments()
462 rtl::OUString name; in createInstanceWithArgumentsAndContext() local
465 name = v1.Name; in createInstanceWithArgumentsAndContext()
468 name = v2.Name; in createInstanceWithArgumentsAndContext()
481 if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArgumentsAndContext()
495 } else if (!name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArgumentsAndContext()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java56 protected XPropertySet createObject(String name) throws SQLException { in createObject() argument
58 Object catalog = index.getTable().getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
59 …ing schema = AnyConverter.toString(index.getTable().getPropertyValue(PropertyIds.SCHEMANAME.name)); in createObject()
60 … String table = AnyConverter.toString(index.getTable().getPropertyValue(PropertyIds.NAME.name)); in createObject()
69 if (row.getString(9).equals(name)) { in createObject()
81 … results = index.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
85 if (row.getString(4).equals(name)) { in createObject()
93 ret = new OIndexColumn(isAscending, name, typeName, columnDef, "", in createObject()
120 protected void dropObject(int index, String name) throws SQLException { in dropObject() argument
H A DOKeyColumnContainer.java55 protected XPropertySet createObject(String name) throws SQLException { in createObject() argument
58 Object catalog = tableProperties.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
59 …ring schema = AnyConverter.toString(tableProperties.getPropertyValue(PropertyIds.SCHEMANAME.name)); in createObject()
60 … String table = AnyConverter.toString(tableProperties.getPropertyValue(PropertyIds.NAME.name)); in createObject()
67 if (row.getString(8).equals(name) && key.getName().equals(row.getString(12))) { in createObject()
76 … results = key.getTable().getConnection().getMetaData().getColumns(catalog, schema, table, name); in createObject()
80 if (row.getString(4).equals(name)) { in createObject()
92 ret = new OKeyColumn(refColumnName, name, typeName, in createObject()
114 protected void dropObject(int index, String name) throws SQLException { in dropObject() argument
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx46 #define MAP_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, token, sta… argument
47 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, … argument
48 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token… argument
/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx115 void StreamProtocol::table(Id name, in table() argument
119 m_pTagLogger->attribute("name", (*QNameToString::Instance())(name)); in table()
120 m_pStream->table(name, ref); in table()
124 void StreamProtocol::substream(Id name, in substream() argument
128 m_pTagLogger->attribute("name", (*QNameToString::Instance())(name)); in substream()
130 m_pStream->substream(name, ref); in substream()
167 void PropertiesProtocol::attribute(Id name, Value & val) in attribute() argument
170 m_pTagLogger->attribute("name", (*QNameToString::Instance())(name)); in attribute()
172 m_pProperties->attribute(name, val); in attribute()
/trunk/main/rsc/source/rscpp/
H A Dcpp4.c221 cerror("Redefining defined variable \"%s\"", dp->name);
223 cwarn("Redefining defined variable \"%s\"", dp->name);
258 if (streq(dp->name, token)) /* Macro name in body? */
418 cerror("Recursive macro definition of \"%s\"", tokenp->name);
419 fprintf(stderr, "(Defined by \"%s\")\n", macro->name);
456 cfatal("Bug: Illegal __ macro \"%s\"", tokenp->name);
468 cwarn("Macro \"%s\" needs arguments", tokenp->name);
469 fputs(tokenp->name, pCppOut );
475 tokenp->name);
565 file = getfile(NBUFF, tokenp->name);
[all …]
/trunk/main/l10ntools/layout/
H A Dtralay.cxx160 findAttribute( XMLAttributeList* lst, String const& name ) in findAttribute() argument
163 if ( lst->GetObject( i )->Equals( name ) ) in findAttribute()
170 String const& name, String const& translation ) in translateAttribute() argument
172 if ( XMLAttribute* a = findAttribute( lst, name ) ) in translateAttribute()
173 return lst->Replace ( new XMLAttribute( name.Copy( 1 ), translation ), a ); in translateAttribute()
213 static bool is_dir( ByteString const& name ) in is_dir() argument
216 OUString sFileURL( name.GetBuffer(), name.Len(), RTL_TEXTENCODING_UTF8 ); in is_dir()
230 static void make_directory( ByteString const& name ) in make_directory() argument
232 OUString sFileURL( name.GetBuffer(), name.Len(), RTL_TEXTENCODING_UTF8 ); in make_directory()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls117 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
126 mAnalysis.name = fileName
206 preparedFullPath = GetPreparedFullPath(mAnalysis.name, startDir, storeToDir, fso)
271 Set f = fso.GetFile(docAnalysis.name)
304 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
366 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
412 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
455 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
486 …WriteDebug currentFunctionName & " : " & mAnalysis.name & ": " & Err.Number & " " & Err.Descriptio…
570 objName = aILShape.OLEFormat.Object.name
[all …]
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx677 DBG_ASSERT(m_meta.find(name) != m_meta.end(), in getMetaText()
700 m_meta[name] = xNode; in setMetaText()
724 m_meta[name] = xNode; in setMetaText()
780 m_metaList.find(name)->second; in getMetaList()
804 m_metaList[name]; in setMetaList()
903 name)); in propsToStrings()
989 m_meta.find(name)->second; in updateElement()
1009 m_meta[name] = xNode; in updateElement()
1237 m_meta[name] = xNode; in init()
1250 m_metaList[name] = v; in init()
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl55 the local name is known.
65 If the attribute name has a namespace that was registered with the
67 attributes local name from the <type>XFastTokenHandler</type> and
82 If the attribute name has a namespace that was registered with the
84 attributes local name from the <type>XFastTokenHandler</type> and
104 If the attribute name has a namespace that was registered with the
106 attributes local name from the <type>XFastTokenHandler</type> and
127 If the attribute name has a namespace that was registered with the
129 attributes local name from the <type>XFastTokenHandler</type> and
149 If the attribute name has a namespace that was registered with the
[all …]
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx66 OUString name = OUSTR("com.sun.star.rendering.CanvasFactory"); in getSuppServices() local
67 return Sequence<OUString>(&name, 1); in getSuppServices()
119 OUString const & name,
123 OUString const & name,
129 OUString const & name )
132 OUString const & name, Sequence<Any> const & args )
274 OUString const & name, Reference<XComponentContext> const & xContext ) in createInstanceWithContext() argument
278 name, Sequence<Any>(), xContext ); in createInstanceWithContext()
499 name, Sequence<Any>(), m_xContext ); in createInstance()
504 OUString const & name, Sequence<Any> const & args ) throw (Exception) in createInstanceWithArguments() argument
[all …]
/trunk/main/sal/test/
H A Dtestbootstrap.cxx78 OUString name( RTL_CONSTASCII_USTRINGPARAM( "MYBOOTSTRAPTESTVALUE" )); in main() local
91 bootstrap.getFrom(name, value, myDefault); in main()
94 found = bootstrap.getFrom(name, value); in main()
114 name = OUString( RTL_CONSTASCII_USTRINGPARAM( "no_one_has_set_this_name" ) ); in main()
115 OSL_ASSERT( ! bootstrap.getFrom( name, value ) ); in main()
116 result = result && !bootstrap.getFrom( name, value ); in main()
121 bootstrap.getFrom( name, value, myDefault ); in main()
125 bootstrap.getFrom( name, value, myDefault2 ); in main()
/trunk/main/extensions/source/ole/
H A Djscriptclasses.cxx66 CComBSTR name(*rgszNames); in GetIDsOfNames() local
67 name.ToLower(); in GetIDsOfNames()
69 if( name == CComBSTR( L"set") ) in GetIDsOfNames()
71 else if( name == CComBSTR( L"get") ) in GetIDsOfNames()
73 else if( name == CComBSTR( L"initoutparam") ) in GetIDsOfNames()
75 else if( name == CComBSTR( L"initinoutparam") ) in GetIDsOfNames()
256 CComBSTR name(*rgszNames); in GetIDsOfNames() local
257 name.ToLower(); in GetIDsOfNames()
259 if( name == CComBSTR( L"0") ) in GetIDsOfNames()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py114 def checkExistence( self, name ): argument
117 if x == name:
121 raise UnknownPropertyException( "Property "+name+" is unknown", self )
123 def __setattr__( self, name, value ): argument
124 checkExistence( name )
125 self.__dict__[name] = value
127 def __getattr__( self, name ): argument
128 checkExistence( name )
129 return self.__dict__[name]
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt37 like pub1 but without publisher name.
58 -Provide a company name and a URL to the company website. This setting should be ignored
59 when generating the udpate feed. Instead the publisher name from the extension is used.
77 The Update Dialog should show the publisher name as provided in the description.xml. For example,
105 -Provide a company name and a URL to the company website. This setting should be ignored
106 when generating the udpate feed. Instead the publisher name from the extension is used.
107 Enter "Publisher Title" : some arbitrary company name
150 -Provide a company name and a URL to the company website. They should then be in the udpate
166 The Update Dialog should show the publisher name as provided in the repository.
193 -Provide a company name and a URL to the company website. They should then be in the udpate
[all …]

Completed in 128 milliseconds

12345678910>>...92