| /AOO41X/main/oox/source/drawingml/chart/ |
| H A D | seriescontext.cxx | 48 sal_Int32 nElement, const AttributeList& rAttribs, DataLabelModelBase& orModel ) in lclDataLabelSharedCreateContext() argument 50 if( rContext.isRootElement() ) switch( nElement ) in lclDataLabelSharedCreateContext() 110 ContextHandlerRef DataLabelContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttr… in onCreateContext() argument 112 if( isRootElement() ) switch( nElement ) in onCreateContext() 122 return lclDataLabelSharedCreateContext( *this, nElement, rAttribs, mrModel ); in onCreateContext() 141 ContextHandlerRef DataLabelsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument 143 if( isRootElement() ) switch( nElement ) in onCreateContext() 154 return lclDataLabelSharedCreateContext( *this, nElement, rAttribs, mrModel ); in onCreateContext() 173 ContextHandlerRef PictureOptionsContext::onCreateContext( sal_Int32 nElement, const AttributeList& … in onCreateContext() argument 175 if( isRootElement() ) switch( nElement ) in onCreateContext() [all …]
|
| H A D | plotareacontext.cxx | 53 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() 137 … return new AreaTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 140 … return new BarTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 142 … return new BubbleTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 146 … return new LineTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() [all …]
|
| H A D | axiscontext.cxx | 52 ContextHandlerRef AxisDispUnitsContext::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext() argument 57 switch( nElement ) in onCreateContext() 71 switch( nElement ) in onCreateContext() 98 ContextHandlerRef AxisContextBase::onCreateContext( sal_Int32 nElement, const AttributeList& rAttri… in onCreateContext() argument 106 switch( nElement ) in onCreateContext() 154 switch( nElement ) in onCreateContext() 185 ContextHandlerRef CatAxisContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttrib… in onCreateContext() argument 187 if( isRootElement() ) switch( nElement ) in onCreateContext() 213 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext() 227 ContextHandlerRef DateAxisContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttri… in onCreateContext() argument [all …]
|
| H A D | typegroupcontext.cxx | 49 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() 118 ContextHandlerRef BarTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList& rA… in onCreateContext() argument 120 if( isRootElement() ) switch( nElement ) in onCreateContext() 169 ContextHandlerRef BubbleTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext() argument 171 if( isRootElement() ) switch( nElement ) in onCreateContext() 213 ContextHandlerRef LineTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext() argument 215 if( isRootElement() ) switch( nElement ) in onCreateContext() [all …]
|
| H A D | datasourcecontext.cxx | 50 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() 117 ContextHandlerRef StringSequenceContext::onCreateContext( sal_Int32 nElement, const AttributeList& … in onCreateContext() argument 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 [all …]
|
| /AOO41X/main/oox/source/xls/ |
| H A D | stylesfragment.cxx | 44 ContextHandlerRef IndexedColorsContext::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext() argument 49 if( nElement == XLS_TOKEN( rgbColor ) ) getStyles().importPaletteColor( rAttribs ); in onCreateContext() 68 ContextHandlerRef FontContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 71 mxFont->importAttribs( nElement, rAttribs ); in onCreateContext() 83 ContextHandlerRef BorderContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext() argument 88 mxBorder->importStyle( nElement, rAttribs ); in onCreateContext() 92 if( nElement == XLS_TOKEN( color ) ) in onCreateContext() 100 ContextHandlerRef FillContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 105 switch( nElement ) in onCreateContext() 112 switch( nElement ) in onCreateContext() [all …]
|
| H A D | pivottablefragment.cxx | 46 ContextHandlerRef PivotTableFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext() argument 51 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() 67 …if( nElement == XLS_TOKEN( reference ) ) { mrTableField.importReference( rAttribs ); return this; } in onCreateContext() 70 if( nElement == XLS_TOKEN( x ) ) mrTableField.importReferenceItem( rAttribs ); in onCreateContext() 126 ContextHandlerRef PivotTableFilterContext::onCreateContext( sal_Int32 nElement, const AttributeList… in onCreateContext() argument 131 if( nElement == XLS_TOKEN( autoFilter ) ) return this; in onCreateContext() 134 if( nElement == XLS_TOKEN( filterColumn ) ) return this; in onCreateContext() [all …]
|
| H A D | externallinkfragment.cxx | 56 ContextHandlerRef ExternalSheetDataContext::onCreateContext( sal_Int32 nElement, const AttributeLis… in onCreateContext() argument 61 if( nElement == XLS_TOKEN( row ) ) return this; in onCreateContext() 64 if( nElement == XLS_TOKEN( cell ) ) { importCell( rAttribs ); return this; } in onCreateContext() 67 if( nElement == XLS_TOKEN( v ) ) return this; // collect characters in onCharacters() in onCreateContext() 177 ContextHandlerRef ExternalLinkFragment::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext() argument 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() 207 if( nElement == XLS_TOKEN( definedName ) ) mrExtLink.importDefinedName( rAttribs ); in onCreateContext() [all …]
|
| H A D | pivotcachefragment.cxx | 49 ContextHandlerRef PivotCacheFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext() argument 54 …if( nElement == XLS_TOKEN( sharedItems ) ) { mrCacheField.importSharedItems( rAttribs ); return… in onCreateContext() 55 …if( nElement == XLS_TOKEN( fieldGroup ) ) { mrCacheField.importFieldGroup( 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() 123 ContextHandlerRef PivotCacheDefinitionFragment::onCreateContext( sal_Int32 nElement, const Attribut… in onCreateContext() argument 128 …if( nElement == XLS_TOKEN( pivotCacheDefinition ) ) { mrPivotCache.importPivotCacheDefinition( rAt… in onCreateContext() 132 switch( nElement ) in onCreateContext() [all …]
|
| H A D | connectionsfragment.cxx | 47 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 D | commentsfragment.cxx | 44 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 D | autofiltercontext.cxx | 43 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()
|
| H A D | worksheetfragment.cxx | 101 ContextHandlerRef DataValidationsContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext() argument 106 if( nElement == XLS_TOKEN( dataValidation ) ) in onCreateContext() 113 switch( nElement ) in onCreateContext() 227 ContextHandlerRef WorksheetFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument 233 case SHEETTYPE_WORKSHEET: return (nElement == XLS_TOKEN( worksheet )) ? this : 0; in onCreateContext() 235 case SHEETTYPE_MACROSHEET: return (nElement == XM_TOKEN( macrosheet )) ? this : 0; in onCreateContext() 236 case SHEETTYPE_DIALOGSHEET: return (nElement == XLS_TOKEN( dialogsheet )) ? this : 0; in onCreateContext() 245 switch( nElement ) in onCreateContext() 278 switch( nElement ) in onCreateContext() 287 switch( nElement ) in onCreateContext() [all …]
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | fillpropertiesgroupcontext.cxx | 62 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument 65 switch( nElement ) in createFastChildContext() 111 …sal_Int32 nElement, const Reference< XFastAttributeList >& ) throw (SAXException, RuntimeException) in createFastChildContext() argument 113 switch( nElement ) in createFastChildContext() 144 …sal_Int32 nElement, const Reference< XFastAttributeList >& ) throw (SAXException, RuntimeException) in createFastChildContext() argument 146 switch( nElement ) in createFastChildContext() 181 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument 184 switch( nElement ) in createFastChildContext() 188 mrBlipProps.moColorEffect = getBaseToken( nElement ); in createFastChildContext() 214 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw (SAXException, Runtim… in createFastChildContext() argument [all …]
|
| H A D | themeelementscontext.cxx | 47 …virtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, cons… 59 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() 82 …virtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, cons… 94 Reference< XFastContextHandler > LineStyleListContext::createFastChildContext( sal_Int32 nElement, … in createFastChildContext() argument 97 switch( nElement ) in createFastChildContext() 112 …virtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, cons… 124 Reference< XFastContextHandler > EffectStyleListContext::createFastChildContext( sal_Int32 nElement… in createFastChildContext() argument 126 switch( nElement ) in createFastChildContext() [all …]
|
| H A D | colorchoicecontext.cxx | 46 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()
|
| /AOO41X/main/oox/inc/oox/drawingml/chart/ |
| H A D | seriescontext.hxx | 45 …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 D | typegroupcontext.hxx | 45 …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…
|
| /AOO41X/main/oox/source/core/ |
| H A D | contexthandler2.cxx | 90 sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) in implCreateChildContext() argument 94 ContextHandlerRef xContext = onCreateContext( nElement, AttributeList( rxAttribs ) ); in implCreateChildContext() 98 void ContextHandler2Helper::implStartElement( sal_Int32 nElement, const Reference< XFastAttributeLi… in implStartElement() argument 101 …pushElementInfo( nElement ).mbTrimSpaces = aAttribs.getToken( XML_TOKEN( space ), XML_TOKEN_INVALI… in implStartElement() 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() 191 …sal_Int32 nElement, const Reference< XFastAttributeList >& rxAttribs ) throw( SAXException, Runtim… in createFastChildContext() argument [all …]
|
| /AOO41X/main/oox/inc/oox/core/ |
| H A D | contexthandler2.hxx | 85 …virtual ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) = 0; 147 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, [all …]
|
| /AOO41X/main/oox/source/vml/ |
| H A D | vmltextboxcontext.cxx | 40 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 D | vmlshapecontext.cxx | 150 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() 419 ContextHandlerRef GroupShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext() argument [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | tokstack.cxx | 75 nElement = 32; in TokenPool() 76 pElement = new sal_uInt16[ nElement ]; in TokenPool() 77 pType = new E_TYPE[ nElement ]; in TokenPool() 78 pSize = new sal_uInt16[ nElement ]; in TokenPool() 295 sal_uInt16 nElementNew = lcl_canGrow( nElement); in GrowElement() 311 for( sal_uInt16 nL = 0 ; nL < nElement ; nL++ ) in GrowElement() 318 nElement = nElementNew; in GrowElement() 617 if( nElementAkt >= nElement ) in operator >>() 633 if( nElementAkt >= nElement ) in Store() 657 if( nElementAkt >= nElement ) in Store() [all …]
|
| H A D | xerecord.cxx | 66 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()
|
| /AOO41X/main/oox/inc/oox/xls/ |
| H A D | stylesfragment.hxx | 41 …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…
|