Home
last modified time | relevance | path

Searched refs:bIsMatrix (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlcelli.hxx85 bool bIsMatrix; member in ScXMLTableRowCellContext
H A Dxmlcelli.cxx131 bIsMatrix(false), in ScXMLTableRowCellContext()
175 bIsMatrix = true; in ScXMLTableRowCellContext()
179 bIsMatrix = true; in ScXMLTableRowCellContext()
1389 if(bIsMatrix) in AddFormulaCell()
H A DXMLTrackedChangesContext.cxx733 bool bIsMatrix(false); in ScXMLChangeCellContext() local
753 bIsMatrix = true; in ScXMLChangeCellContext()
757 bIsMatrix = true; in ScXMLChangeCellContext()
794 else if (bIsMatrix && nMatrixRows && nMatrixCols) in ScXMLChangeCellContext()
H A Dxmlexprt.cxx3166 const bool bIsMatrix(bIsFirstMatrixCell || aCell.bIsMatrixCovered); in WriteCell() local
3168 if (!bIsMatrix || bIsFirstMatrixCell) in WriteCell()
3180 if (!bIsMatrix) in WriteCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlcelli.hxx87 bool bIsMatrix; member in ScXMLTableRowCellContext
H A Dxmlcelli.cxx129 bIsMatrix(false), in ScXMLTableRowCellContext()
173 bIsMatrix = true; in ScXMLTableRowCellContext()
177 bIsMatrix = true; in ScXMLTableRowCellContext()
1405 if(bIsMatrix) in AddFormulaCell()
H A DXMLTrackedChangesContext.cxx779 bool bIsMatrix(false); in ScXMLChangeCellContext() local
799 bIsMatrix = true; in ScXMLChangeCellContext()
803 bIsMatrix = true; in ScXMLChangeCellContext()
840 else if (bIsMatrix && nMatrixRows && nMatrixCols) in ScXMLChangeCellContext()
H A Dxmlexprt.cxx3157 const bool bIsMatrix(bIsFirstMatrixCell || aCell.bIsMatrixCovered); in WriteCell() local
3159 if (!bIsMatrix || bIsFirstMatrixCell) in WriteCell()
3171 if (!bIsMatrix) in WriteCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr2.cxx1387 bool bIsMatrix = false; in ScIRR() local
1405 bIsMatrix = true; in ScIRR()
1427 if (bIsMatrix) in ScIRR()
1485 bool bIsMatrix = false; in ScMIRR() local
1501 bIsMatrix = true; in ScMIRR()
1524 if ( bIsMatrix ) in ScMIRR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr2.cxx1489 bool bIsMatrix = false; in ScMIRR() local
1505 bIsMatrix = true; in ScMIRR()
1528 if ( bIsMatrix ) in ScMIRR()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx2308 bool bIsMatrix = rDoc.GetMatrixFormulaRange(aPos, aMatRange); in checkMatrixRange() local
2309 CPPUNIT_ASSERT_MESSAGE("Matrix expected, but not found.", bIsMatrix); in checkMatrixRange()
2314 bIsMatrix = pCell->GetMatrixOrigin(rDoc, aMatOrigin); in checkMatrixRange()
2315 CPPUNIT_ASSERT_MESSAGE("Not a part of matrix formula.", bIsMatrix); in checkMatrixRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx2101 bool bIsMatrix = rDoc.GetMatrixFormulaRange(aPos, aMatRange); in checkMatrixRange() local
2102 CPPUNIT_ASSERT_MESSAGE("Matrix expected, but not found.", bIsMatrix); in checkMatrixRange()
2107 bIsMatrix = pCell->GetMatrixOrigin(aMatOrigin); in checkMatrixRange()
2108 CPPUNIT_ASSERT_MESSAGE("Not a part of matrix formula.", bIsMatrix); in checkMatrixRange()