Lines Matching refs:pTAFmt
362 const SwTableAutoFmt* pTAFmt, in InsertTable() argument
388 rInsTblOpts, pTAFmt, pColArr, in InsertTable()
499 if( !bDfltBorders && !pTAFmt ) in InsertTable()
506 const sal_uInt16 nBoxArrLen = pTAFmt ? 16 : 4; in InsertTable()
525 if( pTAFmt ) in InsertTable()
531 pBoxF = ::lcl_CreateAFmtBoxFmt( *this, aBoxFmtArr, *pTAFmt, in InsertTable()
535 if( pTAFmt->IsFont() || pTAFmt->IsJustify() ) in InsertTable()
538 pTAFmt->UpdateToSet( nId, aCharSet, in InsertTable()
663 const SwTableAutoFmt* pTAFmt ) in TextToTable() argument
690 static_cast<sal_uInt16>(eAdjust), pTAFmt ); in TextToTable()
790 if( pTAFmt || ( rInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER) ) in TextToTable()
792 sal_uInt8 nBoxArrLen = pTAFmt ? 16 : 4; in TextToTable()
817 if( pTAFmt ) in TextToTable()
824 ::lcl_SetDfltBoxAttr( *pBox, aBoxFmtArr, nId, pTAFmt ); in TextToTable()
829 *pTAFmt, USHRT_MAX, nId ); in TextToTable()
833 if( pTAFmt->IsFont() || pTAFmt->IsJustify() ) in TextToTable()
836 pTAFmt->UpdateToSet( nId, aCharSet, in TextToTable()