Searched refs:xUpperLeft (Results 1 – 2 of 2) sorted by relevance
324 formula::FormulaConstTokenRef xUpperLeft; member in ScMatrixCellResultToken328 xMatrix( pMat), xUpperLeft( pUL) {} in ScMatrixCellResultToken()331 xUpperLeft( r.xUpperLeft ) {} in ScMatrixCellResultToken()339 return xUpperLeft ? in GetUpperLeftType()340 xUpperLeft->GetType() : in GetUpperLeftType()343 inline formula::FormulaConstTokenRef GetUpperLeftToken() const { return xUpperLeft; } in GetUpperLeftToken()347 xUpperLeft = r.xUpperLeft; in Assign()369 if (xUpperLeft) in ScMatrixFormulaCellToken()370 xUpperLeft = xUpperLeft->Clone(); in ScMatrixFormulaCellToken()412 xUpperLeft = NULL; in ResetResult()
1073 double ScMatrixCellResultToken::GetDouble() const { return xUpperLeft->GetDouble(); } in GetDouble()1074 const String & ScMatrixCellResultToken::GetString() const { return xUpperLeft->GetString(); } in GetString()1085 xUpperLeft == static_cast<const ScMatrixCellResultToken &>(r).xUpperLeft && in operator ==()1108 xUpperLeft = NULL; in Assign()1113 xUpperLeft = &r; in Assign()1123 const_cast<FormulaToken*>(xUpperLeft.get())->GetDoubleAsReference() = f; in SetUpperLeftDouble()1126 if (!xUpperLeft) in SetUpperLeftDouble()1128 xUpperLeft = new FormulaDoubleToken( f); in SetUpperLeftDouble()
Completed in 23 milliseconds