Searched refs:MM_NONE (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | table6.cxx | 136 sal_uInt8 cMatrixFlag = MM_NONE; in SearchCell() 144 || (cMatrixFlag != MM_NONE && !pUndoDoc) ) in SearchCell() 147 if ( cMatrixFlag == MM_NONE && rSearchItem.GetCommand() == SVX_SEARCHCMD_REPLACE ) in SearchCell() 217 else if ( cMatrixFlag != MM_NONE ) in SearchCell()
|
H A D | cell2.cxx | 1541 if ( GetMatrixFlag() != MM_NONE && aFormula.Len() ) in CompileDBFormula() 1588 if ( GetMatrixFlag() != MM_NONE && aFormula.Len() ) in CompileNameFormula()
|
H A D | cell.cxx | 635 cMatrixFlag ( MM_NONE ), in ScFormulaCell() 1088 GetMatrixFlag() == MM_NONE && pCode->HasMatrixDoubleRefOps() ) in CalcAfterLoad()
|
H A D | documen4.cxx | 286 formula::FormulaGrammar::GRAM_NATIVE, MM_NONE ); in InsertTableOp()
|
H A D | column3.cxx | 1296 eConv), MM_NONE ); in SetString()
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 280 MM_NONE = 0, // No matrix formula enumerator 336 sal_uInt8 = MM_NONE ); 345 sal_uInt8 cMatInd = MM_NONE );
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 49 nMatrixFlag(MM_NONE) in ScMyCellInfo() 789 if ( nMatrixFlag != MM_NONE ) in SetNewCell()
|
H A D | XMLTrackedChangesContext.cxx | 792 nMatrixFlag(MM_NONE), in ScXMLCellContentDeletionContext() 1340 nMatrixFlag(MM_NONE) in ScXMLPreviousContext()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 1038 sal_uInt8 eMatrix = MM_NONE; in MergeDocument() 1044 case MM_NONE : in MergeDocument()
|
H A D | impex.cxx | 1669 pDoc, aPos, pCode, eGrammar, MM_NONE); in Sylk2Doc() 1868 if ( pFCell->GetMatrixFlag() != MM_NONE && in Doc2Sylk()
|
H A D | docfunc.cxx | 1004 pNewCell = new ScFormulaCell( pDoc, rPos, pCode, eGrammar, MM_NONE ); in InterpretEnglishString()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 690 … &aTokenArr, formula::FormulaGrammar::GRAM_PODF_A1, (sal_uInt8)(mbArray ? MM_FORMULA : MM_NONE) ); in callFunction()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 267 … pArr,formula::FormulaGrammar::GRAM_DEFAULT, MM_NONE ); in DoRefConversion()
|
H A D | viewfunc.cxx | 568 ScFormulaCell aCell( pDoc, aPos, pArr,formula::FormulaGrammar::GRAM_DEFAULT, MM_NONE ); in EnterData()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1806 case MM_NONE : in GetContentCellType()
|
Completed in 162 milliseconds