Home
last modified time | relevance | path

Searched refs:pOutDoc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx873 SwDoc* pOutDoc = pDoc ? pDoc : &rDoc; in Write() local
874 pPam = new SwPaM( pOutDoc->GetNodes().GetEndOfContent() ); in Write()
875 if( pOutDoc->IsClipBoard() ) in Write()
889 SwDoc* pOutDoc = pDoc ? pDoc : &rDoc; in Write() local
895 if ( pDoc && !pOutDoc->getPrinter( false ) ) in Write()
898 const SwPageDesc& rPgDsc = const_cast<const SwDoc *>(pOutDoc)->GetPageDesc( 0 ); in Write()
911 pOutDoc->ChgPageDesc( 0, aNew ); in Write()
916 SwEditShell* pESh = pOutDoc->GetEditShell(); in Write()
924 sal_Bool bWasPurgeOle = pOutDoc->get(IDocumentSettingAccess::PURGE_OLE); in Write()
925 pOutDoc->set(IDocumentSettingAccess::PURGE_OLE, false); in Write()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1038 pOut = pOutDoc; in SwFltShell()
1060 pOutDoc->SetReadNoTable(); in SwFltShell()
1075 if( pOutDoc->IsInFly() ) in ~SwFltShell()
1125 delete pOutDoc; in ~SwFltShell()
1248 pOutDoc->EndFly(); in SetStyle()
1250 p->BeginStyleFly( pOutDoc ); in SetStyle()
1977 ASSERT( pOutDoc, "BeginStyleFly ohne pOutDoc" ); in BeginStyleFly()
1978 ASSERT( pOutDoc && !pOutDoc->IsInFly(), "BeginStyleFly in Fly" ); in BeginStyleFly()
1979 if( pOutDoc && !pOutDoc->IsInFly() ) in BeginStyleFly()
1997 if (pOutDoc->IsInTable()){ in BeginFly()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx457 sal_Bool BeginStyleFly( SwFltOutDoc* pOutDoc );
474 SwFltOutDoc* pOutDoc; member in SwFltShell
556 return ( pOut == pOutDoc ) ? pOutDoc->IsInTable() : 0; } in IsInTable()
570 return pOutDoc->IsTableWidthSet(); } in IsTableWidthSet()
633 pOut = pOutDoc; in EndStyle()

Completed in 39 milliseconds