Searched refs:pTAFmt (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 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() [all …]
|
| /AOO42X/main/sw/source/core/edit/ |
| H A D | edtab.cxx | 103 const SwTableAutoFmt* pTAFmt ) in InsertTable() argument 120 eAdj, pTAFmt, in InsertTable() 132 const SwTableAutoFmt* pTAFmt ) in TextToTable() argument 140 eAdj, pTAFmt ); in TextToTable()
|
| /AOO42X/main/sw/source/ui/shells/ |
| H A D | basesh.cxx | 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() [all …]
|
| /AOO42X/main/sw/inc/ |
| H A D | editsh.hxx | 663 const SwTableAutoFmt* pTAFmt = 0 ); 677 const SwTableAutoFmt* pTAFmt = 0 );
|
| H A D | doc.hxx | 1683 const SwTableAutoFmt* pTAFmt = 0,
|
| /AOO42X/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 75 const SwTableAutoFmt* pTAFmt, const SvUShorts* pColArr,
|
| /AOO42X/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 245 const SwTableAutoFmt* pTAFmt, in SwUndoInsTbl() argument 257 if( pTAFmt ) in SwUndoInsTbl() 258 pAutoFmt = new SwTableAutoFmt( *pTAFmt ); in SwUndoInsTbl()
|