Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 25 of 148) sorted by relevance

123456

/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl767 my ( $element, %attr ) = @_;
825 $textboxrect = value( $attr{'l'} ) . "," . value( $attr{'t'} ) . "," .
826 value( $attr{'r'} ) . "," . value( $attr{'b'} );
830 $no_stroke = ( defined( $attr{'stroke'} ) && $attr{'stroke'} eq 'false' );
831 $no_fill = ( defined( $attr{'fill'} ) && $attr{'fill'} eq 'none' );
832 $path_w = $attr{'w'};
833 $path_h = $attr{'h'};
892 … error( "Unsupported 'arcTo' conversion ($attr{'wR'}, $attr{'hR'}, $stAng, $swAng)." );
962 convert_formula( $attr{'name'}, $attr{'fmla'} );
1091 my %attr;
[all …]
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx160 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCInfoNode()
168 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCCTYPENode()
178 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCFormatNode()
186 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCCollationNode()
194 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCIndexNode()
202 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCSearchNode()
210 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCCalendarNode()
218 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCCurrencyNode()
226 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCTransliterationNode()
234 const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; }; in LCMiscNode()
[all …]
H A DLocaleNode.cxx47 , xAttribs(new Attr(attr)) in LocaleNode()
126 return new LCInfoNode (name,attr); in createNode()
128 return new LCCTYPENode (name,attr); in createNode()
130 return new LCFormatNode (name,attr); in createNode()
132 return new LCFormatNode (name,attr); in createNode()
134 return new LCCalendarNode (name,attr); in createNode()
142 return new LCIndexNode (name,attr); in createNode()
144 return new LCSearchNode (name,attr); in createNode()
146 return new LCMiscNode (name,attr); in createNode()
152 return new LocaleNode(name,attr); in createNode()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java64 Node attr = attrNodes.item(i); in CellStyle() local
65 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in CellStyle()
85 attr.getNodeValue()); in CellStyle()
154 if (attr.equals("fo:font-weight")) { in handleAttribute()
158 else if (attr.equals("fo:font-style")) { in handleAttribute()
197 else if (attr.equals("fo:font-size")) { in handleAttribute()
204 else if (attr.equals("style:font-name")) in handleAttribute()
207 else if (attr.equals("fo:color")) in handleAttribute()
213 else if (attr.equals("fo:text-align")) { in handleAttribute()
233 else if (attr.equals("fo:border")) { in handleAttribute()
[all …]
H A DColumnStyle.java62 Node attr = attrNodes.item(i); in ColumnStyle() local
63 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in ColumnStyle()
81 Node attr = childAttrNodes.item(j); in ColumnStyle() local
82 handleAttribute(attr.getNodeName(), in ColumnStyle()
83 attr.getNodeValue()); in ColumnStyle()
157 private void handleAttribute(String attr, String value) { in handleAttribute() argument
159 if (attr.equals("style:column-width")) { in handleAttribute()
163 Debug.log(Debug.INFO, "ColumnStyle Unhandled: " + attr + "=" + value); in handleAttribute()
H A DRowStyle.java62 Node attr = attrNodes.item(i); in RowStyle() local
63 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in RowStyle()
81 Node attr = childAttrNodes.item(j); in RowStyle() local
82 handleAttribute(attr.getNodeName(), in RowStyle()
83 attr.getNodeValue()); in RowStyle()
157 private void handleAttribute(String attr, String value) { in handleAttribute() argument
159 if (attr.equals("style:row-height")) { in handleAttribute()
163 Debug.log(Debug.INFO, "RowStyle Unhandled: " + attr + "=" + value); in handleAttribute()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties75 # attr.style.<group>.<namespace>.<attr-name>=<class>
88 attr.style.paragraph-properties.fo.text-align=com.sun.star.report.pentaho.parser.stylemapper.fo.Tex…
90 attr.style.text-properties.fo.color=com.sun.star.report.pentaho.parser.stylemapper.fo.ColorMapper
91 attr.style.text-properties.style.font-name=com.sun.star.report.pentaho.parser.stylemapper.style.Fon…
92 attr.style.text-properties.fo.font-family=com.sun.star.report.pentaho.parser.stylemapper.style.Font…
94 #attr.style.text-properties.style.font-style-name=
96 attr.style.text-properties.style.font-pitch=com.sun.star.report.pentaho.parser.stylemapper.style.Fo…
97 attr.style.text-properties.fo.font-size=com.sun.star.report.pentaho.parser.stylemapper.fo.FontSizeM…
98 attr.style.text-properties.fo.font-style=com.sun.star.report.pentaho.parser.stylemapper.fo.FontStyl…
102 attr.style.text-properties.fo.font-weight=com.sun.star.report.pentaho.parser.stylemapper.fo.FontWei…
[all …]
/trunk/main/officecfg/registry/schema/
H A Doo-common.conf1 attribute oo-org-mapping-attr oo-org-mapping-attr-oid cis single
2 attribute oo-ldap-attr-mapping-attr oo-ldap-attr-mapping-attr-oid cis single
3 attribute oo-registry-object-attr oo-registry-object-attr-oid cis single
4 attribute oo-role-priority-attr oo-role-priority-attr-oid cis single
10 cn,oo-registry-object-attr
16 oo-org-mapping-attr,oo-ldap-attr-mapping-attr
22 oo-role-priority-attr
H A Doo-common.ldif2 attributetypes: (oo-registry-object-attr-oid NAME 'oo-registry-object-attr' DESC 'Generic registry …
5 …registry-object' DESC 'oo-registry-object objclass' SUP 'top' MAY (cn $ oo-registry-object-attr $))
8 attributetypes: (oo-org-mapping-attr-oid NAME 'oo-org-mapping-attr' DESC 'organizational mapping' S…
11 attributetypes: (oo-ldap-attr-mapping-attr-oid NAME 'oo-ldap-attr-mapping-attr' DESC 'ldap attribut…
14 …n of oo registry' SUP 'oo-registry-object' MAY (oo-org-mapping-attr $ oo-ldap-attr-mapping-attr $))
17 attributetypes: (oo-role-priority-attr-oid NAME 'oo-role-priority-attr' DESC 'Role priority' SYNTAX…
20 …-role' DESC 'Role with a priority used by the oo registry' SUP 'top' MAY (oo-role-priority-attr $))
H A Doo-common-ad.ldf30 lDAPDisplayName: oo-registry-object-attr
34 dn: CN=oo-org-mapping-attr,CN=Schema,CN=Configuration,DC=sun, DC=com
39 lDAPDisplayName: oo-org-mapping-attr
43 dn: CN=oo-ldap-attr-mapping-attr, CN=Schema,CN=Configuration,DC=sun, DC=com
48 lDAPDisplayName:oo-ldap-attr-mapping-attr
52 dn: CN=oo-role-priority-attr,CN=Schema,CN=Configuration,DC=sun, DC=com
57 lDAPDisplayName:oo-role-priority-attr
72 mayContain: oo-registry-object-attr
85 mayContain: oo-org-mapping-attr
86 mayContain: oo-ldap-attr-mapping-attr
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java92 Node attr = attrNodes.item(i); in TextStyle() local
93 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in TextStyle()
113 attr.getNodeValue()); in TextStyle()
195 if (attr.equals("fo:font-weight")) { in handleAttribute()
200 else if (attr.equals("fo:font-style")) { in handleAttribute()
206 else if (attr.equals("style:text-underline")) { in handleAttribute()
220 else if (attr.equals("style:text-position")) { in handleAttribute()
244 else if (attr.equals("fo:font-size")) { in handleAttribute()
251 else if (attr.equals("style:font-name")) in handleAttribute()
254 else if (attr.equals("fo:color")) in handleAttribute()
[all …]
H A DParaStyle.java250 Node attr = childAttrNodes.item(j); in ParaStyle() local
251 setAttribute(attr.getNodeName(), attr.getNodeValue()); in ParaStyle()
328 public void setAttribute(String attr, String value) { in setAttribute() argument
330 if (attr.equals(attrName[i])) { in setAttribute()
335 if (!isIgnored(attr)) in setAttribute()
336 Debug.log(Debug.INFO, "ParaStyle Unhandled: " + attr + "=" + value); in setAttribute()
373 public void setAttribute(int attr, String value) { in setAttribute() argument
374 isSet[attr] = true; in setAttribute()
376 this.value[attr] = (((conversionAlgorithm)algor[attr].newInstance())).I(value); in setAttribute()
H A DStyle.java78 Node attr = attrNodes.item(i); in Style() local
79 if (attr.getNodeName().equals("style:family")) in Style()
80 family = attr.getNodeValue(); in Style()
81 else if (attr.getNodeName().equals("style:name")) { in Style()
82 name = attr.getNodeValue(); in Style()
83 } else if (attr.getNodeName().equals("style:parent-style-name")) in Style()
84 parent = attr.getNodeValue(); in Style()
/trunk/main/scripting/source/storage/
H A DScriptURI.cxx184 OUString attr; in parseIt() local
187 attr = m_uri.getToken( 0, '&', len ); in parseIt()
188 OSL_TRACE( "chunk: %s\n", ::rtl::OUStringToOString( attr, in parseIt()
191 if( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "language" ) ) in parseIt()
194 sal_Int32 len2 = attr.indexOf('='); in parseIt()
195 results.language = attr.copy( len2 + 1 ); in parseIt()
198 else if ( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "location" ) ) in parseIt()
201 sal_Int32 len2 = attr.indexOf( '=' ); in parseIt()
202 results.location = attr.copy( len2 + 1 ); in parseIt()
208 sal_Int32 len2 = attr.indexOf( '=' ); in parseIt()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java99 Attribute attr = new Attribute() ; in add() local
100 attr.Name = name ; in add()
101 attr.Type = type ; in add()
102 attr.Value = value ; in add()
103 attributes.add(attr) ; in add()
104 attrByName.put(attr.Name, attr) ; in add()
217 if (attr != null) { in startElement()
218 short attrLen = attr.getLength() ; in startElement()
313 super.startElement(name, attr); in startElement()
314 if (attr == null) { in startElement()
[all …]
H A Ddbg.java181 short attr = prop.Attributes; in printPropertyInfo() local
183 if ((attr & PropertyAttribute.BOUND) != 0) in printPropertyInfo()
186 if ((attr & PropertyAttribute.CONSTRAINED) != 0) in printPropertyInfo()
189 if ((attr & PropertyAttribute.MAYBEAMBIGUOUS) != 0) in printPropertyInfo()
192 if ((attr & PropertyAttribute.MAYBEDEFAULT) != 0) in printPropertyInfo()
195 if ((attr & PropertyAttribute.MAYBEVOID) != 0) in printPropertyInfo()
198 if ((attr & PropertyAttribute.READONLY) != 0) in printPropertyInfo()
201 if ((attr & PropertyAttribute.REMOVEABLE) != 0) in printPropertyInfo()
204 if ((attr & PropertyAttribute.TRANSIENT) != 0) in printPropertyInfo()
/trunk/main/autodoc/source/ary/idl/
H A Di_property.cxx102 attr::HasAnyStereotype( const CodeEntity & i_ce ) in HasAnyStereotype()
108 attr::IsReadOnly( const CodeEntity & i_ce ) in IsReadOnly()
114 attr::IsBound( const CodeEntity & i_ce ) in IsBound()
120 attr::IsConstrained( const CodeEntity & i_ce ) in IsConstrained()
126 attr::IsMayBeAmbiguous( const CodeEntity & i_ce ) in IsMayBeAmbiguous()
132 attr::IsMayBeDefault( const CodeEntity & i_ce ) in IsMayBeDefault()
138 attr::IsMayBeVoid( const CodeEntity & i_ce ) in IsMayBeVoid()
144 attr::IsRemovable( const CodeEntity & i_ce ) in IsRemovable()
150 attr::IsTransient( const CodeEntity & i_ce ) in IsTransient()
156 attr::Type( const CodeEntity & i_ce ) in Type()
H A Di_attribute.cxx108 attr::HasAnyStereotype( const CodeEntity & i_ce ) in HasAnyStereotype()
115 attr::IsReadOnly( const CodeEntity & i_ce ) in IsReadOnly()
121 attr::IsBound( const CodeEntity & i_ce ) in IsBound()
127 attr::Type( const CodeEntity & i_ce ) in Type()
133 attr::Get_GetExceptions( Dyn_TypeIterator & o_result, in Get_GetExceptions()
141 attr::Get_SetExceptions( Dyn_TypeIterator & o_result, in Get_SetExceptions()
H A Di_function.cxx119 attr::ReturnType( const CodeEntity & i_ce ) in ReturnType()
125 attr::IsOneway( const CodeEntity & i_ce ) in IsOneway()
131 attr::HasEllipse( const CodeEntity & i_ce ) in HasEllipse()
137 attr::Get_Parameters( Dyn_StdConstIterator<ary::idl::Parameter> & o_result, in Get_Parameters()
145 attr::Get_Exceptions( Dyn_TypeIterator & o_result, in Get_Exceptions()
/trunk/main/solenv/bin/
H A Dmake_ext_update_info.pl460 while (my $attr = shift(@args))
462 if ($attr eq $name) {
500 while (my $attr = shift(@{$attr_r})) {
501 my $ns = $parser->namespace($attr);
531 my @attr = @{$attr_r};
535 while (my $attr = shift(@attr)) {
536 determineNsDefinitionForItem($parser, $attr, 0);
537 shift @attr;
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1062 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()
1063 if (attr != null && attr.Raises.Length == 2) in testAttributes()
1065 l.assure(attr.Raises[0] == typeof(unoidl.com.sun.star.uno.Exception)); in testAttributes()
1083 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()
1084 if (attr != null && attr.Raises.Length == 4) in testAttributes()
1105 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()
1106 if (attr != null && attr.Raises.Length == 2) in testAttributes()
1120 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()
1121 if (attr != null && attr.Raises.Length == 1) in testAttributes()
1154 l.assure(attr != null && attr.Parameters.ToString().Equals(arNames.ToString())); in testPolyStructAttributes()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhfi_interface.cxx124 ary::idl::ifc_interface::attr::Get_Functions(dpFunctions, i_ce); in Produce_byData()
140 ary::idl::ifc_interface::attr::Get_Attributes(dpAttributes, i_ce); in Produce_byData()
154 ary::idl::ifc_interface::attr::Get_Functions(dpFunctions, i_ce); in Produce_byData()
168 ary::idl::ifc_interface::attr::Get_Attributes(dpAttributes, i_ce); in Produce_byData()
224 typedef ary::idl::ifc_function::attr funcAttr; in produce_MemberDetails()
256 ary::idl::ifc_interface::attr::Get_Bases(pHelp, i_ce); in produce_BaseHierarchy()
299 ary::idl::ifc_interface::attr::Get_Bases(pBases, i_ce); in produce_BaseHierarchy()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetUtil.java82 Node attr = attrNodes.item(i); in emptyCell() local
86 if (attr == null) { in emptyCell()
91 attr.getNodeName()) && in emptyCell()
92 !attr.getNodeName().equals( in emptyCell()
95 attrNodes.removeNamedItem(attr.getNodeName()); in emptyCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/xml/
H A D_UserDefinedAttributeSupplier.java39 AttributeData attr = new AttributeData(); in _UserDefinedAttributes() local
40 attr.Namespace = "http://www.sun.com/staroffice/apitest/Chartprop"; in _UserDefinedAttributes()
41 attr.Type="CDATA"; in _UserDefinedAttributes()
42 attr.Value="true"; in _UserDefinedAttributes()
43 uda.insertByName("Chartprop:has-first-alien-attribute",attr); in _UserDefinedAttributes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_CellProperties.java76 AttributeData attr = new AttributeData(); in _UserDefinedAttributes() local
77 attr.Namespace = "http://www.sun.com/staroffice/apitest/Cellprop"; in _UserDefinedAttributes()
78 attr.Type="CDATA"; in _UserDefinedAttributes()
79 attr.Value="true"; in _UserDefinedAttributes()
80 uda.insertByName("Cellprop:has-first-alien-attribute",attr); in _UserDefinedAttributes()

Completed in 100 milliseconds

123456