Searched refs:aCell2 (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 3490 return (aCell1.nType == aCell2.nType); in IsCellTypeEqual() 3597 aCell1.bIsCovered == aCell2.bIsCovered && in IsCellEqual() 3598 !aCell1.bIsMatrixBase && !aCell2.bIsMatrixBase && in IsCellEqual() 3600 aCell1.bHasAnnotation == aCell2.bHasAnnotation && in IsCellEqual() 3601 !aCell1.bHasShape && !aCell2.bHasShape && in IsCellEqual() 3602 aCell1.bHasAreaLink == aCell2.bHasAreaLink && in IsCellEqual() 3607 (aCell2.aAreaLink.GetColCount() == 1) && in IsCellEqual() 3613 …if ((((aCell1.nStyleIndex == aCell2.nStyleIndex) && (aCell1.bIsAutoStyle == aCell2.bIsAutoStyle)) … in IsCellEqual() 3616 IsCellTypeEqual(aCell1, aCell2)) in IsCellEqual() 3632 if (!aCell2.bHasDoubleValue) in IsCellEqual() [all …]
|
H A D | xmlexprt.hxx | 190 sal_Bool IsCellTypeEqual (const ScMyCell& aCell1, const ScMyCell& aCell2) const; 197 sal_Bool IsCellEqual (ScMyCell& aCell1, ScMyCell& aCell2);
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 112 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 907 ScAddress aCell1, aCell2; in GetStringFromXMLRangeString() local 914 nRet = aCell2.Parse(aEndCell, pDoc, FormulaGrammar::CONV_OOO, &aExtInfo2); in GetStringFromXMLRangeString() 930 lcl_appendCellRangeAddress(aRetStr, pDoc, aCell1, aCell2, aExtInfo1, aExtInfo2); in GetStringFromXMLRangeString()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 632 …static const ::rtl::OString aCell2("\\clbrdrl\\brdrs\\brdrcf2\\clbrdrt\\brdrs\\brdrcf2\\clbrdrb\\b… in appendRow() local 637 (*m_pStream) << aCell2; in appendRow()
|
Completed in 215 milliseconds