Home
last modified time | relevance | path

Searched refs:AttributeList (Results 101 – 125 of 183) sorted by relevance

12345678

/aoo4110/main/oox/inc/oox/drawingml/chart/
H A Dchartdrawingfragment.hxx66 void importExt( const AttributeList& rAttribs );
98 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
H A Dmodelbase.hxx31 namespace oox { class AttributeList; }
108 void setAttributes( const AttributeList& rAttribs );
/aoo4110/main/qadevOOo/runner/basicrunner/basichelper/
H A DAttributeList.java39 public class AttributeList implements XServiceInfo, XSingleServiceFactory { class
96 class AttributeListImpl extends XMLTools.AttributeList
/aoo4110/main/oox/source/drawingml/chart/
H A Dchartcontextbase.cxx49 ContextHandlerRef ShapePrWrapperContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext() argument
65 ContextHandlerRef LayoutContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext()
H A Dchartdrawingfragment.cxx52 void ShapeAnchor::importExt( const AttributeList& rAttribs ) in importExt()
137 ContextHandlerRef ChartDrawingFragment::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext()
/aoo4110/main/oox/source/core/
H A Dfragmenthandler2.cxx103 ContextHandlerRef FragmentHandler2::onCreateContext( sal_Int32, const AttributeList& ) in onCreateContext() argument
108 void FragmentHandler2::onStartElement( const AttributeList& ) in onStartElement() argument
/aoo4110/main/oox/inc/oox/core/
H A Dbinarycodec.hxx33 namespace oox { class AttributeList; }
44 static sal_uInt16 getPasswordHash( const AttributeList& rAttribs, sal_Int32 nElement );
H A Dfragmenthandler2.hxx89 virtual ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
90 virtual void onStartElement( const AttributeList& rAttribs );
/aoo4110/main/oox/source/drawingml/
H A Dlinepropertiescontext.cxx45 AttributeList aAttribs( xAttribs ); in LinePropertiesContext()
58 AttributeList aAttribs( xAttribs ); in createFastChildContext()
H A Dtextcharacterpropertiescontext.cxx52 AttributeList aAttribs( rXAttributes ); in TextCharacterPropertiesContext()
107 AttributeList aAttribs( xAttributes ); in createFastChildContext()
H A Dcolorchoicecontext.cxx49 AttributeList aAttribs( rxAttribs ); in startFastElement()
89 AttributeList aAttribs( rxAttribs ); in createFastChildContext()
/aoo4110/main/oox/source/xls/
H A Dcommentsfragment.cxx44 ContextHandlerRef CommentsFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext()
127 void CommentsFragment::importComment( const AttributeList& rAttribs ) in importComment()
H A Dexternallinkfragment.cxx56 …rRef ExternalSheetDataContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext()
117 void ExternalSheetDataContext::importCell( const AttributeList& rAttribs ) in importCell()
177 ContextHandlerRef ExternalLinkFragment::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext()
H A Ddrawingfragment.cxx97 Shape::Shape( const WorksheetHelper& rHelper, const AttributeList& rAttribs, const sal_Char* pcServ… in Shape()
126 const WorksheetHelper& rHelper, sal_Int32 nElement, const AttributeList& rAttribs, in createShapeContext()
168 …ContextHandlerRef xContext = createShapeContext( *this, *this, nElement, AttributeList( rxAttribs … in createFastChildContext()
181 ContextHandlerRef DrawingFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAttri… in onCreateContext()
H A Dsheetdatacontext.cxx122 ContextHandlerRef SheetDataContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext()
283 void SheetDataContext::importRow( const AttributeList& rAttribs ) in importRow()
318 bool SheetDataContext::importCell( const AttributeList& rAttribs ) in importCell()
338 void SheetDataContext::importFormula( const AttributeList& rAttribs ) in importFormula()
/aoo4110/main/oox/source/ole/
H A Daxcontrolfragment.cxx56 …rRef AxControlPropertyContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext()
100 ContextHandlerRef AxControlFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext()
/aoo4110/main/oox/inc/oox/helper/
H A Dattributelist.hxx80 class AttributeList class
83 explicit AttributeList(
/aoo4110/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx47 AttributeList aAttribs( xAttribs ); in TableCellContext()
74 AttributeList aAttribs( xAttribs ); in createFastChildContext()
/aoo4110/main/framework/source/fwe/xml/
H A Dsaxnamespacefilter.cxx81 ::comphelper::AttributeList* pNewList = new ::comphelper::AttributeList(); in startElement()
/aoo4110/main/oox/source/ppt/
H A Dconditioncontext.cxx57 AttributeList attribs( xAttribs ); in CondContext()
147 AttributeList attribs( xAttribs ); in createFastChildContext()
H A Dslidefragmenthandler.cxx76 AttributeList aAttribs( xAttribs ); in createFastChildContext()
84 AttributeList attribs( xAttribs ); in createFastChildContext()
H A Dcommontimenodecontext.cxx379 AttributeList attribs( xAttribs ); in CommonTimeNodeContext()
671 AttributeList attribs( xAttribs ); in createFastChildContext()
680 AttributeList attribs( xAttribs ); in createFastChildContext()
689 AttributeList attribs( xAttribs ); in createFastChildContext()
/aoo4110/main/oox/inc/oox/xls/
H A Ddefnamesbuffer.hxx117 void importDefinedName( const AttributeList& rAttribs );
181 DefinedNameRef importDefinedName( const AttributeList& rAttribs );
/aoo4110/main/qadevOOo/tests/java/ifc/xml/sax/
H A D_XDocumentHandler.java261 XMLTools.AttributeList attr = new XMLTools.AttributeList() ; in _startElement()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java49 import org.pentaho.reporting.libraries.xmlns.common.AttributeList;
239 final AttributeList attrList = buildAttributeList(attrs); in processElement()

Completed in 131 milliseconds

12345678