LibreOffice Module sc (master) 1
|
#include <config_features.h>
#include <basic/sberrors.hxx>
#include <scitems.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/request.hxx>
#include <basic/sbxcore.hxx>
#include <svl/whiter.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/stritem.hxx>
#include <svl/visitem.hxx>
#include <unotools/moduleoptions.hxx>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
#include <cellsh.hxx>
#include <dbdata.hxx>
#include <queryparam.hxx>
#include <tabvwsh.hxx>
#include <sc.hrc>
#include <globstr.hrc>
#include <scresid.hxx>
#include <global.hxx>
#include <scmod.hxx>
#include <docsh.hxx>
#include <document.hxx>
#include <uiitems.hxx>
#include <dbdocfun.hxx>
#include <reffact.hxx>
#include <utility>
#include <validat.hxx>
#include <validate.hxx>
#include <datamapper.hxx>
#include <scui_def.hxx>
#include <scabstdlg.hxx>
#include <impex.hxx>
#include <asciiopt.hxx>
#include <datastream.hxx>
#include <datastreamdlg.hxx>
#include <dataproviderdlg.hxx>
#include <queryentry.hxx>
#include <markdata.hxx>
#include <documentlinkmgr.hxx>
#include <officecfg/Office/Common.hxx>
#include <o3tl/make_shared.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
static bool | lcl_GetTextToColumnsRange (const ScViewData &rData, ScRange &rRange, bool bDoEmptyCheckOnly) |
static bool | lcl_GetSortParam (const ScViewData &rData, const ScSortParam &rSortParam) |
|
static |
Definition at line 128 of file cellsh2.cxx.
References ScTabView::AddHighlightRange(), ScRange::aEnd, ScRange::aStart, BTN_CURRENT_SELECTION, BTN_EXTEND_RANGE, ScDocShell::CancelAutoDBRange(), ScTabView::ClearHighlightRanges(), ScAddress::Col(), COL_LIGHTBLUE(), ScAbstractDialogFactory::Create(), ScAbstractDialogFactory::CreateScSortWarningDlg(), DIR_LEFT, DIR_TOP, ScRange::Format(), ScViewData::GetCurX(), ScViewData::GetCurY(), ScDocument::GetDataArea(), ScDBFunc::GetDBData(), ScViewData::GetDocShell(), ScViewData::GetDocument(), ScDocument::GetEmptyLinesInBlock(), SfxViewShell::GetFrameWeld(), ScViewData::GetTabNo(), ScViewData::GetViewShell(), comphelper::LibreOfficeKit::isActive(), ScTabView::MarkRange(), ScDocument::MaxRow(), ScSortParam::nCol1, ScSortParam::nCol2, nCount, ScSortParam::nRow1, ScSortParam::nRow2, ScRange::PutInOrder(), ScAddress::Row(), ScDBData::SetArea(), ScAddress::SetCol(), ScAddress::SetRow(), ScAddress::Tab(), and VALID.
Referenced by ScCellShell::ExecuteDB().
|
static |
Definition at line 74 of file cellsh2.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), ScViewData::GetCurX(), ScViewData::GetCurY(), ScViewData::GetDocument(), ScMarkData::GetMarkArea(), ScViewData::GetMarkData(), ScViewData::GetTabNo(), ScDocument::IsBlockEmpty(), ScMarkData::IsMarked(), ScMarkData::IsMultiMarked(), ScRange::PutInOrder(), ScAddress::Row(), ScAddress::SetRow(), ScDocument::ShrinkToUsedDataArea(), and ScAddress::Tab().
Referenced by ScCellShell::ExecuteDB(), and ScCellShell::GetDBState().