Home
last modified time | relevance | path

Searched refs:pContext (Results 101 – 125 of 272) sorted by relevance

1234567891011

/aoo41x/main/xmloff/source/draw/
H A DXMLShapePropertySetContext.cxx91 SvXMLImportContext *pContext = 0; in CreateChildContext() local
97 …mxBulletStyle = pContext = new SvxXMLListStyleContext( GetImport(), nPrefix, rLocalName, xAttrList… in CreateChildContext()
100 pContext = new SvxXMLTabStopImportContext( GetImport(), nPrefix, in CreateChildContext()
106 if( !pContext ) in CreateChildContext()
107 pContext = SvXMLPropertySetContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
111 return pContext; in CreateChildContext()
H A Dximpshap.cxx251 if(!pContext) in CreateChildContext()
254 return pContext; in CreateChildContext()
2604 if ( NULL == pContext ) in CreateChildContext()
2608 return pContext; in CreateChildContext()
2940 pContext = pEContext; in CreateChildContext()
2944 if(!pContext) in CreateChildContext()
2947 return pContext; in CreateChildContext()
3666 if(!pContext) in CreateChildContext()
3669 return pContext; in CreateChildContext()
3942 if ( NULL == pContext ) in CreateChildContext()
[all …]
H A Dviewcontext.cxx55 SvXMLImportContext *pContext = 0; in CreateChildContext() local
67pContext = new XMLVisAreaContext(GetImport(), nPrefix, rLocalName, xAttrList, maVisArea, nMeasureU… in CreateChildContext()
71 if( !pContext ) in CreateChildContext()
72 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
74 return pContext; in CreateChildContext()
/aoo41x/main/cppu/source/uno/
H A Dlbenv.cxx640 that->pContext = pContext_; in uno_DefaultEnvironment()
892 uno_Environment * >(pEnv)->pContext ), 16 ); in unoenv_computeObjectIdentifier()
953 OUString::valueOf( reinterpret_cast< sal_IntPtr >(pContext) ) ); in getEnvironment()
1084 const OUString & rEnvDcp, void * pContext ) in initDefaultEnvironment() argument
1105 if(!loadEnv(libStem, pEnv, pContext)) in initDefaultEnvironment()
1120 if (!loadEnv(aStr, pEnv, pContext)) in initDefaultEnvironment()
1132 uno_Environment ** ppEnv, rtl_uString * pEnvDcp, void * pContext ) in uno_createEnvironment() argument
1140 *ppEnv = initDefaultEnvironment( rEnvDcp, pContext ); in uno_createEnvironment()
1145 uno_Environment ** ppEnv, rtl_uString * pEnvDcp, void * pContext ) in uno_direct_getEnvironment() argument
1154 rData.getEnvironment( ppEnv, rEnvDcp, pContext ); in uno_direct_getEnvironment()
[all …]
/aoo41x/main/xmloff/source/xforms/
H A DXFormsModelContext.cxx119 SvXMLImportContext* pContext = NULL; in HandleChild() local
124 pContext = new XFormsInstanceContext( GetImport(), nPrefix, rLocalName, in HandleChild()
128 pContext = new XFormsBindContext( GetImport(), nPrefix, rLocalName, in HandleChild()
132 pContext = new XFormsSubmissionContext( GetImport(), nPrefix, in HandleChild()
136 pContext = new SchemaContext( in HandleChild()
147 return pContext; in HandleChild()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimp.cxx216 SvXMLImportContext *pContext = 0; in CreateChildContext() local
222 pContext = GetSwImport().CreateFontDeclsContext( rLocalName, in CreateChildContext()
243 pContext = GetSwImport().CreateMasterStylesContext( rLocalName, in CreateChildContext()
250 pContext = GetSwImport().CreateScriptContext( rLocalName ); in CreateChildContext()
254 pContext = new SwXMLBodyContext_Impl( GetSwImport(), nPrefix, in CreateChildContext()
265 if( !pContext ) in CreateChildContext()
269 return pContext; in CreateChildContext()
400 SvXMLImportContext *pContext = 0; in CreateContext() local
410 pContext = new SwXMLDocContext_Impl( *this, nPrefix, rLocalName, in CreateContext()
415 pContext = CreateMetaContext(rLocalName); in CreateContext()
[all …]
H A Dxmlscript.cxx46 SvXMLImportContext *pContext = 0; in CreateScriptContext() local
50 pContext = new XMLScriptContext( *this, in CreateScriptContext()
55 if( !pContext ) in CreateScriptContext()
56 pContext = new SvXMLImportContext( *this, XML_NAMESPACE_OFFICE, in CreateScriptContext()
59 return pContext; in CreateScriptContext()
H A Dxmlitemi.cxx306 SvXMLImportContext *pContext = 0; in CreateChildContext() local
316 pContext = new SwXMLBrushItemImportContext( in CreateChildContext()
322 pContext = new SwXMLBrushItemImportContext( in CreateChildContext()
326 xBackground = pContext; in CreateChildContext()
331 if( !pContext ) in CreateChildContext()
332 pContext = SvXMLItemSetContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
336 return pContext; in CreateChildContext()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx139 SvXMLImportContext *pContext = 0; in CreateChildContext() local
148 pContext = new OXMLRowColumn( rImport, _nPrefix, _rLocalName,xAttrList ,this); in CreateChildContext()
153 pContext = new OXMLRowColumn( rImport, _nPrefix, _rLocalName,xAttrList,this); in CreateChildContext()
157 pContext = new OXMLRowColumn( rImport, _nPrefix, _rLocalName,xAttrList,this); in CreateChildContext()
160 pContext = new OXMLCondPrtExpr( rImport, _nPrefix, _rLocalName,xAttrList,m_xSection.get()); in CreateChildContext()
166 if( !pContext ) in CreateChildContext()
167 pContext = new SvXMLImportContext( rImport, _nPrefix, _rLocalName ); in CreateChildContext()
169 return pContext; in CreateChildContext()
/aoo41x/main/sal/textenc/
H A Dtcvtbyte.c465 void* pContext, in ImplSymbolToUnicode() argument
476 (void) pContext; /* unused */ in ImplSymbolToUnicode()
507 void* pContext, in ImplUnicodeToSymbol() argument
517 (void) pContext; /* unused */ in ImplUnicodeToSymbol()
574 void* pContext, in ImplCharToUnicode() argument
586 (void) pContext; /* unused */ in ImplCharToUnicode()
709 void* pContext, in ImplUnicodeToChar() argument
725 (void) pContext; /* unused */ in ImplUnicodeToChar()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx468 SvXMLImportContext* pContext = 0; in CreateChildContext() local
515 pContext = new SchXMLSeries2Context( in CreateChildContext()
531pContext = new SchXMLWallFloorContext( mrImportHelper, GetImport(), nPrefix, rLocalName, mxDiagram, in CreateChildContext()
535pContext = new SchXMLWallFloorContext( mrImportHelper, GetImport(), nPrefix, rLocalName, mxDiagram, in CreateChildContext()
540 pContext = maSceneImportHelper.create3DLightContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
558 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
561 return pContext; in CreateChildContext()
1055 SvXMLImportContext* pContext = 0; in CreateChildContext() local
1060 pContext = new SchXMLEquationContext( in CreateChildContext()
1065 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
[all …]
H A DXMLLabelSeparatorContext.cxx61 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
64 pContext = new SchXMLParagraphContext( GetImport(), in CreateChildContext()
67 if( !pContext ) in CreateChildContext()
68 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
70 return pContext; in CreateChildContext()
/aoo41x/main/xmloff/source/text/
H A DXMLTextListItemContext.cxx157 SvXMLImportContext *pContext = 0; in CreateChildContext() local
166 pContext = new XMLParaContext( GetImport(), in CreateChildContext()
179 pContext = new XMLTextListBlockContext( GetImport(), rTxtImport, in CreateChildContext()
187 if( !pContext ) in CreateChildContext()
188 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
190 return pContext; in CreateChildContext()
H A DXMLIndexBodyContext.cxx60 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
63 pContext = GetImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
65 if (NULL == pContext) in CreateChildContext()
67 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
72 return pContext; in CreateChildContext()
H A DXMLIndexSourceBaseContext.cxx244 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
250 pContext = new XMLIndexTitleTemplateContext(GetImport(), in CreateChildContext()
257 pContext = new XMLIndexTOCStylesContext(GetImport(), in CreateChildContext()
266 if (pContext == NULL) in CreateChildContext()
268 pContext = SvXMLImportContext::CreateChildContext(nPrefix, rLocalName, in CreateChildContext()
272 return pContext; in CreateChildContext()
H A DXMLSectionImportContext.cxx366 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
372 pContext = new XMLSectionSourceImportContext(GetImport(), in CreateChildContext()
379 pContext = new XMLSectionSourceDDEImportContext(GetImport(), in CreateChildContext()
386 pContext = GetImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
391 if (NULL == pContext) in CreateChildContext()
393 pContext = new SvXMLImportContext( GetImport(), in CreateChildContext()
400 return pContext; in CreateChildContext()
H A DXMLTrackedChangesImportContext.cxx96 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
101 pContext = new XMLChangedRegionImportContext(GetImport(), in CreateChildContext()
105 if (NULL == pContext) in CreateChildContext()
107 pContext = SvXMLImportContext::CreateChildContext(nPrefix, rLocalName, in CreateChildContext()
111 return pContext; in CreateChildContext()
/aoo41x/main/xmloff/source/style/
H A Dxmlnumi.cxx434 SvXMLImportContext *pContext = 0; in CreateChildContext() local
439 pContext = new SvxXMLListLevelStyleAttrContext_Impl( GetImport(), in CreateChildContext()
452 pContext = new XMLBase64ImportContext( GetImport(), nPrefix, in CreateChildContext()
457 if( !pContext ) in CreateChildContext()
462 return pContext; in CreateChildContext()
1006 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1016 if( !pContext ) in CreateChildContext()
1021 return pContext; in CreateChildContext()
1171 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1188 pContext = pLevelStyle; in CreateChildContext()
[all …]
H A DPageMasterImportContext.cxx86 SvXMLImportContext *pContext = NULL; in CreateChildContext() local
127 pContext = new PageHeaderFooterContext(GetImport(), nPrefix, rLocalName, in CreateChildContext()
156 pContext = new PagePropertySetContext( GetImport(), nPrefix, in CreateChildContext()
164 if (!pContext) in CreateChildContext()
165 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
167 return pContext; in CreateChildContext()
H A DPageHeaderFooterContext.cxx72 SvXMLImportContext *pContext = 0; in CreateChildContext() local
79 pContext = new PagePropertySetContext( GetImport(), nPrefix, in CreateChildContext()
87 if( !pContext ) in CreateChildContext()
88 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
90 return pContext; in CreateChildContext()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlDataSourceSettings.cxx86 SvXMLImportContext *pContext = 0; in CreateChildContext() local
93 pContext = new OXMLDataSourceSetting( GetOwnImport(), nPrefix, rLocalName,xAttrList); in CreateChildContext()
97 if( !pContext ) in CreateChildContext()
98 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
100 return pContext; in CreateChildContext()
/aoo41x/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx133 SvXMLImportContext *pContext(NULL); in CreateChildContext() local
137 pContext = new ScXMLTextTContext( GetScImport(), nTempPrefix, rLName, xTempAttrList, this); in CreateChildContext()
177 pContext = pTextPContext->CreateChildContext(nTempPrefix, rLName, xTempAttrList); in CreateChildContext()
180 if( !pContext ) in CreateChildContext()
181 pContext = new SvXMLImportContext( GetScImport(), nTempPrefix, rLName ); in CreateChildContext()
183 return pContext; in CreateChildContext()
H A DXMLDetectiveContext.cxx99 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
105pContext = new ScXMLDetectiveHighlightedContext( GetScImport(), nPrefix, rLName, xAttrList, pDetec… in CreateChildContext()
108 pContext = new ScXMLDetectiveOperationContext( GetScImport(), nPrefix, rLName, xAttrList ); in CreateChildContext()
111 if( !pContext ) in CreateChildContext()
112 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
114 return pContext; in CreateChildContext()
H A Dxmlnexpi.cxx83 SvXMLImportContext *pContext(0); in CreateChildContext() local
89 pContext = new ScXMLNamedRangeContext( GetScImport(), nPrefix, in CreateChildContext()
95 pContext = new ScXMLNamedExpressionContext( GetScImport(), nPrefix, in CreateChildContext()
102 if( !pContext ) in CreateChildContext()
103 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
105 return pContext; in CreateChildContext()
/aoo41x/main/xmloff/source/transform/
H A DIgnoreTContext.cxx72 XMLTransformerContext *pContext = 0; in CreateChildContext() local
74 pContext = new XMLIgnoreTransformerContext( GetTransformer(), in CreateChildContext()
78 pContext = new XMLIgnoreTransformerContext( GetTransformer(), in CreateChildContext()
81 pContext = XMLTransformerContext::CreateChildContext( in CreateChildContext()
84 return pContext; in CreateChildContext()

Completed in 180 milliseconds

1234567891011