Home
last modified time | relevance | path

Searched refs:pTAFmt (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx499 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 …]
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx103 const SwTableAutoFmt* pTAFmt ) in InsertTable() argument
120 eAdj, pTAFmt, in InsertTable()
132 const SwTableAutoFmt* pTAFmt ) in TextToTable() argument
140 eAdj, pTAFmt ); in TextToTable()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx837 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()
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()
[all …]
/trunk/main/sw/inc/
H A Deditsh.hxx665 const SwTableAutoFmt* pTAFmt = 0 );
679 const SwTableAutoFmt* pTAFmt = 0 );
H A Ddoc.hxx1683 const SwTableAutoFmt* pTAFmt = 0,
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx75 const SwTableAutoFmt* pTAFmt, const SvUShorts* pColArr,
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx245 const SwTableAutoFmt* pTAFmt, in SwUndoInsTbl() argument
257 if( pTAFmt ) in SwUndoInsTbl()
258 pAutoFmt = new SwTableAutoFmt( *pTAFmt ); in SwUndoInsTbl()

Completed in 90 milliseconds