Searched refs:rCompl (Results 1 – 2 of 2) sorted by relevance
1843 sal_Bool Complex::ParseString( const STRING& rStr, Complex& rCompl ) in ParseString() argument1845 rCompl.c = '\0'; // do not force a symbol, if only real part present in ParseString()1851 rCompl.Num= double_complex ( 0.0, 1.0 ); in ParseString()1852 rCompl.c = *pStr; in ParseString()1869 rCompl.c = pStr[ 1 ]; in ParseString()1872 rCompl.Num = double_complex (f, ( *pStr == '+' )? 1.0 : -1.0 ); in ParseString()1878 rCompl.c = *pStr; in ParseString()1882 rCompl.Num = double_complex (r, f); in ParseString()1890 rCompl.c = *pStr; in ParseString()1894 rCompl.Num = double_complex (0.0, f); in ParseString()[all …]
1292 const ScComplexRefData& rCompl = ((const ScDoubleRefToken*)pToken)->GetDoubleRef(); in ImplGetReference() local1293 const ScSingleRefData& rRef1 = rCompl.Ref1; in ImplGetReference()1294 const ScSingleRefData& rRef2 = rCompl.Ref2; in ImplGetReference()
Completed in 30 milliseconds