Lines Matching refs:DataEditor
60 DataEditor::DataEditor( in DataEditor() function in chart::DataEditor
81 m_aTbxData.SetSelectHdl( LINK( this, DataEditor, ToolboxHdl )); in DataEditor()
83 m_apBrwData->SetCursorMovedHdl( LINK( this, DataEditor, BrowserCursorMovedHdl )); in DataEditor()
84 m_apBrwData->SetCellModifiedHdl( LINK( this, DataEditor, CellModified )); in DataEditor()
100 aMiscOptions.AddListenerLink( LINK( this, DataEditor, MiscHdl ) ); in DataEditor()
123 DataEditor::~DataEditor() in ~DataEditor()
128 aMiscOptions.RemoveListenerLink( LINK( this, DataEditor, MiscHdl ) ); in ~DataEditor()
134 IMPL_LINK( DataEditor, ToolboxHdl, void *, EMPTYARG ) in IMPL_LINK() argument
165 IMPL_LINK( DataEditor, BrowserCursorMovedHdl, void *, EMPTYARG ) in IMPL_LINK() argument
185 void DataEditor::SetReadOnly( bool bReadOnly ) in SetReadOnly()
202 IMPL_LINK( DataEditor, MiscHdl, void*, EMPTYARG ) in IMPL_LINK() argument
212 IMPL_LINK( DataEditor, CellModified, void*, EMPTYARG ) in IMPL_LINK() argument
229 void DataEditor::UpdateData() in UpdateData()
294 void DataEditor::AdaptBrowseBoxSize() in AdaptBrowseBoxSize()
305 void DataEditor::Resize() in Resize()
312 sal_Bool DataEditor::Close() in Close()
320 bool DataEditor::ApplyChangesToModel() in ApplyChangesToModel()
326 void DataEditor::ApplyImageList() in ApplyImageList()
340 void DataEditor::notifySystemWindow( in notifySystemWindow()