Searched refs:pTPView (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sw/source/ui/misc/ |
| H A D | redlndlg.cxx | 229 pTPView = aTabPagesCTRL.GetViewPage(); in SwRedlineAcceptDlg() 230 pTable = pTPView->GetTableControl(); in SwRedlineAcceptDlg() 232 pTPView->InsertWriterHeader(); in SwRedlineAcceptDlg() 233 pTPView->SetAcceptClickHdl(LINK(this, SwRedlineAcceptDlg, AcceptHdl)); in SwRedlineAcceptDlg() 234 pTPView->SetAcceptAllClickHdl(LINK(this, SwRedlineAcceptDlg, AcceptAllHdl)); in SwRedlineAcceptDlg() 235 pTPView->SetRejectClickHdl(LINK(this, SwRedlineAcceptDlg, RejectHdl)); in SwRedlineAcceptDlg() 236 pTPView->SetRejectAllClickHdl(LINK(this, SwRedlineAcceptDlg, RejectAllHdl)); in SwRedlineAcceptDlg() 237 pTPView->SetUndoClickHdl(LINK(this, SwRedlineAcceptDlg, UndoHdl)); in SwRedlineAcceptDlg() 251 pTPView->ShowUndo(sal_True); in SwRedlineAcceptDlg() 252 pTPView->DisableUndo(); // Noch gibts keine UNDO-Events in SwRedlineAcceptDlg() [all …]
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | ctredlin.cxx | 1430 pTPView=new SvxTPView(&aTCAccept); in SvxAcceptChgCtr() 1431 aMinSize=pTPView->GetMinSizePixel(); in SvxAcceptChgCtr() 1433 aTCAccept.InsertPage( TP_VIEW, pTPView->GetMyName()); in SvxAcceptChgCtr() 1435 aTCAccept.SetTabPage( TP_VIEW, pTPView); in SvxAcceptChgCtr() 1457 pTPView=new SvxTPView(&aTCAccept); in SvxAcceptChgCtr() 1458 aMinSize=pTPView->GetMinSizePixel(); in SvxAcceptChgCtr() 1460 aTCAccept.InsertPage( TP_VIEW, pTPView->GetMyName()); in SvxAcceptChgCtr() 1462 aTCAccept.SetTabPage( TP_VIEW, pTPView); in SvxAcceptChgCtr() 1484 delete pTPView; in ~SvxAcceptChgCtr() 1490 aMinSize=pTPView->GetMinSizePixel(); in Resize() [all …]
|
| /AOO42X/main/sc/source/ui/miscdlgs/ |
| H A D | acredlin.cxx | 163 pTPView=aAcceptChgCtr.GetViewPage(); in ScAcceptChgDlg() 164 pTheView=pTPView->GetTableControl(); in ScAcceptChgDlg() 172 pTPView->InsertCalcHeader(); in ScAcceptChgDlg() 173 pTPView->SetRejectClickHdl( LINK( this, ScAcceptChgDlg,RejectHandle)); in ScAcceptChgDlg() 174 pTPView->SetAcceptClickHdl( LINK(this, ScAcceptChgDlg, AcceptHandle)); in ScAcceptChgDlg() 175 pTPView->SetRejectAllClickHdl( LINK( this, ScAcceptChgDlg,RejectAllHandle)); in ScAcceptChgDlg() 176 pTPView->SetAcceptAllClickHdl( LINK(this, ScAcceptChgDlg, AcceptAllHandle)); in ScAcceptChgDlg() 919 pTPView->EnableAccept(bTheFlag); in UpdateView() 920 pTPView->EnableAcceptAll(bTheFlag); in UpdateView() 921 pTPView->EnableReject(bTheFlag); in UpdateView() [all …]
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | redlndlg.hxx | 94 SvxTPView* pTPView; member in SwRedlineAcceptDlg
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | acredlin.hxx | 137 SvxTPView* pTPView; member in ScAcceptChgDlg
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | ctredlin.hxx | 398 SvxTPView* pTPView; member in SvxAcceptChgCtr
|