Home
last modified time | relevance | path

Searched refs:pDDESource (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx1297 pDDESource(NULL), in SwXMLTableContext()
1442 pDDESource(NULL), in SwXMLTableContext()
1504 if (pDDESource != NULL) in CreateChildContext()
1506 pDDESource->ReleaseRef(); in CreateChildContext()
1508 pDDESource = new SwXMLDDETableContext_Impl( GetSwImport(), nPrefix, in CreateChildContext()
1510 pDDESource->AddRef(); in CreateChildContext()
1511 pContext = pDDESource; in CreateChildContext()
2826 if (NULL != pDDESource) in MakeTable()
2830 SwDDEFieldType* pFldType = lcl_GetDDEFieldType( pDDESource, in MakeTable()
2834 pDDESource->ReleaseRef(); in MakeTable()
H A Dxmltbli.hxx92 SwXMLDDETableContext_Impl *pDDESource; member in SwXMLTableContext