Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx212 pClpDocFac( 0 ), in SwTransferable()
258 delete pClpDocFac; in ~SwTransferable()
344 if( pClpDocFac ) in FindOLEObj()
346 SwIterator<SwCntntNode,SwFmtColl> aIter( *pClpDocFac->GetDoc()->GetDfltGrfFmtColl() ); in FindOLEObj()
362 if( pClpDocFac ) in FindOLEReplacementGraphic()
364 SwIterator<SwCntntNode,SwFmtColl> aIter( *pClpDocFac->GetDoc()->GetDfltGrfFmtColl() ); in FindOLEReplacementGraphic()
394 if( !HasFormat( nFormat ) || ( pClpDocFac == NULL && pWrtShell == NULL ) ) in GetData()
397 if( !pClpDocFac ) in GetData()
425 pClpDocFac = new SwDocFac; in GetData()
426 SwDoc *const pTmpDoc = lcl_GetDoc(*pClpDocFac); in GetData()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dswdtflvr.hxx73 SwDocFac *pClpDocFac; member in SwTransferable