Searched refs:pAutoFmt (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 249 aInsTblOpts( rInsTblOpts ), pDDEFldType( 0 ), pColWidth( 0 ), pRedlData( 0 ), pAutoFmt( 0 ), in SwUndoInsTbl() 258 pAutoFmt = new SwTableAutoFmt( *pTAFmt ); in SwUndoInsTbl() 277 delete pAutoFmt; in ~SwUndoInsTbl() 332 pAutoFmt, pColWidth ); in RedoImpl() 372 nRows, nCols, nAdjust, pAutoFmt, pColWidth ); in RepeatImpl() 729 pDelBoxes( 0 ), pAutoFmt( 0 ), in SwUndoTxtToTbl() 733 pAutoFmt = new SwTableAutoFmt( *pAFmt ); in SwUndoTxtToTbl() 745 delete pAutoFmt; in ~SwUndoTxtToTbl() 834 aInsTblOpts, rPam, cTrenner, nAdjust, pAutoFmt ); in RedoImpl() 846 pAutoFmt ); in RepeatImpl()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 67 SwTableAutoFmt* pAutoFmt; member in SwUndoInsTbl 93 SwTableAutoFmt* pAutoFmt; member in SwUndoTxtToTbl
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 170 const SwTableAutoFmt* pAutoFmt = 0 ) in lcl_SetDfltBoxAttr() argument 195 if( pAutoFmt ) in lcl_SetDfltBoxAttr() 196 pAutoFmt->UpdateToSet( nId, (SfxItemSet&)pNewBoxFmt->GetAttrSet(), in lcl_SetDfltBoxAttr()
|
Completed in 445 milliseconds