Home
last modified time | relevance | path

Searched refs:nElement (Results 1 – 25 of 131) sorted by relevance

123456

/trunk/main/oox/source/drawingml/chart/
H A Dseriescontext.cxx343 switch( nElement ) in onCreateContext()
369 switch( nElement ) in onCreateContext()
401 switch( nElement ) in onCreateContext()
417 switch( nElement ) in onCreateContext()
449 switch( nElement ) in onCreateContext()
485 switch( nElement ) in onCreateContext()
531 switch( nElement ) in onCreateContext()
577 switch( nElement ) in onCreateContext()
619 switch( nElement ) in onCreateContext()
654 switch( nElement ) in onCreateContext()
[all …]
H A Dplotareacontext.cxx53 ContextHandlerRef View3DContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext() argument
58 switch( nElement ) in onCreateContext()
98 ContextHandlerRef WallFloorContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext() argument
105 switch( nElement ) in onCreateContext()
128 ContextHandlerRef PlotAreaContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext() argument
133 switch( nElement ) in onCreateContext()
140 … return new BarTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext()
161 return new CatAxisContext( *this, mrModel.maAxes.create( nElement ) ); in onCreateContext()
163 return new DateAxisContext( *this, mrModel.maAxes.create( nElement ) ); in onCreateContext()
165 return new SerAxisContext( *this, mrModel.maAxes.create( nElement ) ); in onCreateContext()
[all …]
H A Daxiscontext.cxx57 switch( nElement ) in onCreateContext()
71 switch( nElement ) in onCreateContext()
106 switch( nElement ) in onCreateContext()
154 switch( nElement ) in onCreateContext()
187 if( isRootElement() ) switch( nElement ) in onCreateContext()
213 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext()
229 if( isRootElement() ) switch( nElement ) in onCreateContext()
254 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext()
270 if( isRootElement() ) switch( nElement ) in onCreateContext()
279 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext()
[all …]
H A Dtypegroupcontext.cxx49 ContextHandlerRef UpDownBarsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument
54 switch( nElement ) in onCreateContext()
80 ContextHandlerRef AreaTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext() argument
82 if( isRootElement() ) switch( nElement ) in onCreateContext()
120 if( isRootElement() ) switch( nElement ) in onCreateContext()
171 if( isRootElement() ) switch( nElement ) in onCreateContext()
215 if( isRootElement() ) switch( nElement ) in onCreateContext()
265 if( isRootElement() ) switch( nElement ) in onCreateContext()
315 if( isRootElement() ) switch( nElement ) in onCreateContext()
348 if( isRootElement() ) switch( nElement ) in onCreateContext()
[all …]
H A Ddatasourcecontext.cxx50 ContextHandlerRef DoubleSequenceContext::onCreateContext( sal_Int32 nElement, const AttributeList& … in onCreateContext() argument
55 switch( nElement ) in onCreateContext()
65 switch( nElement ) in onCreateContext()
79 switch( nElement ) in onCreateContext()
122 switch( nElement ) in onCreateContext()
130 switch( nElement ) in onCreateContext()
140 switch( nElement ) in onCreateContext()
152 switch( nElement ) in onCreateContext()
187 ContextHandlerRef DataSourceContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext() argument
193 switch( nElement ) in onCreateContext()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx71 mxFont->importAttribs( nElement, rAttribs ); in onCreateContext()
88 mxBorder->importStyle( nElement, rAttribs ); in onCreateContext()
92 if( nElement == XLS_TOKEN( color ) ) in onCreateContext()
105 switch( nElement ) in onCreateContext()
112 switch( nElement ) in onCreateContext()
119 if( nElement == XLS_TOKEN( stop ) ) in onCreateContext()
126 if( nElement == XLS_TOKEN( color ) ) in onCreateContext()
146 switch( nElement ) in onCreateContext()
163 switch( nElement ) in onCreateContext()
192 if( nElement == XLS_TOKEN( styleSheet ) ) return this; in onCreateContext()
[all …]
H A Dpivottablefragment.cxx51 switch( nElement ) in onCreateContext()
58 if( nElement == XLS_TOKEN( item ) ) mrTableField.importItem( rAttribs ); in onCreateContext()
61 if( nElement == XLS_TOKEN( pivotArea ) ) return this; in onCreateContext()
64 if( nElement == XLS_TOKEN( references ) ) return this; in onCreateContext()
70 if( nElement == XLS_TOKEN( x ) ) mrTableField.importReferenceItem( rAttribs ); in onCreateContext()
131 if( nElement == XLS_TOKEN( autoFilter ) ) return this; in onCreateContext()
134 if( nElement == XLS_TOKEN( filterColumn ) ) return this; in onCreateContext()
137 if( nElement == XLS_TOKEN( top10 ) ) mrTableFilter.importTop10( rAttribs ); in onCreateContext()
189 switch( nElement ) in onCreateContext()
205 if( nElement == XLS_TOKEN( field ) ) mrPivotTable.importRowField( rAttribs ); in onCreateContext()
[all …]
H A Dexternallinkfragment.cxx61 if( nElement == XLS_TOKEN( row ) ) return this; in onCreateContext()
64 if( nElement == XLS_TOKEN( cell ) ) { importCell( rAttribs ); return this; } in onCreateContext()
182 if( nElement == XLS_TOKEN( externalLink ) ) return this; in onCreateContext()
186 switch( nElement ) in onCreateContext()
195 switch( nElement ) in onCreateContext()
204 if( nElement == XLS_TOKEN( sheetName ) ) mrExtLink.importSheetName( rAttribs ); in onCreateContext()
215 if( nElement == XLS_TOKEN( ddeItems ) ) return this; in onCreateContext()
218 if( nElement == XLS_TOKEN( ddeItem ) ) in onCreateContext()
225 if( nElement == XLS_TOKEN( values ) ) in onCreateContext()
232 if( nElement == XLS_TOKEN( value ) ) in onCreateContext()
[all …]
H A Dpivotcachefragment.cxx49 ContextHandlerRef PivotCacheFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext() argument
54 …if( nElement == XLS_TOKEN( sharedItems ) ) { mrCacheField.importSharedItems( rAttribs ); return… in onCreateContext()
59 switch( nElement ) in onCreateContext()
67 … case XLS_TOKEN( sharedItems ): mrCacheField.importSharedItem( nElement, rAttribs ); break; in onCreateContext()
68 … case XLS_TOKEN( discretePr ): mrCacheField.importDiscretePrItem( nElement, rAttribs ); break; in onCreateContext()
69 … case XLS_TOKEN( groupItems ): mrCacheField.importGroupItem( nElement, rAttribs ); break; in onCreateContext()
132 switch( nElement ) in onCreateContext()
230 ContextHandlerRef PivotCacheRecordsFragment::onCreateContext( sal_Int32 nElement, const AttributeLi… in onCreateContext() argument
235 if( nElement == XLS_TOKEN( pivotCacheRecords ) ) return this; in onCreateContext()
239 if( nElement == XLS_TOKEN( r ) ) { startCacheRecord(); return this; } in onCreateContext()
[all …]
H A Dconnectionsfragment.cxx47 ContextHandlerRef ConnectionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument
52 if( nElement == XLS_TOKEN( webPr ) ) in onCreateContext()
60 if( nElement == XLS_TOKEN( tables ) ) in onCreateContext()
68 mrConnection.importTable( rAttribs, nElement ); in onCreateContext()
120 ContextHandlerRef ConnectionsFragment::onCreateContext( sal_Int32 nElement, const AttributeList& /*… in onCreateContext() argument
125 if( nElement == XLS_TOKEN( connections ) ) in onCreateContext()
130 if( nElement == XLS_TOKEN( connection ) ) in onCreateContext()
H A Dcommentsfragment.cxx44 ContextHandlerRef CommentsFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext() argument
49 if( nElement == XLS_TOKEN( comments ) ) return this; in onCreateContext()
52 if( nElement == XLS_TOKEN( authors ) ) return this; in onCreateContext()
53 if( nElement == XLS_TOKEN( commentList ) ) return this; in onCreateContext()
56 if( nElement == XLS_TOKEN( author ) ) return this; // collect author in onCharacters() in onCreateContext()
59 if( nElement == XLS_TOKEN( comment ) ) { importComment( rAttribs ); return this; } in onCreateContext()
62 if( (nElement == XLS_TOKEN( text )) && mxComment.get() ) in onCreateContext()
H A Dworksheetfragment.cxx106 if( nElement == XLS_TOKEN( dataValidation ) ) in onCreateContext()
113 switch( nElement ) in onCreateContext()
245 switch( nElement ) in onCreateContext()
278 switch( nElement ) in onCreateContext()
287 switch( nElement ) in onCreateContext()
293 switch( nElement ) in onCreateContext()
301 if( nElement == XLS_TOKEN( col ) ) importCol( rAttribs ); in onCreateContext()
310 if( nElement == XLS_TOKEN( brk ) ) importBrk( rAttribs, true ); in onCreateContext()
313 if( nElement == XLS_TOKEN( brk ) ) importBrk( rAttribs, false ); in onCreateContext()
317 switch( nElement ) in onCreateContext()
[all …]
H A Dautofiltercontext.cxx43 ContextHandlerRef FilterSettingsContext::onCreateContext( sal_Int32 nElement, const AttributeList& … in onCreateContext() argument
48 if( nElement == XLS_TOKEN( filter ) ) return this; in onCreateContext()
51 if( nElement == XLS_TOKEN( customFilter ) ) return this; in onCreateContext()
89 ContextHandlerRef FilterColumnContext::onCreateContext( sal_Int32 nElement, const AttributeList& /*… in onCreateContext() argument
91 if( getCurrentElement() == XLS_TOKEN( filterColumn ) ) switch( nElement ) in onCreateContext()
135 ContextHandlerRef AutoFilterContext::onCreateContext( sal_Int32 nElement, const AttributeList& /*rA… in onCreateContext() argument
137 … if( (getCurrentElement() == XLS_TOKEN( autoFilter )) && (nElement == XLS_TOKEN( filterColumn )) ) in onCreateContext()
/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx65 switch( nElement ) in createFastChildContext()
113 switch( nElement ) in createFastChildContext()
146 switch( nElement ) in createFastChildContext()
184 switch( nElement ) in createFastChildContext()
188 mrBlipProps.moColorEffect = getBaseToken( nElement ); in createFastChildContext()
217 switch( nElement ) in createFastChildContext()
235 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
245 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
268 return createFillContext( *this, nElement, rxAttribs, mrFillProps ); in createFastChildContext()
272 ContextHandler& rParent, sal_Int32 nElement, in createFillContext() argument
[all …]
H A Dthemeelementscontext.cxx59 Reference< XFastContextHandler > FillStyleListContext::createFastChildContext( sal_Int32 nElement, … in createFastChildContext() argument
62 switch( nElement ) in createFastChildContext()
71 …return FillPropertiesContext::createFillContext( *this, nElement, xAttribs, *mrFillStyleList.back(… in createFastChildContext()
97 switch( nElement ) in createFastChildContext()
126 switch( nElement ) in createFastChildContext()
143 … virtual void SAL_CALL endFastElement( sal_Int32 nElement ) throw (SAXException, RuntimeException);
156 Reference< XFastContextHandler > FontSchemeContext::createFastChildContext( sal_Int32 nElement, con… in createFastChildContext() argument
160 switch( nElement ) in createFastChildContext()
187 void FontSchemeContext::endFastElement( sal_Int32 nElement ) throw (SAXException, RuntimeException) in endFastElement() argument
189 switch( nElement ) in endFastElement()
[all …]
H A Dcolorchoicecontext.cxx46 void ColorValueContext::startFastElement( sal_Int32 nElement, const Reference< XFastAttributeList >… in startFastElement() argument
50 switch( nElement ) in startFastElement()
87 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument
90 switch( nElement ) in createFastChildContext()
115 mrColor.addTransformation( nElement, aAttribs.getInteger( XML_val, 0 ) ); in createFastChildContext()
122 mrColor.addTransformation( nElement ); in createFastChildContext()
137 …sal_Int32 nElement, const Reference< XFastAttributeList >& ) throw (SAXException, RuntimeException) in createFastChildContext() argument
139 switch( nElement ) in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriescontext.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
77 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
92 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
107 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
122 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
138 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
153 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
166 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
179 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
[all …]
H A Dtypegroupcontext.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
63 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
76 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
89 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
103 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
117 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
130 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
143 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
157 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx90 sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) in implCreateChildContext() argument
94 ContextHandlerRef xContext = onCreateContext( nElement, AttributeList( rxAttribs ) ); in implCreateChildContext()
112 void ContextHandler2Helper::implEndElement( sal_Int32 nElement ) in implEndElement() argument
114 (void)nElement; // prevent "unused parameter" warning in product build in implEndElement()
115 …OSL_ENSURE( getCurrentElement() == nElement, "ContextHandler2Helper::implEndElement - context stac… in implEndElement()
147 ElementInfo& ContextHandler2Helper::pushElementInfo( sal_Int32 nElement ) in pushElementInfo() argument
151 rInfo.mnElement = nElement; in pushElementInfo()
193 return implCreateChildContext( nElement, rxAttribs ); in createFastChildContext()
199 implStartElement( nElement, rxAttribs ); in startFastElement()
207 void SAL_CALL ContextHandler2::endFastElement( sal_Int32 nElement ) throw( SAXException, RuntimeExc… in endFastElement() argument
[all …]
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler2.hxx147 inline bool isCurrentElement( sal_Int32 nElement ) const in isCurrentElement()
148 { return getCurrentElement() == nElement; } in isCurrentElement()
160 inline sal_Int32 isParentElement( sal_Int32 nElement, sal_Int32 nCountBack = 1 ) const in isParentElement() argument
161 { return getParentElement( nCountBack ) == nElement; } in isParentElement()
173 sal_Int32 nElement,
178 sal_Int32 nElement,
185 void implEndElement( sal_Int32 nElement );
199 ElementInfo& pushElementInfo( sal_Int32 nElement );
228 sal_Int32 nElement,
234 sal_Int32 nElement,
[all …]
/trunk/main/oox/source/vml/
H A Dvmltextboxcontext.cxx40 sal_Int32 nElement, const AttributeList& rAttribs ) : in TextPortionContext() argument
46 switch( nElement ) in TextPortionContext()
60 maFont.monEscapement = nElement; in TextPortionContext()
81 ContextHandlerRef TextPortionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAt… in onCreateContext() argument
83 …OSL_ENSURE( nElement != XML_font, "TextPortionContext::onCreateContext - nested <font> elements" ); in onCreateContext()
84 return new TextPortionContext( *this, mrTextBox, maFont, nElement, rAttribs ); in onCreateContext()
130 ContextHandlerRef TextBoxContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttrib… in onCreateContext() argument
135 if( nElement == XML_div ) return this; in onCreateContext()
138 …if( nElement == XML_font ) return new TextPortionContext( *this, mrTextBox, TextFontModel(), nElem… in onCreateContext()
H A Dvmlshapecontext.cxx150 ContextHandlerRef ShapeLayoutContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAt… in onCreateContext() argument
152 switch( nElement ) in onCreateContext()
240 ShapeContainer& rShapes, sal_Int32 nElement, const AttributeList& rAttribs ) in createShapeContext() argument
242 switch( nElement ) in createShapeContext()
303 ContextHandlerRef ShapeTypeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext() argument
305 if( isRootElement() ) switch( nElement ) in onCreateContext()
385 ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument
388 if( isRootElement() ) switch( nElement ) in onCreateContext()
396 return ShapeTypeContext::onCreateContext( nElement, rAttribs ); in onCreateContext()
422 ContextHandlerRef xContext = createShapeContext( *this, mrShapes, nElement, rAttribs ); in onCreateContext()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx75 nElement = 32; in TokenPool()
77 pType = new E_TYPE[ nElement ]; in TokenPool()
318 nElement = nElementNew; in GrowElement()
617 if( nElementAkt >= nElement ) in operator >>()
633 if( nElementAkt >= nElement ) in Store()
657 if( nElementAkt >= nElement ) in Store()
673 if( nElementAkt >= nElement ) in Store()
707 if( nElementAkt >= nElement ) in Store()
732 if( nElementAkt >= nElement ) in Store()
763 if( nElementAkt >= nElement ) in Store()
[all …]
H A Dxerecord.cxx66 XclExpXmlElementRecord::XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlS… in XclExpXmlElementRecord() argument
67 : mnElement( nElement ), mpAttributes( pAttributes ) in XclExpXmlElementRecord()
77 XclExpXmlStartElementRecord::XclExpXmlStartElementRecord( sal_Int32 nElement, void (*pAttributes)( … in XclExpXmlStartElementRecord() argument
78 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartElementRecord()
102 XclExpXmlEndElementRecord::XclExpXmlEndElementRecord( sal_Int32 nElement ) in XclExpXmlEndElementRecord() argument
103 : XclExpXmlElementRecord( nElement ) in XclExpXmlEndElementRecord()
118 XclExpXmlStartSingleElementRecord::XclExpXmlStartSingleElementRecord( sal_Int32 nElement, void (*pA… in XclExpXmlStartSingleElementRecord() argument
119 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartSingleElementRecord()
/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx41 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
55 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
72 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
88 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
106 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
123 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
139 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…

Completed in 97 milliseconds

123456