Searched refs:GetMatrixFlag (Results 1 – 16 of 16) sorted by relevance
114 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetBlockMatrixEdges()133 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetBlockMatrixEdges()182 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in HasSelectionMatrixFragment()205 if ( ((ScFormulaCell*)pCell)->GetMatrixFlag() in HasSelectionMatrixFragment()923 …if ( (pFmlaCell1 && (pFmlaCell1->GetMatrixFlag() != 0)) || (pFmlaCell2 && (pFmlaCell2->GetMatrixFl… in SwapRow()
1541 if ( GetMatrixFlag() != MM_NONE && aFormula.Len() ) in CompileDBFormula()1588 if ( GetMatrixFlag() != MM_NONE && aFormula.Len() ) in CompileNameFormula()
467 if ( bLast && pDestCell->GetMatrixFlag() ) in FillFormula()476 && ((ScFormulaCell*)pOrgCell)->GetMatrixFlag() == MM_FORMULA ) in FillFormula()
142 ((cMatrixFlag = ((ScFormulaCell*)pCell)->GetMatrixFlag()) == MM_REFERENCE)) in SearchCell()
1088 GetMatrixFlag() == MM_NONE && pCode->HasMatrixDoubleRefOps() ) in CalcAfterLoad()
51 inline sal_Bool GetMatrixFlag()const{ return bMatrix;} in GetMatrixFlag() function in formula::FormEditData
1856 switch ( pFCell->GetMatrixFlag() ) in Doc2Sylk()1868 if ( pFCell->GetMatrixFlag() != MM_NONE && in Doc2Sylk()1879 switch ( pFCell->GetMatrixFlag() ) in Doc2Sylk()
1041 eMatrix = ((const ScFormulaCell*)pCell)->GetMatrixFlag(); in MergeDocument()
430 sal_uInt8 GetMatrixFlag() const { return cMatrixFlag; } in GetMatrixFlag() function in ScFormulaCell
391 if(!isUserMatrix() && pFCell->GetMatrixFlag()) in calculateValue()
398 sal_uInt8 nMatrixFlag(pFormulaCell->GetMatrixFlag()); in WriteFormulaCell()
776 sal_uInt8 nMatrixFlag = static_cast<ScFormulaCell*>(pCell)->GetMatrixFlag(); in SetNewCell()
1804 switch ( ((const ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetContentCellType()2733 ((const ScFormulaCell*)pOldCell)->GetMatrixFlag() == MM_FORMULA ) in IsMatrixFormulaRangeDifferent()2736 ((const ScFormulaCell*)pNewCell)->GetMatrixFlag() == MM_FORMULA ) in IsMatrixFormulaRangeDifferent()
3310 sal_uInt8 cMatFlag = pMyFormulaCell->GetMatrixFlag(); in ScInterpreter()
1610 aBtnMatrix.Check(pData->GetMatrixFlag()); in Update()
855 if( !mxAddRec ) switch( static_cast< ScMatrixMode >( mrScFmlaCell.GetMatrixFlag() ) ) in XclExpFormulaCell()
Completed in 143 milliseconds