Home
last modified time | relevance | path

Searched refs:aAttributes (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/desktop/source/migration/
H A Dcfgfilter.cxx179 sal_Int16 aAttributes, in overrideNode() argument
187 m_xLayerHandler->overrideNode(aName, aAttributes, bClear); in overrideNode()
196 sal_Int16 aAttributes) in addOrReplaceNode() argument
203 m_xLayerHandler->addOrReplaceNode(aName, aAttributes); in addOrReplaceNode()
213 sal_Int16 aAttributes ) in addOrReplaceNodeFromTemplate() argument
254 sal_Int16 aAttributes, in overrideProperty() argument
262 m_xLayerHandler->overrideProperty(aName, aAttributes, aType, bClear); in overrideProperty()
305 sal_Int16 aAttributes, in addProperty() argument
312 m_xLayerHandler->addProperty(aName, aAttributes, aType); in addProperty()
317 sal_Int16 aAttributes, in addPropertyWithValue() argument
[all …]
H A Dcfgfilter.hxx111 sal_Int16 aAttributes,
119 sal_Int16 aAttributes)
127 sal_Int16 aAttributes )
145 sal_Int16 aAttributes,
172 sal_Int16 aAttributes,
180 sal_Int16 aAttributes,
/trunk/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx77 std::vector<rtl::OUString> aAttributes; in beginTag() local
87 aAttributes.push_back(aAttribute.makeStringAndClear()); in beginTag()
94 std::sort(aAttributes.begin(), aAttributes.end()); in beginTag()
95 std::for_each(aAttributes.begin(), in beginTag()
96 aAttributes.end(), in beginTag()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx213 …ng & aNewText, const css::uno::Sequence< css::beans::PropertyValue > & aAttributes) throw (css::un… in changeText() argument
232 for ( sal_uInt16 i = 0; i < aAttributes.getLength(); ++i ) in changeText()
233 xPropSet->setPropertyValue( aAttributes[i].Name, aAttributes[i].Value ); in changeText()
245 …al_Int32 nLen, const css::uno::Sequence< css::beans::PropertyValue > & aAttributes) throw (css::un… in changeAttributes() argument
262 for ( sal_uInt16 i = 0; i < aAttributes.getLength(); ++i ) in changeAttributes()
263 xPropSet->setPropertyValue( aAttributes[i].Name, aAttributes[i].Value ); in changeAttributes()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx96 const xmlChar** attrlist_to_nxmlstr( const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in attrlist_to_nxmlstr() argument
103 sal_Int32 nLength = aAttributes.getLength();; in attrlist_to_nxmlstr()
116 attname = ous_to_xmlstr( aAttributes[j].sName ) ; in attrlist_to_nxmlstr()
117 attvalue = ous_to_xmlstr( aAttributes[j].sValue ) ; in attrlist_to_nxmlstr()
306 const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in startElement()
313 attrs = attrlist_to_nxmlstr( aAttributes ) ; in startElement()
H A Dxmldocumentwrapper_xmlsecimpl.cxx1013 cssu::Sequence< cssxcsax::XMLAttribute > aAttributes (nLength); in startElement() local
1017 aAttributes[i].sName = xAttribs->getNameByIndex((short)i); in startElement()
1018 aAttributes[i].sValue =xAttribs->getValueByIndex((short)i); in startElement()
1021 _startElement(aName, aAttributes); in startElement()
1066 …tElement( const rtl::OUString& aName, const cssu::Sequence< cssxcsax::XMLAttribute >& aAttributes ) in _startElement() argument
1069 saxHelper.startElement(aName, aAttributes); in _startElement()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl108 @param aAttributes
140 [in] short aAttributes,
163 @param aAttributes
189 [in] short aAttributes )
212 @param aAttributes
305 @param aAttributes
356 [in] short aAttributes,
467 @param aAttributes
498 [in] short aAttributes,
514 @param aAttributes
[all …]
H A DXSchemaHandler.idl176 @param aAttributes
204 [in] short aAttributes )
219 @param aAttributes
251 [in] short aAttributes,
290 @param aAttributes
315 [in] short aAttributes )
330 @param aAttributes
360 [in] short aAttributes,
397 @param aAttributes
423 [in] short aAttributes,
[all …]
H A DXUpdateHandler.idl117 @param aAttributes
158 [in] short aAttributes,
181 @param aAttributes
207 [in] short aAttributes )
229 @param aAttributes
256 [in] short aAttributes,
322 @param aAttributes
543 @param aAttributes
576 [in] short aAttributes,
593 @param aAttributes
[all …]
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx130 sal_Int16 aAttributes,
138 sal_Int16 aAttributes)
146 sal_Int16 aAttributes )
164 sal_Int16 aAttributes,
191 sal_Int16 aAttributes,
199 sal_Int16 aAttributes,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx324 Gdiplus::ImageAttributes aAttributes; in paintToGdiPlus() local
334 aAttributes.SetWrapMode(Gdiplus::WrapModeTileFlipXY); in paintToGdiPlus()
345 &aAttributes, in paintToGdiPlus()
472 Gdiplus::ImageAttributes aAttributes; in drawTransformedBitmap() local
489 aAttributes.SetWrapMode(Gdiplus::WrapModeTileFlipXY); in drawTransformedBitmap()
500 &aAttributes, in drawTransformedBitmap()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js323 var aAttributes= aNode["attributes"];
324 if ( ! (typeof aAttributes==='undefined' || aAttributes.length == 0))
329 for (var nIndex=0; nIndex<aAttributes.length; ++nIndex)
331 var aAttributeEntry = CreateDomTreeForType(aAttributes[nIndex], "li");
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx100 AttributeDataMap aAttributes; in lclProcessAttribs() local
129 aAttributes.erase( aIt->second ); in lclProcessAttribs()
132 aAttributes[ pcNameBeg ] = aAttribData; in lclProcessAttribs()
145 …for( AttributeDataMap::iterator aIt = aAttributes.begin(), aEnd = aAttributes.end(); aIt != aEnd; … in lclProcessAttribs()
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl155 @param aAttributes
162 [in] sequence<::com::sun::star::beans::PropertyValue> aAttributes )
174 @param aAttributes
181 [in] sequence<::com::sun::star::beans::PropertyValue> aAttributes )
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java43 final Vector<Attribute> aAttributes, in FiniteAutomaton() argument
47 maAttributes = aAttributes!=null in FiniteAutomaton()
48 ? aAttributes in FiniteAutomaton()
H A DCreatorBase.java77 final Vector<Attribute> aAttributes = new Vector<>(); in CollectAttributes() local
80 aAttributes.add(aAttribute); in CollectAttributes()
81 return aAttributes; in CollectAttributes()
/trunk/main/xmloff/source/xforms/
H A DSchemaContext.cxx54 static SvXMLTokenMapEntry aAttributes[] = variable
71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaContext()
H A DSchemaSimpleTypeContext.cxx53 static SvXMLTokenMapEntry aAttributes[] = variable
71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaSimpleTypeContext()
H A DXFormsModelContext.cxx59 static SvXMLTokenMapEntry aAttributes[] = variable
79 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in XFormsModelContext()
H A DXFormsInstanceContext.cxx62 static SvXMLTokenMapEntry aAttributes[] = variable
74 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aEmptyMap ), in XFormsInstanceContext()
/trunk/main/autodoc/inc/ary/idl/
H A Di_interface.hxx96 MemberList aAttributes; member in ary::idl::Interface
112 { aAttributes.push_back(i_nId); } in Add_Attribute()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1265 cssu::Sequence< cssxcsax::XMLAttribute > aAttributes (nLength); in startElement()
1269 aAttributes[i].sName = xAttribs->getNameByIndex((short)i); in startElement()
1270 aAttributes[i].sValue =xAttribs->getValueByIndex((short)i); in startElement()
1273 m_xCompressedDocumentHandler->_startElement(aName, aAttributes); in startElement()
/trunk/main/autodoc/source/ary/idl/
H A Di_interface.cxx51 aAttributes(), in Interface()
131 o_result = new SCI_Vector<Ce_id>(interface_cast(i_ce).aAttributes); in Get_Attributes()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx253 FULLPROPSPEC const * aAttributes, in Init() argument
272 if ( 0 == aAttributes ) in Init()
277 CFullPropSpec *pAttrib = (CFullPropSpec *) aAttributes; in Init()
/trunk/main/sw/inc/
H A Dunoflatpara.hxx91 …ng & aNewText, const css::uno::Sequence< css::beans::PropertyValue > & aAttributes) throw (css::un…
92 …al_Int32 nLen, const css::uno::Sequence< css::beans::PropertyValue > & aAttributes) throw (css::un…

Completed in 149 milliseconds

12