Searched refs:pOutDoc (Results 1 – 3 of 3) sorted by relevance
873 SwDoc* pOutDoc = pDoc ? pDoc : &rDoc; in Write() local874 pPam = new SwPaM( pOutDoc->GetNodes().GetEndOfContent() ); in Write()875 if( pOutDoc->IsClipBoard() ) in Write()889 SwDoc* pOutDoc = pDoc ? pDoc : &rDoc; in Write() local895 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 …]
1037 pOutDoc = new SwFltOutDoc( *pDoc, pPaM, aStack, aEndStack ); in SwFltShell()1038 pOut = pOutDoc; in SwFltShell()1060 pOutDoc->SetReadNoTable(); in SwFltShell()1073 if( pOutDoc->IsInTable() ) // falls nicht ordentlich abgeschlossen in ~SwFltShell()1075 if( pOutDoc->IsInFly() ) in ~SwFltShell()1125 delete pOutDoc; in ~SwFltShell()1245 if( !pOutDoc->IsInTable() && nStyle != nAktStyle ) in SetStyle()1247 if( pColls[nAktStyle]->IsInFly() && pOutDoc->IsInFly() ) in SetStyle()1248 pOutDoc->EndFly(); in SetStyle()1250 p->BeginStyleFly( pOutDoc ); in SetStyle()[all …]
457 sal_Bool BeginStyleFly( SwFltOutDoc* pOutDoc );474 SwFltOutDoc* pOutDoc; member in SwFltShell556 return ( pOut == pOutDoc ) ? pOutDoc->IsInTable() : 0; } in IsInTable()570 return pOutDoc->IsTableWidthSet(); } in IsTableWidthSet()633 pOut = pOutDoc; in EndStyle()