LibreOffice Module sc (master)
1
|
#include <datatableview.hxx>
#include <document.hxx>
#include <utility>
#include <viewdata.hxx>
#include <output.hxx>
#include <fillinfo.hxx>
#include <table.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/seleng.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScDataTableView, ScrollHdl, ScrollBar *, pScrollBar, void) | |
Variables | |
constexpr double | nPPTX = 0.06666 |
constexpr double | nPPTY = 0.06666 |
constexpr sal_uInt16 | nRowHeaderWidth = 100 |
constexpr sal_uInt16 | nColHeaderHeight = 20 |
constexpr sal_uInt16 | nScrollBarSize = 10 |
IMPL_LINK | ( | ScDataTableView | , |
ScrollHdl | , | ||
ScrollBar * | , | ||
pScrollBar | , | ||
void | |||
) |
Definition at line 303 of file datatableview.cxx.
constexpr sal_uInt16 nColHeaderHeight = 20 |
Definition at line 38 of file datatableview.cxx.
Referenced by ScDataTableView::Paint(), ScDataTableView::Resize(), and ScDataTableView::ScDataTableView().
constexpr double nPPTX = 0.06666 |
Definition at line 34 of file datatableview.cxx.
Referenced by ScViewFunc::AdjustBlockHeight(), ScBlockUndo::AdjustHeight(), ScViewFunc::AdjustRowHeight(), ScOutputData::DrawEditParam::calcMargins(), ScDrawView::CalcNormScale(), ScTabView::CalcZoom(), ScDocShell::ConvertFrom(), convertPixelToLogical(), ScGridWindow::Draw(), ScTable::ExtendPrintArea(), ScDataTableColView::GetEntrySize(), ScDataTableRowView::GetEntrySize(), ScColumn::GetNeededSize(), ScViewFunc::GetOptimalColWidth(), ScColumn::GetOptimalColWidth(), ScViewData::GetPPTX(), ScGridWindow::GetRectsAnyFor(), ScInputHandler::GetReferenceMark(), ScAccessibleCellTextData::GetTextForwarder(), ScDocument::IdleCalcTextWidth(), ScGridWindow::IsCellCoveredByText(), lcl_DocStyleChanged(), lcl_DrawOneFrame(), lcl_GetOptimalColWidth(), ScTabView::MakeVisible(), ScTable::MaybeAddExtraColumn(), ScViewFunc::ModifyCellSize(), ScDataTableView::Paint(), ScGridWindow::Paint(), ScDrawView::RecalcScale(), ScUndoAutoFormat::Redo(), ScStyleFamilyObj::removeByName(), ScStyleObj::setAllPropertiesToDefault(), ScDataTableColView::SetEntrySize(), ScDataTableRowView::SetEntrySize(), ScStyleObj::setParentStyle(), ScStyleObj::setPropertyValue_Impl(), ScViewFunc::SetWidthOrHeight(), ScTable::StyleSheetChanged(), ScGridWindow::UpdateFormulas(), and ScEEImport::WriteToDocument().
constexpr double nPPTY = 0.06666 |
Definition at line 35 of file datatableview.cxx.
Referenced by ScViewFunc::AdjustBlockHeight(), ScBlockUndo::AdjustHeight(), ScViewFunc::AdjustRowHeight(), ScOutputData::DrawEditParam::calcMargins(), ScDrawView::CalcNormScale(), ScTabView::CalcZoom(), ScDocShell::ConvertFrom(), convertPixelToLogical(), ScGridWindow::Draw(), ScTable::ExtendPrintArea(), ScColumn::GetNeededSize(), ScViewFunc::GetOptimalColWidth(), ScViewData::GetPPTY(), ScGridWindow::GetRectsAnyFor(), ScInputHandler::GetReferenceMark(), ScAccessibleCellTextData::GetTextForwarder(), ScDocument::IdleCalcTextWidth(), ScGridWindow::IsCellCoveredByText(), lcl_DocStyleChanged(), lcl_DrawOneFrame(), lcl_GetOptimalColWidth(), ScTabView::MakeVisible(), ScViewFunc::ModifyCellSize(), ScDataTableView::Paint(), ScGridWindow::Paint(), ScDrawView::RecalcScale(), ScUndoAutoFormat::Redo(), ScStyleFamilyObj::removeByName(), ScStyleObj::setAllPropertiesToDefault(), ScStyleObj::setParentStyle(), ScStyleObj::setPropertyValue_Impl(), ScViewFunc::SetWidthOrHeight(), ScTable::StyleSheetChanged(), ScGridWindow::UpdateFormulas(), and ScEEImport::WriteToDocument().
constexpr sal_uInt16 nRowHeaderWidth = 100 |
Definition at line 37 of file datatableview.cxx.
Referenced by ScDataTableView::Paint(), ScDataTableView::Resize(), and ScDataTableView::ScDataTableView().
constexpr sal_uInt16 nScrollBarSize = 10 |
Definition at line 39 of file datatableview.cxx.
Referenced by ScTabView::DoResize(), ScDataTableView::Paint(), and ScDataTableView::Resize().