Lines Matching refs:pRep
270 pRep( 0 ) in SwInsertDBColAutoPilot()
458 delete pRep; in ~SwInsertDBColAutoPilot()
757 pRep = new SwTableRep( aTabCols, sal_False ); in IMPL_LINK()
758 pRep->SetAlign( text::HoriOrientation::NONE ); in IMPL_LINK()
759 pRep->SetSpace( nWidth ); in IMPL_LINK()
760 pRep->SetWidth( nWidth ); in IMPL_LINK()
761 pRep->SetWidthPercent( 100 ); in IMPL_LINK()
762 pTblSet->Put( SwPtrItem( FN_TABLE_REP, pRep )); in IMPL_LINK()
768 if( aLbTableCol.GetEntryCount() != pRep->GetAllColCount() ) in IMPL_LINK()
772 long nWidth = pRep->GetWidth(); in IMPL_LINK()
783 delete pRep; in IMPL_LINK()
784 pRep = new SwTableRep( aTabCols, sal_False ); in IMPL_LINK()
785 pRep->SetAlign( text::HoriOrientation::NONE ); in IMPL_LINK()
786 pRep->SetSpace( nWidth ); in IMPL_LINK()
787 pRep->SetWidth( nWidth ); in IMPL_LINK()
788 pRep->SetWidthPercent( 100 ); in IMPL_LINK()
789 pTblSet->Put( SwPtrItem( FN_TABLE_REP, pRep )); in IMPL_LINK()
802 delete pRep, pRep = 0; in IMPL_LINK()