LibreOffice Module sc (master) 1
|
#include <condformatmgr.hxx>
Public Member Functions | |
ScCondFormatManagerWindow (weld::TreeView &rTreeView, ScDocument &rDoc, ScConditionalFormatList *pFormatList) | |
void | DeleteSelection () |
ScConditionalFormat * | GetSelection () |
Private Member Functions | |
void | Init () |
void | setColSizes () |
Private Attributes | |
weld::TreeView & | mrTreeView |
ScDocument & | mrDoc |
ScConditionalFormatList * | mpFormatList |
Definition at line 18 of file condformatmgr.hxx.
ScCondFormatManagerWindow::ScCondFormatManagerWindow | ( | weld::TreeView & | rTreeView, |
ScDocument & | rDoc, | ||
ScConditionalFormatList * | pFormatList | ||
) |
Definition at line 18 of file condformatmgr.cxx.
References weld::Widget::get_approximate_digit_width(), weld::TreeView::get_height_rows(), Init(), weld::TreeView::make_sorted(), mrTreeView, weld::TreeView::set_selection_mode(), weld::Widget::set_size_request(), and setColSizes().
void ScCondFormatManagerWindow::DeleteSelection | ( | ) |
Definition at line 57 of file condformatmgr.cxx.
References ScConditionalFormatList::erase(), weld::TreeView::get_id(), weld::TreeView::get_selected_rows(), mpFormatList, mrTreeView, nIndex, and weld::TreeView::remove().
ScConditionalFormat * ScCondFormatManagerWindow::GetSelection | ( | ) |
Definition at line 69 of file condformatmgr.cxx.
References weld::TreeView::get_id(), weld::TreeView::get_selected_index(), ScConditionalFormatList::GetFormat(), mpFormatList, mrTreeView, and nIndex.
|
private |
Definition at line 33 of file condformatmgr.cxx.
References weld::TreeView::append(), ScConditionalFormatList::empty(), ScRangeList::Format(), weld::Widget::freeze(), ScDocument::GetAddressConvention(), ScCondFormatHelper::GetExpression(), ScRangeList::GetTopLeftCorner(), mpFormatList, mrDoc, mrTreeView, weld::TreeView::select(), weld::TreeView::set_text(), weld::Widget::thaw(), and VALID.
Referenced by ScCondFormatManagerWindow().
|
private |
Definition at line 79 of file condformatmgr.cxx.
References weld::Widget::get_size_request(), mrTreeView, weld::TreeView::set_column_fixed_widths(), and Size::Width().
Referenced by ScCondFormatManagerWindow().
|
private |
Definition at line 26 of file condformatmgr.hxx.
Referenced by DeleteSelection(), GetSelection(), and Init().
|
private |
Definition at line 25 of file condformatmgr.hxx.
Referenced by Init().
|
private |
Definition at line 24 of file condformatmgr.hxx.
Referenced by DeleteSelection(), GetSelection(), Init(), ScCondFormatManagerWindow(), and setColSizes().