Home
last modified time | relevance | path

Searched refs:pContext (Results 126 – 150 of 272) sorted by relevance

1234567891011

/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx174 pContext = 0L; in SfxChildWindow()
203 if ( pContext ) in ~SfxChildWindow()
204 delete pContext; in ~SfxChildWindow()
555 if ( pContext ) in CreateContext()
556 delete( pContext ); in CreateContext()
557 pContext = pCon; in CreateContext()
558 pContext->GetWindow()->SetSizePixel( pWindow->GetOutputSizePixel() ); in CreateContext()
559 pContext->GetWindow()->Show(); in CreateContext()
766 return pModule == pImp->pContextModule && pContext ? pContext->GetWindow(): 0; in GetContextWindow()
/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx184 SvXMLImportContext* pContext = 0; in CreateChartContext() local
190 pContext = new SchXMLChartContext( *this, rImport, rLocalName ); in CreateChartContext()
195 pContext = new SvXMLImportContext( rImport, nPrefix, rLocalName ); in CreateChartContext()
198 return pContext; in CreateChartContext()
655 SvXMLImportContext* pContext = 0; in CreateContext() local
662 pContext = new SchXMLDocContext( maImportHelper, *this, nPrefix, rLocalName ); in CreateContext()
677 pContext = (IsXMLToken(rLocalName, XML_DOCUMENT_META)) in CreateContext()
686 pContext = (IsXMLToken(rLocalName, XML_DOCUMENT_META)) in CreateContext()
692 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
695 return pContext; in CreateContext()
H A DSchXMLChartContext.cxx1023 SvXMLImportContext* pContext = 0; in CreateChildContext() local
1050 pContext = new SchXMLTitleContext( mrImportHelper, GetImport(), in CreateChildContext()
1063 pContext = new SchXMLTitleContext( mrImportHelper, GetImport(), in CreateChildContext()
1100 pContext = pTableContext; in CreateChildContext()
1120 if( ! pContext ) in CreateChildContext()
1121 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
1123 return pContext; in CreateChildContext()
1244 SvXMLImportContext* pContext = 0; in CreateChildContext() local
1249 pContext = new SchXMLParagraphContext( GetImport(), rLocalName, mrTitle ); in CreateChildContext()
1252 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
[all …]
H A DXMLSymbolImageContext.cxx103 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
111 pContext = new XMLBase64ImportContext( GetImport(), nPrefix, in CreateChildContext()
116 if( ! pContext ) in CreateChildContext()
118 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
121 return pContext; in CreateChildContext()
H A DXMLChartStyleContext.cxx128 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
146 pContext = new XMLChartPropertyContext( in CreateChildContext()
152 if( !pContext ) in CreateChildContext()
153 pContext = XMLShapeStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
156 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/style/
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()
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()
/trunk/main/xmloff/source/text/
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()
/trunk/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()
H A DFormPropOOoTContext.cxx178 XMLTransformerContext *pContext = 0; in CreateChildContext() local
185 pContext = new XMLFormPropValueTContext_Impl( GetTransformer(), in CreateChildContext()
194 pContext = m_xValueContext.get(); in CreateChildContext()
199 if( !pContext ) in CreateChildContext()
200 pContext = new XMLIgnoreTransformerContext( GetTransformer(), rQName, in CreateChildContext()
202 return pContext; in CreateChildContext()
H A DFrameOOoTContext.cxx119 XMLTransformerContext *pContext = 0; in CreateChildContext() local
136 pContext = XMLPersElemContentTContext::CreateChildContext( in CreateChildContext()
146 if( !pContext ) in CreateChildContext()
147 pContext = XMLTransformerContext::CreateChildContext( in CreateChildContext()
150 return pContext; in CreateChildContext()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx317 SvXMLImportContext *pContext = 0; in CreateChildContext() local
384 pContext = new ScXMLTableContext( rXMLImport , nPrefix, in CreateChildContext()
396 pContext = new ScXMLAnnotationContext( rXMLImport, nPrefix, rLName, in CreateChildContext()
405 pContext = new ScXMLDetectiveContext( in CreateChildContext()
414 pContext = new ScXMLCellRangeSourceContext( in CreateChildContext()
420 if (!pContext && !bTextP) in CreateChildContext()
433 pContext = rXMLImport.GetShapeImport()->CreateGroupChildContext( in CreateChildContext()
435 if (pContext) in CreateChildContext()
443 if( !pContext ) in CreateChildContext()
444 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
[all …]
H A Dxmllabri.cxx61 SvXMLImportContext* pContext(NULL); in CreateChildContext() local
67 pContext = new ScXMLLabelRangeContext( GetScImport(), nPrefix, rLName, xAttrList ); in CreateChildContext()
70 if( !pContext ) in CreateChildContext()
71 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
73 return pContext; in CreateChildContext()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlDataSourceSetting.cxx134 SvXMLImportContext *pContext = 0; in CreateChildContext() local
141 pContext = new OXMLDataSourceSetting( GetOwnImport(), nPrefix, rLocalName,xAttrList); in CreateChildContext()
145 pContext = new OXMLDataSourceSetting( GetOwnImport(), nPrefix, rLocalName,xAttrList,this ); in CreateChildContext()
149 if( !pContext ) in CreateChildContext()
150 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
152 return pContext; in CreateChildContext()
H A DxmlQuery.cxx116 SvXMLImportContext* pContext = OXMLTable::CreateChildContext(nPrefix, rLocalName,xAttrList ); in CreateChildContext() local
117 if ( !pContext ) in CreateChildContext()
133 if( !pContext ) in CreateChildContext()
134 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
136 return pContext; in CreateChildContext()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx942 if (!pContext) { in importGraph()
991 pContext.get(), pStream.get())) { in importGraph()
1054 if (!pContext) { in exportGraph()
1678 if (!pContext) { in clearGraph()
1729 if (!pContext) { in addStatementGraph()
1753 pContext.get(), pStatement.get())) { in addStatementGraph()
1790 if (!pContext) { in removeStatementsGraph()
1803 pStatement.get(), pContext.get()), in removeStatementsGraph()
1820 pContext.get(), pStmt)) { in removeStatementsGraph()
1867 if (!pContext) { in getStatementsGraph()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlMasterFields.cxx94 SvXMLImportContext *pContext = 0; in CreateChildContext() local
102pContext = new OXMLMasterFields(static_cast<ORptFilter&>(GetImport()), _nPrefix, _rLocalName,xAttr… in CreateChildContext()
109 if( !pContext ) in CreateChildContext()
110 pContext = new SvXMLImportContext( GetImport(), _nPrefix, _rLocalName ); in CreateChildContext()
112 return pContext; in CreateChildContext()
H A DxmlSection.cxx127 SvXMLImportContext *pContext = 0; in CreateChildContext() local
135 pContext = new OXMLTable( rImport, _nPrefix, _rLocalName,xAttrList,m_xSection); in CreateChildContext()
141 if( !pContext ) in CreateChildContext()
142 pContext = new SvXMLImportContext( rImport, _nPrefix, _rLocalName ); in CreateChildContext()
144 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx137 SvXMLImportContext *pContext = 0; in CreateContext() local
142 pContext = new XMLVersionListContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
146 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
149 return pContext; in CreateContext()
174 SvXMLImportContext *pContext = 0; in CreateChildContext() local
179 pContext = new XMLVersionContext( rLocalRef, nPrefix, rLocalName, xAttrList ); in CreateChildContext()
183 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName ); in CreateChildContext()
186 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/draw/
H A DXMLGraphicsDefaultStyle.cxx68 SvXMLImportContext *pContext = 0; in CreateChildContext() local
83pContext = new XMLShapePropertySetContext( GetImport(), nPrefix, rLocalName, xAttrList, nFamily, G… in CreateChildContext()
87 if( !pContext ) in CreateChildContext()
88 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
90 return pContext; in CreateChildContext()
H A DXMLReplacementImageContext.cxx113 SvXMLImportContext *pContext = 0; in CreateChildContext() local
121 pContext = new XMLBase64ImportContext( GetImport(), nPrefix, in CreateChildContext()
126 if( !pContext ) in CreateChildContext()
127 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
129 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/xforms/
H A DTokenContext.cxx105 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
113 pContext = HandleChild( nToken, nPrefix, rLocalName, xAttrList ); in CreateChildContext()
117 if( pContext == NULL ) in CreateChildContext()
120 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
122 return pContext; in CreateChildContext()
H A DXFormsInstanceContext.cxx89 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
97 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
105 pContext = pInstance; in CreateChildContext()
108 DBG_ASSERT( pContext != NULL, "no context!" ); in CreateChildContext()
109 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/script/
H A DXMLEventImportHelper.cxx130 SvXMLImportContext* pContext = NULL; in CreateContext() local
153 pContext = aFactoryIterator->second->CreateContext( in CreateContext()
160 if( NULL == pContext ) in CreateContext()
162 pContext = new SvXMLImportContext(rImport, nPrefix, rLocalName); in CreateContext()
174 return pContext; in CreateContext()
/trunk/main/sw/source/filter/xml/
H A Dxmlmeta.cxx72 SvXMLImportContext *pContext = 0; in CreateMetaContext() local
82 pContext = new SvXMLMetaDocumentContext(*this, in CreateMetaContext()
86 if( !pContext ) in CreateMetaContext()
87 pContext = new SvXMLImportContext( *this, in CreateMetaContext()
90 return pContext; in CreateMetaContext()

Completed in 132 milliseconds

1234567891011