| /AOO41X/main/starmath/source/ |
| H A D | mathmlimport.cxx | 685 sal_uInt16 nPrefix = rContext.GetSmImport().GetNamespaceMap(). in RetrieveAttrs() local 690 switch(rAttrTokenMap.Get(nPrefix,aLocalName)) in RetrieveAttrs() 833 …virtual SvXMLImportContext *CreateChildContext(sal_uInt16 nPrefix, const OUString& rLocalName, con… 847 SmXMLRowContext_Impl(SmXMLImport &rImport,sal_uInt16 nPrefix, in SmXMLRowContext_Impl() argument 849 : SmXMLDocContext_Impl(rImport,nPrefix,rLName) in SmXMLRowContext_Impl() 852 …virtual SvXMLImportContext *CreateChildContext(sal_uInt16 nPrefix, const OUString& rLocalName, con… 854 SvXMLImportContext *StrictCreateChildContext(sal_uInt16 nPrefix, 866 SmXMLFracContext_Impl(SmXMLImport &rImport,sal_uInt16 nPrefix, in SmXMLFracContext_Impl() argument 868 : SmXMLRowContext_Impl(rImport,nPrefix,rLName) {} in SmXMLFracContext_Impl() 878 SmXMLSqrtContext_Impl(SmXMLImport &rImport,sal_uInt16 nPrefix, in SmXMLSqrtContext_Impl() argument [all …]
|
| H A D | mathmlimport.hxx | 111 SvXMLImportContext *CreateContext(sal_uInt16 nPrefix, 115 SvXMLImportContext *CreateMathContext(sal_uInt16 nPrefix, 119 SvXMLImportContext *CreateRowContext(sal_uInt16 nPrefix, 123 SvXMLImportContext *CreateFracContext(sal_uInt16 nPrefix, 127 SvXMLImportContext *CreateNumberContext(sal_uInt16 nPrefix, 131 SvXMLImportContext *CreateTextContext(sal_uInt16 nPrefix, 135 SvXMLImportContext *CreateAnnotationContext(sal_uInt16 nPrefix, 139 SvXMLImportContext *CreateStringContext(sal_uInt16 nPrefix, 143 SvXMLImportContext *CreateIdentifierContext(sal_uInt16 nPrefix, 147 SvXMLImportContext *CreateOperatorContext(sal_uInt16 nPrefix, [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLTrackedChangesContext.cxx | 67 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 91 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 130 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 154 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 178 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 202 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 226 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 245 sal_uInt16 nPrefix; member in ScXMLChangeTextPContext 260 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 302 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, [all …]
|
| H A D | xmldpimp.cxx | 84 SvXMLImportContext *ScXMLDataPilotTablesContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 92 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 96 pContext = new ScXMLDataPilotTableContext( GetScImport(), nPrefix, in CreateChildContext() 103 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() 145 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLDataPilotTableContext() local 149 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLDataPilotTableContext() 228 SvXMLImportContext *ScXMLDataPilotTableContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 236 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 240 pContext = new ScXMLDPSourceSQLContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext() 246 … pContext = new ScXMLDPSourceTableContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext() [all …]
|
| H A D | xmldrani.cxx | 85 SvXMLImportContext *ScXMLDatabaseRangesContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 93 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 97 pContext = new ScXMLDatabaseRangeContext( GetScImport(), nPrefix, in CreateChildContext() 104 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() 152 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLDatabaseRangeContext() local 156 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLDatabaseRangeContext() 219 SvXMLImportContext *ScXMLDatabaseRangeContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 227 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 231 pContext = new ScXMLSourceSQLContext( GetScImport(), nPrefix, in CreateChildContext() 237 pContext = new ScXMLSourceTableContext( GetScImport(), nPrefix, in CreateChildContext() [all …]
|
| H A D | XMLDDELinksContext.cxx | 62 SvXMLImportContext *ScXMLDDELinksContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 69 if ((nPrefix == XML_NAMESPACE_TABLE) && IsXMLToken(rLName, XML_DDE_LINK)) in CreateChildContext() 70 pContext = new ScXMLDDELinkContext(GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext() 73 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() 105 SvXMLImportContext *ScXMLDDELinkContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 112 if ((nPrefix == XML_NAMESPACE_OFFICE) && IsXMLToken(rLName, XML_DDE_SOURCE)) in CreateChildContext() 113 pContext = new ScXMLDDESourceContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext() 114 else if ((nPrefix == XML_NAMESPACE_TABLE) && IsXMLToken(rLName, XML_TABLE)) in CreateChildContext() 115 pContext = new ScXMLDDETableContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext() 118 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() [all …]
|
| H A D | xmlfilti.cxx | 70 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLFilterContext() local 74 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLFilterContext() 112 SvXMLImportContext *ScXMLFilterContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 120 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 124 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext() 130 pContext = new ScXMLOrContext( GetScImport(), nPrefix, in CreateChildContext() 136 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext() 143 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() 181 SvXMLImportContext *ScXMLAndContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 189 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() [all …]
|
| H A D | xmlexternaltabi.cxx | 54 ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName, in ScXMLExternalRefTabSourceContext() argument 56 SvXMLImportContext( rImport, nPrefix, rLName ), in ScXMLExternalRefTabSourceContext() 91 sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& /*xAttrList*/ ) in CreateChildContext() argument 93 return new SvXMLImportContext(GetImport(), nPrefix, rLocalName); in CreateChildContext() 137 ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName, in ScXMLExternalRefRowsContext() argument 139 SvXMLImportContext( rImport, nPrefix, rLName ), in ScXMLExternalRefRowsContext() 150 sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList ) in CreateChildContext() argument 156 sal_uInt16 nToken = rTokenMap.Get(nPrefix, rLocalName); in CreateChildContext() 163 mrScImport, nPrefix, rLocalName, xAttrList, mrExternalRefInfo); in CreateChildContext() 166 mrScImport, nPrefix, rLocalName, xAttrList, mrExternalRefInfo); in CreateChildContext() [all …]
|
| H A D | xmlcvali.cxx | 84 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 118 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 149 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 177 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 200 SvXMLImportContext *ScXMLContentValidationsContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 208 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext() 211 … pContext = new ScXMLContentValidationContext( GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext() 216 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() 242 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLContentValidationContext() local 246 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLContentValidationContext() [all …]
|
| H A D | xmltabi.cxx | 175 sal_uInt16 nPrefix(GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLTableContext() local 179 switch( rAttrTokenMap.Get( nPrefix, aLocalName ) ) in ScXMLTableContext() 236 SvXMLImportContext *ScXMLTableContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 242 sal_uInt16 nToken = rTokenMap.Get(nPrefix, rLName); in CreateChildContext() 254 GetScImport(), nPrefix, rLName, xAttrList, *pExternalRefInfo); in CreateChildContext() 257 GetScImport(), nPrefix, rLName, xAttrList, *pExternalRefInfo); in CreateChildContext() 260 GetScImport(), nPrefix, rLName, xAttrList, *pExternalRefInfo); in CreateChildContext() 265 return new SvXMLImportContext(GetImport(), nPrefix, rLName); in CreateChildContext() 273 pContext = new ScXMLTableColsContext( GetScImport(), nPrefix, in CreateChildContext() 278 pContext = new ScXMLTableColsContext( GetScImport(), nPrefix, in CreateChildContext() [all …]
|
| H A D | xmlbodyi.cxx | 111 sal_uInt16 nPrefix = GetScImport().GetNamespaceMap().GetKeyByAttrName( in ScXMLBodyContext() local 115 if (nPrefix == XML_NAMESPACE_TABLE) in ScXMLBodyContext() 129 SvXMLImportContext *ScXMLBodyContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext() argument 147 switch( rTokenMap.Get( nPrefix, rLocalName ) ) in CreateChildContext() 165 …pContext = new ScXMLTrackedChangesContext( GetScImport(), nPrefix, rLocalName, xAttrList, pChangeT… in CreateChildContext() 169 … pContext = new ScXMLCalculationSettingsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext() 173 … pContext = new ScXMLContentValidationsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext() 176 pContext = new ScXMLLabelRangesContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext() 183 pContext = new ScXMLEmptyContext(GetScImport(), nPrefix, rLocalName); in CreateChildContext() 187 pContext = new ScXMLTableContext( GetScImport(),nPrefix, rLocalName, in CreateChildContext() [all …]
|
| /AOO41X/main/sw/source/core/swg/ |
| H A D | SwXMLBlockListContext.cxx | 41 sal_uInt16 nPrefix, in SwXMLBlockListContext() argument 45 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLBlockListContext() 71 sal_uInt16 nPrefix, in CreateChildContext() argument 76 if (nPrefix == XML_NAMESPACE_BLOCKLIST && in CreateChildContext() 78 pContext = new SwXMLBlockContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext() 80 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext() 86 sal_uInt16 nPrefix, in SwXMLBlockContext() argument 90 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLBlockContext() 136 sal_uInt16 nPrefix, in SwXMLTextBlockDocumentContext() argument 140 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockDocumentContext() [all …]
|
| H A D | SwXMLSectionList.cxx | 61 sal_uInt16 nPrefix, in CreateContext() argument 67 if(( nPrefix == XML_NAMESPACE_OFFICE && IsXMLToken ( rLocalName, XML_BODY )) || in CreateContext() 68 ( nPrefix == XML_NAMESPACE_TEXT && in CreateContext() 81 pContext = new SvXMLSectionListContext (*this, nPrefix, rLocalName, xAttrList); in CreateContext() 84 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext() 90 sal_uInt16 nPrefix, in SvXMLSectionListContext() argument 93 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLSectionListContext() 99 sal_uInt16 nPrefix, in CreateChildContext() argument 106 if (nPrefix == XML_NAMESPACE_TEXT && ( IsXMLToken ( rLocalName, XML_SECTION ) || in CreateChildContext() 124 pContext = new SvXMLSectionListContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext() [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtparai.cxx | 107 sal_uInt16 nPrefix =rMap.GetKeyByAttrName( rAttrName,&aLocalName ); in XMLCharContext() local 108 if( XML_NAMESPACE_TEXT == nPrefix && in XMLCharContext() 182 sal_uInt16 nPrefix, 197 sal_uInt16 nPrefix, in XMLStartReferenceContext_Impl() argument 201 SvXMLImportContext(rImport, nPrefix, rLocalName) in XMLStartReferenceContext_Impl() 229 const sal_uInt16 nPrefix = rImport.GetNamespaceMap(). in FindName() local 233 if ( (XML_NAMESPACE_TEXT == nPrefix) && in FindName() 255 sal_uInt16 nPrefix, 265 sal_uInt16 nPrefix, in XMLEndReferenceContext_Impl() argument 269 SvXMLImportContext(rImport, nPrefix, rLocalName) in XMLEndReferenceContext_Impl() [all …]
|
| H A D | txtfldi.cxx | 217 sal_uInt16 nPrefix, const OUString& rElementName) in XMLTextFieldImportContext() argument 218 : SvXMLImportContext( rImport, nPrefix, rElementName ) in XMLTextFieldImportContext() 236 sal_uInt16 nPrefix = GetImport().GetNamespaceMap(). in StartElement() local 240 Get(nPrefix, sLocalName), in StartElement() 327 sal_uInt16 nPrefix, in CreateTextFieldImportContext() argument 352 nPrefix, rName, nToken ); in CreateTextFieldImportContext() 359 nPrefix, rName, nToken ); in CreateTextFieldImportContext() 365 nPrefix, rName); in CreateTextFieldImportContext() 370 nPrefix, rName ); in CreateTextFieldImportContext() 375 nPrefix, rName ); in CreateTextFieldImportContext() [all …]
|
| /AOO41X/main/linguistic/source/ |
| H A D | convdicxml.cxx | 121 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c… 133 sal_uInt16 nPrefix, const OUString& rLName) : in ConvDicXMLDictionaryContext_Impl() argument 134 ConvDicXMLImportContext( rImport, nPrefix, rLName ) in ConvDicXMLDictionaryContext_Impl() 142 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c… 159 sal_uInt16 nPrefix, const OUString& rLName, in ConvDicXMLEntryTextContext_Impl() argument 161 ConvDicXMLImportContext( rImport, nPrefix, rLName ), in ConvDicXMLEntryTextContext_Impl() 169 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c… 186 sal_uInt16 nPrefix, const OUString& rLName, in ConvDicXMLRightTextContext_Impl() argument 188 ConvDicXMLImportContext( rImport, nPrefix, rLName ), in ConvDicXMLRightTextContext_Impl() 195 …virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, c… [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximpstyl.cxx | 82 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 123 …sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName(xAttrList->getNameByIndex(i), … in CreateChildContext() local 125 if( (nPrefix == XML_NAMESPACE_XLINK) && IsXMLToken( aLocalName, XML_HREF ) ) in CreateChildContext() 161 sal_uInt16 nPrefix, 191 sal_uInt16 nPrefix, in CreateChildContext() argument 197 if( XML_NAMESPACE_STYLE == nPrefix && in CreateChildContext() 203 pContext = new SdXMLDrawingPagePropertySetContext( GetImport(), nPrefix, in CreateChildContext() 210 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 342 … sal_uInt16 nPrefix = GetSdImport().GetNamespaceMap().GetKeyByAttrName(sAttrName, &aLocalName); in SdXMLPageMasterStyleContext() local 346 switch(rAttrTokenMap.Get(nPrefix, aLocalName)) in SdXMLPageMasterStyleContext() [all …]
|
| H A D | ximpshap.cxx | 206 … sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName ); in CreateChildContext() local 208 if( nPrefix == XML_NAMESPACE_XLINK ) in CreateChildContext() 288 … sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName ); in addGluePoint() local 291 if( nPrefix == XML_NAMESPACE_SVG ) in addGluePoint() 302 else if( nPrefix == XML_NAMESPACE_DRAW ) in addGluePoint() 796 void SdXMLShapeContext::processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, co… in processAttribute() argument 799 if( (XML_NAMESPACE_DRAW == nPrefix) || (XML_NAMESPACE_DRAW_EXT == nPrefix) ) in processAttribute() 835 else if( XML_NAMESPACE_PRESENTATION == nPrefix ) in processAttribute() 857 else if( XML_NAMESPACE_SVG == nPrefix ) in processAttribute() 900 else if( (XML_NAMESPACE_NONE == nPrefix) || (XML_NAMESPACE_XML == nPrefix) ) in processAttribute() [all …]
|
| H A D | XMLImageMapContext.cxx | 140 sal_uInt16 nPrefix, 153 sal_uInt16 nPrefix, 174 sal_uInt16 nPrefix, in XMLImageMapObjectContext() argument 178 SvXMLImportContext(rImport, nPrefix, rLocalName), in XMLImageMapObjectContext() 223 sal_uInt16 nPrefix = GetImport().GetNamespaceMap(). in StartElement() local 229 (enum XMLImageMapToken)aMap.Get(nPrefix, sLocalName), sValue); in StartElement() 251 sal_uInt16 nPrefix, in CreateChildContext() argument 255 if ( (XML_NAMESPACE_OFFICE == nPrefix) && in CreateChildContext() 260 GetImport(), nPrefix, rLocalName, xEvents); in CreateChildContext() 262 else if ( (XML_NAMESPACE_SVG == nPrefix) && in CreateChildContext() [all …]
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | SvXMLAutoCorrectImport.cxx | 65 sal_uInt16 nPrefix, in CreateContext() argument 71 if( XML_NAMESPACE_BLOCKLIST == nPrefix && in CreateContext() 73 pContext = new SvXMLWordListContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext() 75 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext() 81 sal_uInt16 nPrefix, in SvXMLWordListContext() argument 85 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SvXMLWordListContext() 91 sal_uInt16 nPrefix, in CreateChildContext() argument 97 if (nPrefix == XML_NAMESPACE_BLOCKLIST && in CreateChildContext() 99 pContext = new SvXMLWordContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext() 101 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext() [all …]
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | contexts.cxx | 54 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, 72 sal_uInt16 nPrefix, in CreateChildContext() argument 76 return new SchXMLBodyContext( mrImportHelper, GetImport(), nPrefix, in CreateChildContext() 84 sal_uInt16 nPrefix, in SchXMLDocContext() argument 86 SvXMLImportContext( rImport, nPrefix, rLName ), in SchXMLDocContext() 89 DBG_ASSERT( XML_NAMESPACE_OFFICE == nPrefix && in SchXMLDocContext() 103 sal_uInt16 nPrefix, in CreateChildContext() argument 111 switch( rTokenMap.Get( nPrefix, rLocalName )) in CreateChildContext() 123 pContext = new SvXMLStylesContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext() 129 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext() [all …]
|
| H A D | SchXMLPlotAreaContext.cxx | 260 … sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName ); in StartElement() local 262 switch( rAttrTokenMap.Get( nPrefix, aLocalName )) in StartElement() 268 m_aOuterPositioning.readPositioningAttribute( nPrefix, aLocalName, aValue ); in StartElement() 299 maSceneImportHelper.processSceneAttribute( nPrefix, aLocalName, aValue ); in StartElement() 464 sal_uInt16 nPrefix, in CreateChildContext() argument 471 switch( rTokenMap.Get( nPrefix, rLocalName )) in CreateChildContext() 476 …pContext = new SchXMLCoordinateRegionContext( GetImport(), nPrefix, rLocalName, m_aInnerPositionin… in CreateChildContext() 531 …pContext = new SchXMLWallFloorContext( mrImportHelper, GetImport(), nPrefix, rLocalName, mxDiagram, in CreateChildContext() 535 …pContext = new SchXMLWallFloorContext( mrImportHelper, GetImport(), nPrefix, rLocalName, mxDiagram, in CreateChildContext() 540 pContext = maSceneImportHelper.create3DLightContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext() [all …]
|
| /AOO41X/main/xmloff/source/table/ |
| H A D | XMLTableImport.cxx | 81 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co… 110 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co… 118 …SvXMLImportContext * ImportColumn( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference… 119 …SvXMLImportContext * ImportRow( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< X… 120 …SvXMLImportContext * ImportCell( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< … 152 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co… 175 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co… 198 SvXMLImportContext * XMLProxyContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLoca… in CreateChildContext() argument 201 return mxParent->CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext() 203 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext() [all …]
|
| /AOO41X/main/svx/source/xml/ |
| H A D | xmlxtimp.cxx | 95 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co… 125 SvXMLImportContext *SvxXMLTableImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUStrin… in CreateChildContext() argument 127 if( XML_NAMESPACE_DRAW == nPrefix ) in CreateChildContext() 181 importColor( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 184 importMarker( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 187 importDash( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 190 importHatch( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 193 importGradient( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 196 importBitmap( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext() 219 return new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmlfmt.cxx | 246 sal_uInt16 nPrefix = in SwXMLConditionContext_Impl() local 252 if( XML_NAMESPACE_STYLE == nPrefix ) in SwXMLConditionContext_Impl() 302 sal_uInt16 nPrefix, 362 sal_uInt16 nPrefix, in CreateChildContext() argument 368 if( XML_NAMESPACE_STYLE == nPrefix && IsXMLToken( rLocalName, XML_MAP ) ) in CreateChildContext() 371 new SwXMLConditionContext_Impl( GetImport(), nPrefix, in CreateChildContext() 384 pContext = XMLTextStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 460 sal_uInt16 nPrefix, 488 sal_uInt16 nPrefix, 537 sal_uInt16 nPrefix, const OUString& rLName, in CreateItemSetContext() argument [all …]
|