LibreOffice Module sc (master) 1
|
#include <convuno.hxx>
Static Public Member Functions | |
static LanguageType | GetLanguage (const css::lang::Locale &rLocale) |
static void | FillLocale (css::lang::Locale &rLocale, LanguageType eLang) |
static void | FillScAddress (ScAddress &rScAddress, const css::table::CellAddress &rApiAddress) |
static void | FillApiAddress (css::table::CellAddress &rApiAddress, const ScAddress &rScAddress) |
static void | FillScRange (ScRange &rScRange, const css::table::CellRangeAddress &rApiRange) |
static void | FillApiRange (css::table::CellRangeAddress &rApiRange, const ScRange &rScRange) |
static bool | Intersects (const css::table::CellRangeAddress &rApiARange1, const css::table::CellRangeAddress &rApiARange2) |
Returns true, if the passed ranges have at least one common cell. More... | |
static bool | Contains (const css::table::CellRangeAddress &rApiOuter, const css::table::CellRangeAddress &rApiInner) |
Returns true, if the passed range rApiInner is completely inside the passed range rApiOuter. More... | |
Definition at line 30 of file convuno.hxx.
|
inlinestatic |
Returns true, if the passed range rApiInner is completely inside the passed range rApiOuter.
Definition at line 107 of file convuno.hxx.
|
inlinestatic |
Definition at line 70 of file convuno.hxx.
References ScAddress::Col(), ScAddress::Row(), and ScAddress::Tab().
Referenced by XclImpControlHelper::ApplySheetLinkProps(), ScCompiler::CompileString(), ScAddressConversionObj::getPropertyValue(), and ScXMLSortContext::ScXMLSortContext().
|
inlinestatic |
Definition at line 87 of file convuno.hxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), ScAddress::Row(), and ScAddress::Tab().
Referenced by XclImpControlHelper::ApplySheetLinkProps(), getCellRangeAddressForVBARange(), ScLabelRangeObj::getDataArea(), ScAreaLinkObj::getDestArea(), ScChartObj::getFastPropertyValue(), ScLabelRangeObj::getLabelArea(), ScDataPilotTableObj::getOutputRangeByType(), ScTableSheetObj::getPrintAreas(), ScAddressConversionObj::getPropertyValue(), ScDatabaseRangeObj::getPropertyValue(), ScCellRangeObj::getRangeAddress(), ScDataPilotDescriptorBase::getSourceRange(), ScTableSheetObj::getTitleColumns(), ScTableSheetObj::getTitleRows(), ScVbaPageSetup::setPrintArea(), and oox::xls::AddressConverter::toApiSequence().
|
static |
Definition at line 41 of file convuno.cxx.
References LanguageTag::convertToLocale().
Referenced by ScModelObj::getPropertyValue().
|
inlinestatic |
Definition at line 63 of file convuno.hxx.
References ScAddress::Set().
Referenced by ScOptSolverDlg::CallSolver(), XclExpControlHelper::ConvertSheetLinks(), ScFormulaParserObj::parseFormula(), ScFormulaParserObj::printFormula(), ScAddressConversionObj::setPropertyValue(), and XclExpTbxControlObj::XclExpTbxControlObj().
|
inlinestatic |
Definition at line 79 of file convuno.hxx.
References ScRange::aEnd, ScRange::aStart, and ScAddress::Set().
Referenced by ScLabelRangesObj::addNew(), ScNamedRangesObj::addNewFromTitles(), ScVbaRange::AutoFill(), ScTableSheetObj::autoOutline(), ScVbaEventListener::changesOccurred(), XclExpControlHelper::ConvertSheetLinks(), ScTableSheetObj::copyRange(), ScCondFormatsObj::createByRange(), ScVbaPageSetup::getPrintArea(), getRangeForName(), ScTableSheetObj::group(), ScTableSheetObj::hideDetail(), ScTableSheetObj::insertCells(), lcl_makeXRangeFromSheetCellRanges(), ScAreaLinkObj::Modify_Impl(), ScTableSheetObj::moveRange(), ScVbaRange::PreviousNext(), ScTableSheetObj::removeRange(), ScLabelRangeObj::setDataArea(), ScChartObj::setFastPropertyValue_NoBroadcast(), ScLabelRangeObj::setLabelArea(), ScTableSheetObj::setPrintAreas(), ScAddressConversionObj::setPropertyValue(), ScDatabaseRangeObj::setPropertyValue(), ScCondFormatObj::setPropertyValue(), ScDataPilotDescriptorBase::setSourceRange(), ScTableSheetObj::setTitleColumns(), ScTableSheetObj::setTitleRows(), ScTableSheetObj::showDetail(), ScVbaRange::SpecialCells(), ScTableSheetObj::ungroup(), and XclExpWebQueryBuffer::XclExpWebQueryBuffer().
|
static |
or throw an exception?
Definition at line 28 of file convuno.cxx.
References LanguageTag::convertToLanguageType(), LANGUAGE_NONE, and LANGUAGE_SYSTEM.
Referenced by ScModelObj::setPropertyValue().
|
inlinestatic |
Returns true, if the passed ranges have at least one common cell.
Definition at line 98 of file convuno.hxx.