Lines Matching refs:rText

733 sal_Bool ScDocFunc::SetNormalString( const ScAddress& rPos, const String& rText, sal_Bool bApi )  in SetNormalString()  argument
774 pDoc->SetString( rPos.Col(), rPos.Row(), rPos.Tab(), rText ); in SetNormalString()
780 ppOldCells, pHasFormat, pOldFormats, rText, NULL ) ); in SetNormalString()
974 ScTokenArray* lcl_ScDocFunc_CreateTokenArrayXML( const String& rText, const String& rFormulaNmsp, c… in lcl_ScDocFunc_CreateTokenArrayXML() argument
977 pCode->AddString( rText ); in lcl_ScDocFunc_CreateTokenArrayXML()
985 …const String& rText, const String& rFormulaNmsp, const formula::FormulaGrammar::Grammar eGrammar, … in InterpretEnglishString() argument
990 if ( rText.Len() > 1 && rText.GetChar(0) == '=' ) in InterpretEnglishString()
995 pCode = lcl_ScDocFunc_CreateTokenArrayXML( rText, rFormulaNmsp, eGrammar ); in InterpretEnglishString()
996 pDoc->IncXMLImportedFormulaCount( rText.Len() ); in InterpretEnglishString()
1002 pCode = aComp.CompileString( rText ); in InterpretEnglishString()
1007 else if ( rText.Len() > 1 && rText.GetChar(0) == '\'' ) in InterpretEnglishString()
1011 pNewCell = ScBaseCell::CreateTextCell( rText.Copy( 1 ), pDoc ); in InterpretEnglishString()
1018 if ( pFormatter->IsNumberFormat( rText, nEnglish, fVal ) ) in InterpretEnglishString()
1025 else if ( rText.Len() ) in InterpretEnglishString()
1026 pNewCell = ScBaseCell::CreateTextCell( rText, pDoc ); in InterpretEnglishString()
1036 sal_Bool ScDocFunc::SetCellText( const ScAddress& rPos, const String& rText, in SetCellText() argument
1055 pNewCell = InterpretEnglishString( rPos, rText, rFormulaNmsp, eGrammar ); in SetCellText()
1059 else if ( rText.Len() ) in SetCellText()
1062 pNewCell = ScBaseCell::CreateTextCell( rText, pDoc ); // immer Text in SetCellText()
1068 return SetNormalString( rPos, rText, bApi ); in SetCellText()
1094 bool ScDocFunc::SetNoteText( const ScAddress& rPos, const String& rText, sal_Bool bApi ) in SetNoteText() argument
1107 String aNewText = rText; in SetNoteText()