Searched refs:aCell1 (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() 3601 !aCell1.bHasShape && !aCell2.bHasShape && in IsCellEqual() 3605 if( (aCell1.bHasAreaLink && in IsCellEqual() 3609 !aCell1.bHasAreaLink ) in IsCellEqual() 3613 …if ((((aCell1.nStyleIndex == aCell2.nStyleIndex) && (aCell1.bIsAutoStyle == aCell2.bIsAutoStyle)) … in IsCellEqual() 3614 ((aCell1.nStyleIndex == aCell2.nStyleIndex) && (aCell1.nStyleIndex == -1))) && in IsCellEqual() 3616 IsCellTypeEqual(aCell1, aCell2)) in IsCellEqual() 3618 switch ( aCell1.nType ) in IsCellEqual() 3627 if(!aCell1.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 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()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 496 …::rtl::OString aCell1("\\clbrdrl\\brdrs\\brdrcf0\\clbrdrt\\brdrs\\brdrcf0\\clbrdrb\\brdrs\\brdrcf0… in Write() 519 (*m_pStream) << aCell1; in Write()
|
Completed in 70 milliseconds