Home
last modified time | relevance | path

Searched refs:sEndAddress (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drangeutl.cxx649 OUString sEndAddress(aEndAddress.Format(nFormatFlags, pDocument, eConv)); in GetStringFromRange() local
651 rString, sStartAddress + ":" + sEndAddress, bAppendStr, cSeparator); in GetStringFromRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drangeutl.cxx625 OUString sEndAddress(aEndAddress.Format(nFormatFlags, pDocument, eConv)); in GetStringFromRange() local
627 rString, sStartAddress + ":" + sEndAddress, bAppendStr, cSeparator); in GetStringFromRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.cxx3488 OUString sEndAddress; in WriteShapes() local
3489 …ScRangeStringConverter::GetStringFromAddress(sEndAddress, rShape.aEndAddress, pDoc, FormulaGrammar… in WriteShapes()
3490 AddAttribute(XML_NAMESPACE_TABLE, XML_END_CELL_ADDRESS, sEndAddress); in WriteShapes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.cxx3583 OUString sEndAddress; in WriteShapes() local
3584 …ScRangeStringConverter::GetStringFromAddress(sEndAddress, rShape.aEndAddress, pDoc, FormulaGrammar… in WriteShapes()
3585 AddAttribute(XML_NAMESPACE_TABLE, XML_END_CELL_ADDRESS, sEndAddress); in WriteShapes()