Home
last modified time | relevance | path

Searched refs:aCell1 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3488 sal_Bool ScXMLExport::IsCellTypeEqual (const ScMyCell& aCell1, const ScMyCell& aCell2) const in IsCellTypeEqual() argument
3490 return (aCell1.nType == aCell2.nType); in IsCellTypeEqual()
3589 sal_Bool ScXMLExport::IsCellEqual (ScMyCell& aCell1, ScMyCell& aCell2) in IsCellEqual() argument
3592 ScUnoConversion::FillScAddress( aCellPos1, aCell1.aCellAddress ); in IsCellEqual()
3596 if( !aCell1.bIsMergedBase && !aCell2.bIsMergedBase && in IsCellEqual()
3597 aCell1.bIsCovered == aCell2.bIsCovered && in IsCellEqual()
3598 !aCell1.bIsMatrixBase && !aCell2.bIsMatrixBase && in IsCellEqual()
3599 aCell1.bIsMatrixCovered == aCell2.bIsMatrixCovered && in IsCellEqual()
3600 aCell1.bHasAnnotation == aCell2.bHasAnnotation && in IsCellEqual()
3601 !aCell1.bHasShape && !aCell2.bHasShape && in IsCellEqual()
[all …]
H A Dxmlexprt.hxx190 sal_Bool IsCellTypeEqual (const ScMyCell& aCell1, const ScMyCell& aCell2) const;
197 sal_Bool IsCellEqual (ScMyCell& aCell1, ScMyCell& aCell2);
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx112 sal_Int8 CompareCell(const ScAddress& aCell1, const ScAddress& aCell2);
315 sal_Int8 ScNotesChilds::CompareCell(const ScAddress& aCell1, const ScAddress& aCell2) in CompareCell() argument
317 DBG_ASSERT(aCell1.Tab() == aCell2.Tab(), "the notes should be on the same table"); in CompareCell()
319 if (aCell1 != aCell2) in CompareCell()
321 if (aCell1.Row() == aCell2.Row()) in CompareCell()
322 nResult = (aCell1.Col() < aCell2.Col()) ? -1 : 1; in CompareCell()
324 nResult = (aCell1.Row() < aCell2.Row()) ? -1 : 1; in CompareCell()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx907 ScAddress aCell1, aCell2; in GetStringFromXMLRangeString() local
909 sal_uInt16 nRet = aCell1.Parse(aBeginCell, pDoc, FormulaGrammar::CONV_OOO, &aExtInfo1); in GetStringFromXMLRangeString()
930 lcl_appendCellRangeAddress(aRetStr, pDoc, aCell1, aCell2, aExtInfo1, aExtInfo2); in GetStringFromXMLRangeString()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx496 …::rtl::OString aCell1("\\clbrdrl\\brdrs\\brdrcf0\\clbrdrt\\brdrs\\brdrcf0\\clbrdrb\\brdrs\\brdrcf0… in Write()
519 (*m_pStream) << aCell1; in Write()