Searched refs:pTAFmt (Results 1 – 7 of 7) sorted by relevance
/aoo41x/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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 499 if( !bDfltBorders && !pTAFmt ) in InsertTable() 506 const sal_uInt16 nBoxArrLen = pTAFmt ? 16 : 4; in InsertTable() 525 if( pTAFmt ) in InsertTable() 535 if( pTAFmt->IsFont() || pTAFmt->IsJustify() ) in InsertTable() 538 pTAFmt->UpdateToSet( nId, aCharSet, in InsertTable() 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() [all …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 839 SwTableAutoFmt* pTAFmt = 0; in Execute() local 862 pTAFmt = pFmt; in Execute() 895 pDlg->GetValues( cDelim, aInsTblOpts, pTAFmt ); in Execute() 915 if(pTAFmt) in Execute() 916 aReq.AppendItem( SfxStringItem( FN_PARAM_2, pTAFmt->GetName())); in Execute() 937 delete pTAFmt; in Execute() 2688 SwTableAutoFmt* pTAFmt = 0; in InsertTable() local 2715 pTAFmt = new SwTableAutoFmt( *aTableTbl[n] ); in InsertTable() 2739 pDlg->GetValues( aTableName, nRows, nCols, aInsTblOpts, aAutoName, pTAFmt ); in InsertTable() 2764 rSh.InsertTable( aInsTblOpts, nRows, nCols, text::HoriOrientation::FULL, pTAFmt ); in InsertTable() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 675 const SwTableAutoFmt* pTAFmt = 0 ); 689 const SwTableAutoFmt* pTAFmt = 0 );
|
H A D | doc.hxx | 1691 const SwTableAutoFmt* pTAFmt = 0,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 75 const SwTableAutoFmt* pTAFmt, const SvUShorts* pColArr,
|
/aoo41x/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()
|
Completed in 93 milliseconds