Home
last modified time | relevance | path

Searched refs:attr (Results 26 – 50 of 148) sorted by relevance

123456

/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx51 AttributeList attr( xAttr ); in loadFromXAttr() local
53 mnCnt = attr.getInteger( XML_cnt, 0 ); in loadFromXAttr()
54 mbHideLastTrans = attr.getBool( XML_hideLastTrans, false ); in loadFromXAttr()
56 mnSt = attr.getInteger( XML_st, 0 ); in loadFromXAttr()
57 mnStep = attr.getInteger( XML_step, 1 ); in loadFromXAttr()
/trunk/main/sal/osl/unx/
H A Dmutex.c198 pthread_mutexattr_t attr; in globalMutexInitImpl() local
199 if (pthread_mutexattr_init(&attr) != 0 || in globalMutexInitImpl()
200 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) || in globalMutexInitImpl()
201 pthread_mutex_init(&globalMutexImpl.mutex, &attr) != 0 || in globalMutexInitImpl()
202 pthread_mutexattr_destroy(&attr) != 0) in globalMutexInitImpl()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java349 Node attr = attributes.item(i); in getClass() local
350 if (attr.getNodeName().equals("style:family")) { in getClass()
351 String familyName = attr.getNodeValue(); in getClass()
377 Node attr = attributes.item(i); in getFamilyName() local
378 if (attr.getNodeName().equals("style:family")) { in getFamilyName()
379 return attr.getNodeValue(); in getFamilyName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_PageProperties.java92 AttributeData attr = new AttributeData(); in _UserDefinedAttributes() local
93 attr.Namespace = "http://www.sun.com/staroffice/apitest/Cellprop"; in _UserDefinedAttributes()
94 attr.Type="CDATA"; in _UserDefinedAttributes()
95 attr.Value="true"; in _UserDefinedAttributes()
96 uda.insertByName("Cellprop:has-first-alien-attribute",attr); in _UserDefinedAttributes()
H A D_ParagraphProperties.java412 AttributeData attr = new AttributeData(); in _ParaUserDefinedAttributes() local
413 attr.Namespace = "http://www.sun.com/staroffice/apitest/Cellprop"; in _ParaUserDefinedAttributes()
414 attr.Type = "CDATA"; in _ParaUserDefinedAttributes()
415 attr.Value = "true"; in _ParaUserDefinedAttributes()
416 uda.insertByName("Cellprop:has-first-alien-attribute", attr); in _ParaUserDefinedAttributes()
H A D_CharacterProperties.java447 AttributeData attr = new AttributeData(); in _TextUserDefinedAttributes() local
448 attr.Namespace = "http://www.sun.com/staroffice/apitest/Cellprop"; in _TextUserDefinedAttributes()
449 attr.Type = "CDATA"; in _TextUserDefinedAttributes()
450 attr.Value = "true"; in _TextUserDefinedAttributes()
451 uda.insertByName("Cellprop:has-first-alien-attribute", attr); in _TextUserDefinedAttributes()
/trunk/main/xmlsecurity/tools/uno/
H A DParsingThread.java110 Attr attr = (Attr)attrs.item(i); in nextStep() local
111 attributeListHelper.setAttribute(attr.getName(), "CDATA", attr.getValue()); in nextStep()
112 message += " "+attr.getName()+"='"+attr.getValue()+"'"; in nextStep()
H A DAdapterNode.java151 Attr attr = (Attr)(attrs.item(i)); in toString() local
152 s += " "+ attr.getName()+"='"+attr.getValue() + "'"; in toString()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java299 Node attr = map.getNamedItem(ATTRIBUTE_SPACE_COUNT); in traverseParaContents() local
303 if (attr != null) { in traverseParaContents()
305 String countStr = attr.getNodeValue(); in traverseParaContents()
524 Node attr = attrNodes.item(i); in findAttribute() local
525 if (attr.getNodeName().equals(name)) in findAttribute()
526 return attr.getNodeValue(); in findAttribute()
/trunk/main/oox/source/ppt/
H A Dcommonbehaviorcontext.cxx102 Attribute attr; in endFastElement() local
103 attr.name = ::rtl::OUString::intern( attrConv->mpAPIName, in endFastElement()
106 attr.type = attrConv->meAttribute; in endFastElement()
107 maAttributes.push_back( attr ); in endFastElement()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_struct.cxx149 ary::idl::ifc_exception::attr::Get_Elements(dpElements, i_ce); in Produce_byData()
151 ary::idl::ifc_struct::attr::Get_Elements(dpElements, i_ce); in Produce_byData()
170 ? ary::idl::ifc_exception::attr::Base(i_ce) in inq_BaseOf()
171 : ary::idl::ifc_struct::attr::Base(i_ce); in inq_BaseOf()
H A Dhfi_property.cxx116 typedef ary::idl::ifc_property::attr PropertyAttr;
158 typedef ary::idl::ifc_attribute::attr AttributeAttr;
247 typedef ary::idl::ifc_enumvalue::attr EnumValueAttr;
272 typedef ary::idl::ifc_constant::attr ConstantAttr;
297 typedef ary::idl::ifc_structelement::attr StructElementAttr;
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java288 Node attr = map.getNamedItem(ATTRIBUTE_SPACE_COUNT); in traverseParagraphContents() local
289 count = Integer.parseInt(attr.getNodeValue().trim()); in traverseParagraphContents()
421 Node attr = attrNodes.getNamedItem(attribute); in getAttribute() local
422 if (attr != null) { in getAttribute()
423 return attr.getNodeValue(); in getAttribute()
/trunk/main/extensions/source/config/ldap/
H A Dldapaccess.cxx210 char * attr = (*s_p_first_attribute)(mConnection, result.msg, &ptr); in getUserProfile() local
211 while (attr != 0) { in getUserProfile()
212 char ** values = (*s_p_get_values)(mConnection, result.msg, attr); in getUserProfile()
216 rtl::OStringToOUString(attr, RTL_TEXTENCODING_ASCII_US), in getUserProfile()
220 attr = (*s_p_next_attribute)(mConnection, result.msg, ptr); in getUserProfile()
/trunk/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java157 Attributes attr = getJarMainAttributes(jar); in execute() local
158 String name = attr == null in execute()
159 ? null : attr.getValue(Attributes.Name.MAIN_CLASS); in execute()
165 getClassLoader(jar, attr).loadClass(name.replace('/', '.')). in execute()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java47 Attributes attr = UnoClassLoader.getJarMainAttributes(url); in find() local
48 String name = attr == null in find()
49 ? null : attr.getValue("RegistrationClassName"); in find()
56 cl2 = ((UnoClassLoader) cl1).getClassLoader(url, attr); in find()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbDecoder.java103 int attr = file.readInt(); in parse() local
104 recAttrs[i] = (byte) (attr >>> 24); in parse()
184 int attr = dis.readInt(); in parse() local
185 recAttrs[i] = (byte) (attr >>> 24); in parse()
H A DPdbEncoder.java168 int attr = (((int) recAttr[i]) << 24 ); in write() local
169 attr |= uid; in write()
170 dos.writeInt(attr); in write()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp241 ::rtl::OUString attr = vecAttr[i]; in setAttributes()
242 sal_Int32 nPos = attr.indexOf(':'); in setAttributes()
245 ::rtl::OUString attrName = attr.copy(0, nPos); in setAttributes()
246 ::rtl::OUString attrValue = attr.copy(nPos + 1, attr.getLength() - nPos - 1); in setAttributes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java244 Node attr = attrNodes.item(i); in mergeCells() local
248 attr.getNodeName())) { in mergeCells()
249 orgCell.setAttribute(attr.getNodeName(), in mergeCells()
250 attr.getNodeValue()); in mergeCells()
/trunk/main/i18npool/source/localedata/
H A Dfilewriter.cxx100 void OFileWriter::writeFunction2(const char *func, const char *style, const char* attr, const char … in writeFunction2() argument
104 fprintf(m_f, "\tnAttributes = %s;\n", attr); in writeFunction2()
117 …ion3(const char *func, const char *style, const char* levels, const char* attr, const char *array)… in writeFunction3() argument
122 fprintf(m_f, "\tnAttributes = %s;\n", attr); in writeFunction3()
/trunk/main/autodoc/source/ary/idl/
H A Di_service.cxx126 attr::Get_IncludedServices( Dyn_StdConstIterator<CommentedRelation> & o_result, in Get_IncludedServices()
133 attr::Get_ExportedInterfaces( Dyn_StdConstIterator<CommentedRelation> & o_result, in Get_ExportedInterfaces()
140 attr::Get_Properties( Dyn_CeIterator & o_result, in Get_Properties()
H A Di_interface.cxx114 attr::Get_Bases( Dyn_StdConstIterator<CommentedRelation> & o_result, in Get_Bases()
121 attr::Get_Functions( Dyn_CeIterator & o_result, in Get_Functions()
128 attr::Get_Attributes( Dyn_CeIterator & o_result, in Get_Attributes()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx328 ExportedAttribute attr, in get_color_value() argument
332 sal_Int32 nIndex = pIndexArray[attr]; in get_color_value()
350 switch( attr ) in get_color_value()
1175 for( sal_Int32 attr = 0; attr < TEXT_ATTRIBUTE_LAST; ++attr ) in attribute_set_new_from_property_values() local
1176 aIndexList[attr] = -1; in attribute_set_new_from_property_values()
/trunk/main/idlc/source/
H A Dastinterface.cxx150 AstAttribute * attr = (AstAttribute *)(*i); in dump() local
151 if (attr->isBound()) { in dump()
154 DeclList::size_type getCount = attr->getGetExceptionCount(); in dump()
171 DeclList::size_type setCount = attr->getSetExceptionCount(); in dump()

Completed in 120 milliseconds

123456