/aoo42x/main/desktop/source/migration/ |
H A D | cfgfilter.cxx | 179 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 D | cfgfilter.hxx | 111 sal_Int16 aAttributes, 119 sal_Int16 aAttributes) 127 sal_Int16 aAttributes ) 145 sal_Int16 aAttributes, 172 sal_Int16 aAttributes, 180 sal_Int16 aAttributes,
|
/aoo42x/main/sdext/source/pdfimport/odf/ |
H A D | odfemitter.cxx | 77 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()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoflatpara.cxx | 213 …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()
|
/aoo42x/main/xmlsecurity/source/xmlsec/ |
H A D | saxhelper.cxx | 96 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 D | xmldocumentwrapper_xmlsecimpl.cxx | 1013 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()
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XLayerHandler.idl | 108 @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 D | XSchemaHandler.idl | 176 @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 D | XUpdateHandler.idl | 117 @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 …]
|
/aoo42x/main/desktop/source/migration/services/ |
H A D | jvmfwk.cxx | 130 sal_Int16 aAttributes, 138 sal_Int16 aAttributes) 146 sal_Int16 aAttributes ) 164 sal_Int16 aAttributes, 191 sal_Int16 aAttributes, 199 sal_Int16 aAttributes,
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 324 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()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
H A D | code.js | 323 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");
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlinputstream.cxx | 100 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()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XFlatParagraph.idl | 155 @param aAttributes 162 [in] sequence<::com::sun::star::beans::PropertyValue> aAttributes ) 174 @param aAttributes 181 [in] sequence<::com::sun::star::beans::PropertyValue> aAttributes )
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | FiniteAutomaton.java | 43 final Vector<Attribute> aAttributes, in FiniteAutomaton() argument 47 maAttributes = aAttributes!=null in FiniteAutomaton() 48 ? aAttributes in FiniteAutomaton()
|
H A D | CreatorBase.java | 77 final Vector<Attribute> aAttributes = new Vector<>(); in CollectAttributes() local 80 aAttributes.add(aAttribute); in CollectAttributes() 81 return aAttributes; in CollectAttributes()
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | SchemaContext.cxx | 54 static SvXMLTokenMapEntry aAttributes[] = variable 71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaContext()
|
H A D | SchemaSimpleTypeContext.cxx | 53 static SvXMLTokenMapEntry aAttributes[] = variable 71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaSimpleTypeContext()
|
H A D | XFormsModelContext.cxx | 59 static SvXMLTokenMapEntry aAttributes[] = variable 79 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in XFormsModelContext()
|
H A D | XFormsInstanceContext.cxx | 62 static SvXMLTokenMapEntry aAttributes[] = variable 74 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aEmptyMap ), in XFormsInstanceContext()
|
/aoo42x/main/autodoc/inc/ary/idl/ |
H A D | i_interface.hxx | 96 MemberList aAttributes; member in ary::idl::Interface 112 { aAttributes.push_back(i_nId); } in Add_Attribute()
|
/aoo42x/main/xmlsecurity/source/framework/ |
H A D | saxeventkeeperimpl.cxx | 1265 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()
|
/aoo42x/main/autodoc/source/ary/idl/ |
H A D | i_interface.cxx | 51 aAttributes(), in Interface() 131 o_result = new SCI_Vector<Ce_id>(interface_cast(i_ce).aAttributes); in Get_Attributes()
|
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 253 FULLPROPSPEC const * aAttributes, in Init() argument 272 if ( 0 == aAttributes ) in Init() 277 CFullPropSpec *pAttrib = (CFullPropSpec *) aAttributes; in Init()
|
/aoo42x/main/sw/inc/ |
H A D | unoflatpara.hxx | 91 …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…
|