Home
last modified time | relevance | path

Searched refs:pContext (Results 51 – 75 of 272) sorted by relevance

1234567891011

/trunk/main/xmloff/source/text/
H A DXMLTextPropertySetContext.cxx70 SvXMLImportContext *pContext = 0; in CreateChildContext() local
76 pContext = new SvxXMLTabStopImportContext( GetImport(), nPrefix, in CreateChildContext()
82 pContext = new XMLTextColumnsContext( GetImport(), nPrefix, in CreateChildContext()
87 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
104 pContext = pDCContext; in CreateChildContext()
126 pContext = in CreateChildContext()
139 pContext = new XMLSectionFootnoteConfigImport( in CreateChildContext()
146 if( !pContext ) in CreateChildContext()
147 pContext = SvXMLPropertySetContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
151 return pContext; in CreateChildContext()
H A DXMLIndexTemplateContext.cxx269 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
283 pContext = new XMLIndexSimpleEntryContext( in CreateChildContext()
289 pContext = new XMLIndexSimpleEntryContext( in CreateChildContext()
295 pContext = new XMLIndexSimpleEntryContext( in CreateChildContext()
301 pContext = new XMLIndexSimpleEntryContext( in CreateChildContext()
307 pContext = new XMLIndexSpanEntryContext( in CreateChildContext()
312 pContext = new XMLIndexTabStopEntryContext( in CreateChildContext()
317 pContext = new XMLIndexBibliographyEntryContext( in CreateChildContext()
322 pContext = new XMLIndexChapterInfoEntryContext( in CreateChildContext()
335 if (NULL == pContext) in CreateChildContext()
[all …]
/trunk/main/sal/textenc/
H A Dtcvtutf7.c124 void ImplUTF7DestroyTextToUnicodeContext( void* pContext ) in ImplUTF7DestroyTextToUnicodeContext() argument
126 rtl_freeMemory( pContext ); in ImplUTF7DestroyTextToUnicodeContext()
131 void ImplUTF7ResetTextToUnicodeContext( void* pContext ) in ImplUTF7ResetTextToUnicodeContext() argument
133 ImplUTF7ToUCContextData* pContextData = (ImplUTF7ToUCContextData*)pContext; in ImplUTF7ResetTextToUnicodeContext()
143 sal_Size ImplUTF7ToUnicode( const ImplTextConverterData* pData, void* pContext, in ImplUTF7ToUnicode() argument
149 ImplUTF7ToUCContextData* pContextData = (ImplUTF7ToUCContextData*)pContext; in ImplUTF7ToUnicode()
422 void ImplUTF7DestroyUnicodeToTextContext( void* pContext ) in ImplUTF7DestroyUnicodeToTextContext() argument
424 rtl_freeMemory( pContext ); in ImplUTF7DestroyUnicodeToTextContext()
429 void ImplUTF7ResetUnicodeToTextContext( void* pContext ) in ImplUTF7ResetUnicodeToTextContext() argument
431 ImplUTF7FromUCContextData* pContextData = (ImplUTF7FromUCContextData*)pContext; in ImplUTF7ResetUnicodeToTextContext()
[all …]
H A Dcontext.c29 void * pContext = rtl_allocateMemory(sizeof (ImplUnicodeToTextContext)); in ImplCreateUnicodeToTextContext() local
30 ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate = 0; in ImplCreateUnicodeToTextContext()
31 return pContext; in ImplCreateUnicodeToTextContext()
34 void ImplResetUnicodeToTextContext(void * pContext) in ImplResetUnicodeToTextContext() argument
36 if (pContext) in ImplResetUnicodeToTextContext()
37 ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate = 0; in ImplResetUnicodeToTextContext()
40 void ImplDestroyContext(void * pContext) in ImplDestroyContext() argument
42 rtl_freeMemory(pContext); in ImplDestroyContext()
/trunk/main/sw/source/filter/xml/
H A Dxmltext.cxx73 SvXMLImportContext *pContext = 0; in CreateChildContext() local
75 pContext = GetSwImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
78 if( !pContext ) in CreateChildContext()
79 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
81 return pContext; in CreateChildContext()
93 SvXMLImportContext *pContext = 0; in CreateBodyContentContext() local
96 pContext = new SwXMLBodyContentContext_Impl( *this, XML_NAMESPACE_OFFICE, in CreateBodyContentContext()
99 pContext = new SvXMLImportContext( *this, XML_NAMESPACE_OFFICE, in CreateBodyContentContext()
102 return pContext; in CreateBodyContentContext()
H A Dxmltbli.cxx635 pContext = pTblContext; in CreateChildContext()
651 if( !pContext ) in CreateChildContext()
654 return pContext; in CreateChildContext()
859 if( !pContext ) in CreateChildContext()
862 return pContext; in CreateChildContext()
981 if( !pContext ) in CreateChildContext()
984 return pContext; in CreateChildContext()
1045 if( !pContext ) in CreateChildContext()
1048 return pContext; in CreateChildContext()
1519 if( !pContext ) in CreateChildContext()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlcoli.cxx111 SvXMLImportContext *pContext = 0; in CreateChildContext() local
133 if( !pContext ) in CreateChildContext()
134 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
136 return pContext; in CreateChildContext()
244 SvXMLImportContext *pContext = 0; in CreateChildContext() local
250 pContext = new ScXMLTableColsContext( GetScImport(), nPrefix, in CreateChildContext()
255 pContext = new ScXMLTableColsContext( GetScImport(), nPrefix, in CreateChildContext()
260 pContext = new ScXMLTableColsContext( GetScImport(), nPrefix, in CreateChildContext()
265 pContext = new ScXMLTableColContext( GetScImport(), nPrefix, in CreateChildContext()
272 if( !pContext ) in CreateChildContext()
[all …]
H A DXMLTableHeaderFooterContext.cxx119 SvXMLImportContext *pContext(0); in CreateChildContext() local
136 pContext = in CreateChildContext()
169pContext = new XMLHeaderFooterRegionContext( GetImport(), nPrefix, rLocalName, xAttrList, xTempTex… in CreateChildContext()
174 if( !pContext ) in CreateChildContext()
175 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
177 return pContext; in CreateChildContext()
231 SvXMLImportContext *pContext(0); in CreateChildContext() local
236 pContext = in CreateChildContext()
242 if( !pContext ) in CreateChildContext()
243 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
[all …]
H A Dxmlimprt.cxx413 if(!pContext) in CreateChildContext()
416 return pContext; in CreateChildContext()
1631 return pContext; in CreateContext()
1870 if (!pContext) in CreateFontDeclsContext()
1879 return pContext; in CreateFontDeclsContext()
1886 if (!pContext) in CreateStylesContext()
1896 return pContext; in CreateStylesContext()
1928 if( !pContext ) in CreateMetaContext()
1932 return pContext; in CreateMetaContext()
1947 if( !pContext ) in CreateScriptContext()
[all …]
H A Dxmlannoi.cxx140 SvXMLImportContext *pContext = 0; in CreateChildContext() local
145 pContext = new ScXMLContentContext(GetScImport(), nPrefix, in CreateChildContext()
148 pContext = new ScXMLContentContext(GetScImport(), nPrefix, in CreateChildContext()
154 pContext = new ScXMLContentContext(GetScImport(), nPrefix, in CreateChildContext()
170 if( !pContext && pShapeContext ) in CreateChildContext()
171 pContext = pShapeContext->CreateChildContext(nPrefix, rLName, xAttrList); in CreateChildContext()
173 if( !pContext ) in CreateChildContext()
174 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
176 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/draw/
H A Dximp3dscene.cxx183 SvXMLImportContext* pContext = 0L; in CreateChildContext() local
199 pContext = create3DLightContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
203 if(!pContext) in CreateChildContext()
205 pContext = GetImport().GetShapeImport()->Create3DSceneChildContext( in CreateChildContext()
210 if(!pContext) in CreateChildContext()
212 pContext = SvXMLImportContext::CreateChildContext( in CreateChildContext()
216 return pContext; in CreateChildContext()
253 if(pContext) in create3DLightContext()
255 pContext->AddRef(); in create3DLightContext()
256 maList.Insert((SdXML3DLightContext*)pContext, LIST_APPEND); in create3DLightContext()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx330 SvXMLImportContext* pContext = 0; in CreateChildContext() local
361 return pContext; in CreateChildContext()
527 SvXMLImportContext* pContext = 0; in CreateChildContext() local
535 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
537 return pContext; in CreateChildContext()
632 SvXMLImportContext* pContext = 0; in CreateChildContext() local
644 return pContext; in CreateChildContext()
678 SvXMLImportContext* pContext = 0; in CreateChildContext() local
691 return pContext; in CreateChildContext()
804 SvXMLImportContext* pContext = 0; in CreateChildContext() local
[all …]
H A DSchXMLTextListContext.cxx83 SvXMLImportContext* pContext = 0; in CreateChildContext() local
85 pContext = new SchXMLParagraphContext( GetImport(), rLocalName, m_rText ); in CreateChildContext()
87 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
88 return pContext; in CreateChildContext()
123 SvXMLImportContext* pContext = 0; in CreateChildContext() local
127 pContext = new SchXMLListItemContext( GetImport(), rLocalName, m_aTextVector.back() ); in CreateChildContext()
130 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
131 return pContext; in CreateChildContext()
/trunk/main/xmloff/source/style/
H A DPagePropertySetContext.cxx85 SvXMLImportContext *pContext = 0; in CreateChildContext() local
99 pContext = in CreateChildContext()
111 pContext = new XMLTextColumnsContext( GetImport(), nPrefix, in CreateChildContext()
116 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
122 pContext = new XMLFootnoteSeparatorImport( in CreateChildContext()
127 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName); in CreateChildContext()
132 if( !pContext ) in CreateChildContext()
133 pContext = SvXMLPropertySetContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
137 return pContext; in CreateChildContext()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlDataSource.cxx250 SvXMLImportContext *pContext = 0; in CreateChildContext() local
258 pContext = new OXMLLogin( GetOwnImport(), nPrefix, rLocalName,xAttrList ); in CreateChildContext()
264 pContext = new OXMLTableFilterList( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
271 pContext = new OXMLDataSourceInfo( GetOwnImport(), nPrefix, rLocalName,xAttrList,nToken); in CreateChildContext()
275 pContext = new OXMLDataSourceSettings( GetOwnImport(), nPrefix, rLocalName); in CreateChildContext()
279 pContext = new OXMLConnectionData( GetOwnImport(), nPrefix, rLocalName); in CreateChildContext()
283pContext = new OXMLDataSource( GetOwnImport(), nPrefix, rLocalName, xAttrList, OXMLDataSource::eDr… in CreateChildContext()
287pContext = new OXMLDataSource( GetOwnImport(), nPrefix, rLocalName, xAttrList, OXMLDataSource::eAp… in CreateChildContext()
291 if( !pContext ) in CreateChildContext()
292 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
[all …]
H A DxmlDatabase.cxx70 SvXMLImportContext *pContext = 0; in CreateChildContext() local
77pContext = new OXMLDataSource( GetOwnImport(), nPrefix, rLocalName, xAttrList, OXMLDataSource::eDa… in CreateChildContext()
90pContext = new OXMLDocuments( GetOwnImport(), nPrefix, rLocalName,xSup->getFormDocuments(),SERVICE… in CreateChildContext()
105pContext = new OXMLDocuments( GetOwnImport(), nPrefix, rLocalName,xSup->getReportDocuments(),SERVI… in CreateChildContext()
120pContext = new OXMLDocuments( GetOwnImport(), nPrefix, rLocalName,xSup->getQueryDefinitions(),SERV… in CreateChildContext()
130 pContext = new OXMLDocuments( GetOwnImport(), nPrefix, rLocalName,xSup->getTables()); in CreateChildContext()
135 if( !pContext ) in CreateChildContext()
136 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
139 return pContext; in CreateChildContext()
H A DxmlDocuments.cxx108 SvXMLImportContext *pContext = 0; in CreateChildContext() local
115pContext = new OXMLTable( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,SERVICE_SDB_T… in CreateChildContext()
119 pContext = new OXMLQuery( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer ); in CreateChildContext()
123pContext = new OXMLComponent( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,m_sCompon… in CreateChildContext()
128pContext = new OXMLHierarchyCollection( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer… in CreateChildContext()
132 if( !pContext ) in CreateChildContext()
133 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
136 return pContext; in CreateChildContext()
/trunk/main/writerfilter/source/ooxml/
H A DHandler.hxx37 OOXMLFootnoteHandler(OOXMLFastContextHandler * pContext);
48 OOXMLEndnoteHandler(OOXMLFastContextHandler * pContext);
61 OOXMLFooterHandler(OOXMLFastContextHandler * pContext);
73 OOXMLHeaderHandler(OOXMLFastContextHandler * pContext);
84 OOXMLCommentHandler(OOXMLFastContextHandler * pContext);
95 OOXMLOLEHandler(OOXMLFastContextHandler * pContext);
108 OOXMLBreakHandler(Stream & rStream, OOXMLFastContextHandler * pContext);
118 OOXMLPictureHandler(OOXMLFastContextHandler * pContext);
132 OOXMLHyperlinkHandler(OOXMLFastContextHandler * pContext);
H A DOOXMLFastContextHandler.cxx149 (OOXMLFastContextHandler * pContext) in OOXMLFastContextHandler() argument
151 mpParent(pContext), in OOXMLFastContextHandler()
159 m_xContext(pContext->m_xContext) in OOXMLFastContextHandler()
161 if (pContext != NULL) in OOXMLFastContextHandler()
163 mpStream = pContext->mpStream; in OOXMLFastContextHandler()
1165 (OOXMLFastContextHandler * pContext) in OOXMLFastContextHandlerStream() argument
1447 : OOXMLFastContextHandler(pContext) in OOXMLFastContextHandlerValue()
1540 : OOXMLFastContextHandler(pContext) in OOXMLFastContextHandlerTable()
1662 : OOXMLFastContextHandler(pContext) in OOXMLFastContextHandlerTextTableCell()
1717 : OOXMLFastContextHandler(pContext) in OOXMLFastContextHandlerTextTableRow()
[all …]
/trunk/main/xmloff/source/transform/
H A DChartPlotAreaOOoTContext.cxx152 XMLTransformerContext *pContext = 0; in CreateChildContext() local
159 pContext = pAxisContext; in CreateChildContext()
164 pContext = new XMLPersAttrListTContext( GetTransformer(), rQName ); in CreateChildContext()
192 pAxisContext->AddContent( pContext ); in CreateChildContext()
204 pContext = XMLProcAttrTransformerContext::CreateChildContext( in CreateChildContext()
208 return pContext; in CreateChildContext()
217 void XMLChartPlotAreaOOoTContext::AddContent( XMLAxisOOoContext *pContext ) in AddContent() argument
219 OSL_ENSURE( pContext && pContext->IsPersistent(), in AddContent()
221 XMLAxisContextVector::value_type aVal( pContext ); in AddContent()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx677 SvXMLImportContext *pContext = 0; in CreateContext() local
713 pContext = CreateFontDeclsContext( rLocalName,xAttrList ); in CreateContext()
718 pContext = pStyleContext; in CreateContext()
730 if ( !pContext ) in CreateContext()
733 return pContext; in CreateContext()
989 if ( !pContext ) in CreateStylesContext()
994 SetAutoStyles((SvXMLStylesContext*)pContext); in CreateStylesContext()
997 SetStyles((SvXMLStylesContext*)pContext); in CreateStylesContext()
999 return pContext; in CreateStylesContext()
1102 SvXMLImportContext* pContext = NULL; in CreateMetaContext() local
[all …]
H A DxmlReportElementBase.cxx60 SvXMLImportContext *pContext = _CreateChildContext(nPrefix,rLocalName,xAttrList); in CreateChildContext() local
61 if( !pContext ) in CreateChildContext()
62 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
63 return pContext; in CreateChildContext()
71 SvXMLImportContext *pContext = 0; in _CreateChildContext() local
82 pContext = new OXMLReportElement( m_rImport, nPrefix, rLocalName,xAttrList,xReportModel); in _CreateChildContext()
88pContext = new OXMLControlProperty( m_rImport, nPrefix, rLocalName,xAttrList,m_xComponent.get()); in _CreateChildContext()
94 return pContext; in _CreateChildContext()
H A DxmlCell.cxx116 SvXMLImportContext *pContext = 0; in CreateChildContext() local
128 pContext = new OXMLFixedContent( rImport, _nPrefix, _rLocalName,*m_pCell,m_pContainer); in CreateChildContext()
146pContext = new OXMLFormattedField( rImport, _nPrefix, _rLocalName,xAttrList,xControl.get(),m_pCont… in CreateChildContext()
157pContext = new OXMLImage( rImport, _nPrefix, _rLocalName,xAttrList,xControl.get(),m_pContainer); in CreateChildContext()
167pContext = new OXMLSubDocument( rImport, _nPrefix, _rLocalName,xControl.get(),m_pContainer, this /… in CreateChildContext()
172 pContext = new OXMLCell( rImport, _nPrefix, _rLocalName,xAttrList ,m_pContainer,this); in CreateChildContext()
181pContext = xShapeImportHelper->CreateGroupChildContext(rImport,_nPrefix,_rLocalName,xAttrList,xSha… in CreateChildContext()
192 if( !pContext ) in CreateChildContext()
193 pContext = new SvXMLImportContext( GetImport(), _nPrefix, _rLocalName ); in CreateChildContext()
195 return pContext; in CreateChildContext()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx177 SfxChildWindowContext* pContext; // bei kontextsensitiven ChildWindows: member in SfxChildWindow
181 { return pContext; } in GetContext()
214 { return pContext ? pContext->GetContextId(): 0; } in GetContextId()
217 { return pContext ? pContext->GetWindow(): 0; } in GetContextWindow()
249 { return pContext; } in GetContext_Impl()
272 SfxChildWindowContext *pContext = new Class(pParent, \
275 return pContext; \
292 SfxChildWindowContext *pContext = new Class(pParent,0,pBindings,pInfo);\
293 return pContext; \
/trunk/main/sw/source/core/swg/
H A DSwXMLBlockImport.cxx64 SvXMLImportContext *pContext = 0; in CreateContext() local
67 pContext = new SwXMLBlockListContext( *this, nPrefix, rLocalName, in CreateContext()
70 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
71 return pContext; in CreateContext()
103 SvXMLImportContext *pContext = 0; in CreateContext() local
106 pContext = new SwXMLTextBlockDocumentContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
108 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
109 return pContext; in CreateContext()

Completed in 266 milliseconds

1234567891011