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.cxx3490 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 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()

Completed in 82 milliseconds