Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Ddpobject.cxx164 pImpDesc( NULL ), in ScDPObject()
187 pImpDesc( NULL ), in ScDPObject()
204 if (r.pImpDesc) in ScDPObject()
205 pImpDesc = new ScImportSourceDesc(*r.pImpDesc); in ScDPObject()
216 delete pImpDesc; in ~ScDPObject()
278 DELETEZ( pImpDesc ); in SetSheetDesc()
299 if ( pImpDesc && rDesc == *pImpDesc ) in SetImportDesc()
305 delete pImpDesc; in SetImportDesc()
318 DELETEZ( pImpDesc ); in SetServiceData()
330 else if ( pImpDesc ) in WriteSourceDataTo()
[all …]
/aoo42x/main/sc/inc/
H A Ddpobject.hxx97 ScImportSourceDesc* pImpDesc; // for database data member in ScDPObject
160 const ScImportSourceDesc* GetImportSourceDesc() const { return pImpDesc; } in GetImportSourceDesc()
166 sal_Bool IsImportData() const { return(pImpDesc != NULL); } in IsImportData()

Completed in 23 milliseconds