Searched refs:pTAutoFmt (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sw/source/ui/table/ |
| H A D | instable.cxx | 75 if( pTAutoFmt ) in GetValues() 77 prTAFmt = new SwTableAutoFmt( *pTAutoFmt ); in GetValues() 116 pTAutoFmt( 0 ), in SwInsTableDlg() 166 delete pTAutoFmt; in ~SwInsTableDlg() 221 …Dlg* pDlg = pFact->CreateSwAutoFormatDlg(pButton,pShell, DLG_AUTOFMT_TABLE, sal_False, pTAutoFmt ); in IMPL_LINK() 224 pDlg->FillAutoFmtOfIndex( pTAutoFmt ); in IMPL_LINK()
|
| H A D | convert.cxx | 107 if( pTAutoFmt ) in GetValues() 108 prTAFmt = new SwTableAutoFmt( *pTAutoFmt ); in GetValues() 149 pTAutoFmt( 0 ), in SwConvertTableDlg() 226 delete pTAutoFmt; in ~SwConvertTableDlg() 234 …Dlg* pDlg = pFact->CreateSwAutoFormatDlg(pButton, pShell, DLG_AUTOFMT_TABLE, sal_False, pTAutoFmt); in IMPL_LINK() 237 pDlg->FillAutoFmtOfIndex( pTAutoFmt ); in IMPL_LINK()
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | dbinsdlg.cxx | 268 pTAutoFmt( 0 ), in SwInsertDBColAutoPilot() 461 delete pTAutoFmt; in ~SwInsertDBColAutoPilot() 816 …t->CreateSwAutoFormatDlg(pButton, pView->GetWrtShellPtr(),DLG_AUTOFMT_TABLE, sal_False, pTAutoFmt); in IMPL_LINK() 819 pDlg->FillAutoFmtOfIndex( pTAutoFmt ); in IMPL_LINK() 1087 nRows, nCols, text::HoriOrientation::FULL, (pSelection ? pTAutoFmt : 0) ); in DataToDoc() 1230 if( !pSelection && ( pTblSet || pTAutoFmt )) in DataToDoc() 1235 if( pTAutoFmt ) in DataToDoc() 1236 rSh.SetTableAutoFmt( *pTAutoFmt ); in DataToDoc() 1491 if( pTAutoFmt ) in SetTabSet() 1493 if( pTAutoFmt->IsFrame() ) in SetTabSet() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | convert.hxx | 69 SwTableAutoFmt* pTAutoFmt; member in SwConvertTableDlg
|
| H A D | instable.hxx | 77 SwTableAutoFmt* pTAutoFmt; member in SwInsTableDlg
|
| H A D | dbinsdlg.hxx | 145 SwTableAutoFmt* pTAutoFmt; member in SwInsertDBColAutoPilot
|