Searched refs:SvxRedlinTable (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | ctredlin.cxx | 217 SvxRedlinTable::SvxRedlinTable( Window* pParent,WinBits nBits ): in SvxRedlinTable() function in SvxRedlinTable 229 SvxRedlinTable::SvxRedlinTable( Window* pParent,const ResId& rResId): in SvxRedlinTable() function in SvxRedlinTable 241 SvxRedlinTable::~SvxRedlinTable() in ~SvxRedlinTable() 288 void SvxRedlinTable::SetCalcView(sal_Bool bFlag) in SetCalcView() 302 void SvxRedlinTable::UpdateFilterTest() in UpdateFilterTest() 346 void SvxRedlinTable::SetFilterDate(sal_Bool bFlag) in SetFilterDate() 361 void SvxRedlinTable::SetLastDate(const Date& aDate) in SetLastDate() 371 void SvxRedlinTable::SetLastTime(const Time& aTime) in SetLastTime() 560 SvLBoxEntry* SvxRedlinTable::CreateEntry() const in CreateEntry() 764 SvxRedlinTable* SvxTPView::GetTableControl() in GetTableControl() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 92 class SVX_DLLPUBLIC SvxRedlinTable : public SvxSimpleTable class 123 SvxRedlinTable( Window* pParent,WinBits nBits ); 124 SvxRedlinTable( Window* pParent,const ResId& rResId); 125 ~SvxRedlinTable(); 182 SvxRedlinTable* pRedlinTable; 223 void SetRedlinTable(SvxRedlinTable*); 322 SvxRedlinTable aViewData; 351 SvxRedlinTable* GetTableControl(); 421 SvxRedlinTable* GetViewTable();
|
/trunk/main/sc/source/ui/inc/ |
H A D | conflictsdlg.hxx | 142 class ScConflictsListBox: public SvxRedlinTable 196 DECL_LINK( SelectHandle, SvxRedlinTable* ); 197 DECL_LINK( DeselectHandle, SvxRedlinTable* );
|
H A D | acredlin.hxx | 138 SvxRedlinTable* pTheView; // PB 2006/02/02 #i48648 now SvHeaderTabListBox 182 DECL_LINK( ExpandingHandle, SvxRedlinTable*); 183 DECL_LINK( SelectHandle, SvxRedlinTable*);
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 435 :SvxRedlinTable( pParent, rResId ) in ScConflictsListBox() 623 IMPL_LINK( ScConflictsDlg, SelectHandle, SvxRedlinTable*, EMPTYARG ) in IMPL_LINK() argument 638 IMPL_LINK( ScConflictsDlg, DeselectHandle, SvxRedlinTable*, EMPTYARG ) in IMPL_LINK() argument
|
H A D | acredlin.cxx | 1236 IMPL_LINK( ScAcceptChgDlg, SelectHandle, SvxRedlinTable*, EMPTYARG ) in IMPL_LINK() argument 1493 IMPL_LINK( ScAcceptChgDlg, ExpandingHandle, SvxRedlinTable*, pTable ) in IMPL_LINK() argument
|
/trunk/main/sw/source/ui/inc/ |
H A D | redlndlg.hxx | 95 SvxRedlinTable* pTable; // PB 2006/02/02 #i48648 now SvHeaderTabListBox
|
Completed in 32 milliseconds