Lines Matching refs:pTAFmt
837 SwTableAutoFmt* pTAFmt = 0; in Execute() local
860 pTAFmt = pFmt; in Execute()
893 pDlg->GetValues( cDelim, aInsTblOpts, pTAFmt ); in Execute()
913 if(pTAFmt) in Execute()
914 aReq.AppendItem( SfxStringItem( FN_PARAM_2, pTAFmt->GetName())); in Execute()
927 … bInserted = rSh.TextToTable( aInsTblOpts, cDelim, text::HoriOrientation::FULL, pTAFmt ); in Execute()
935 delete pTAFmt; in Execute()
2695 SwTableAutoFmt* pTAFmt = 0; in InsertTable() local
2722 pTAFmt = new SwTableAutoFmt( *aTableTbl[n] ); in InsertTable()
2746 pDlg->GetValues( aTableName, nRows, nCols, aInsTblOpts, aAutoName, pTAFmt ); in InsertTable()
2771 rSh.InsertTable( aInsTblOpts, nRows, nCols, text::HoriOrientation::FULL, pTAFmt ); in InsertTable()
2780 delete pTAFmt; in InsertTable()