Lines Matching refs:ScCompiler

104 CharClass*                          ScCompiler::pCharClassEnglish = NULL;
105 const ScCompiler::Convention* ScCompiler::pConventions[ ] = { NULL, NULL, NULL, NULL, NULL,…
139 void ScCompiler::fillFromAddInMap( NonConstOpCodeMapPtr xMap,FormulaGrammar::Grammar _eGrammar ) c… in fillFromAddInMap()
167 void ScCompiler::fillFromAddInCollectionUpperName( NonConstOpCodeMapPtr xMap ) const in fillFromAddInCollectionUpperName()
180 void ScCompiler::fillFromAddInCollectionEnglishName( NonConstOpCodeMapPtr xMap ) const in fillFromAddInCollectionEnglishName()
237 ScCompiler::OpCodeMapPtr xPODF = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
239 ScCompiler::OpCodeMapPtr xODFF = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
241 ScCompiler::OpCodeMapPtr xENUS = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
286 void ScCompiler::DeInit() in DeInit()
295 bool ScCompiler::IsEnglishSymbol( const String& rName ) in IsEnglishSymbol()
301 OpCode eOp = ScCompiler::GetEnglishOpCode( aUpper ); in IsEnglishSymbol()
323 void ScCompiler::InitCharClassEnglish() in InitCharClassEnglish()
334 void ScCompiler::SetGrammar( const FormulaGrammar::Grammar eGrammar ) in SetGrammar()
368 void ScCompiler::SetEncodeUrlMode( EncodeUrlMode eMode ) in SetEncodeUrlMode()
373 ScCompiler::EncodeUrlMode ScCompiler::GetEncodeUrlMode() const in GetEncodeUrlMode()
378 void ScCompiler::SetFormulaLanguage( const ScCompiler::OpCodeMapPtr & xMap ) in SetFormulaLanguage()
396 void ScCompiler::SetGrammarAndRefConvention( in SetGrammarAndRefConvention()
412 String ScCompiler::FindAddInFunction( const String& rUpperName, sal_Bool bLocalFirst ) const in FindAddInFunction()
422 ScCompiler::OpCodeMapPtr xMap = ScCompiler::GetOpCodeMap( FormulaLanguage::ODFF); in dbg_call_testcreatemapping()
429 ScCompiler::Convention::~Convention() in ~Convention()
435 ScCompiler::Convention::Convention( FormulaGrammar::AddressConvention eConv ) in Convention()
442 ScCompiler::pConventions[ meConv ] = this; in Convention()
801 struct Convention_A1 : public ScCompiler::Convention
803 Convention_A1( FormulaGrammar::AddressConvention eConv ) : ScCompiler::Convention( eConv ) { } in Convention_A1()
847 static String MakeTabStr( const ScCompiler& rComp, SCTAB nTab, String& aDoc ) in MakeTabStr()
855 xub_StrLen nPos = ScCompiler::GetDocTabPos( aString); in MakeTabStr()
865 ScCompiler::CheckTabQuotes( aString, FormulaGrammar::CONV_OOO ); in MakeTabStr()
872 const ScCompiler& rComp, in MakeRefStrImpl()
961 const ScCompiler& rComp, in MakeRefStr()
972 case ScCompiler::Convention::ABS_SHEET_PREFIX: in getSpecialSymbol()
974 case ScCompiler::Convention::SHEET_SEPARATOR: in getSpecialSymbol()
1033 void makeExternalRefStrImpl( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStrImpl()
1046 case ScCompiler::ENCODE_BY_GRAMMAR: in makeExternalRefStrImpl()
1049 case ScCompiler::ENCODE_ALWAYS: in makeExternalRefStrImpl()
1052 case ScCompiler::ENCODE_NEVER: in makeExternalRefStrImpl()
1063 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1070 void makeExternalRefStrImpl( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStrImpl()
1083 case ScCompiler::ENCODE_BY_GRAMMAR: in makeExternalRefStrImpl()
1086 case ScCompiler::ENCODE_ALWAYS: in makeExternalRefStrImpl()
1089 case ScCompiler::ENCODE_NEVER: in makeExternalRefStrImpl()
1130 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1140 const ScCompiler::Convention * const ScCompiler::pConvOOO_A1 = &ConvOOO_A1;
1148 const ScCompiler& rComp, in MakeRefStr()
1160 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1167 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1176 const ScCompiler::Convention * const ScCompiler::pConvOOO_A1_ODF = &ConvOOO_A1_ODF;
1182 static bool GetDocAndTab( const ScCompiler& rComp, in GetDocAndTab()
1198 xub_StrLen nPos = ScCompiler::GetDocTabPos( rTabName); in GetDocAndTab()
1211 ScCompiler::CheckTabQuotes( rTabName, FormulaGrammar::CONV_XL_A1 ); in GetDocAndTab()
1216 const ScCompiler& rComp, in MakeDocStr()
1258 static sal_Unicode getSpecialSymbol( ScCompiler::Convention::SpecialSymbolType eSymType ) in getSpecialSymbol()
1262 case ScCompiler::Convention::ABS_SHEET_PREFIX: in getSpecialSymbol()
1264 case ScCompiler::Convention::SHEET_SEPARATOR: in getSpecialSymbol()
1402 const ScCompiler& rComp, in MakeRefStr()
1497 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1515 rBuffer, *pFullName, rCompiler.GetEncodeUrlMode() == ScCompiler::ENCODE_ALWAYS); in makeExternalRefStr()
1522 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1539 rBuffer, *pFullName, rCompiler.GetEncodeUrlMode() == ScCompiler::ENCODE_ALWAYS); in makeExternalRefStr()
1553 const ScCompiler::Convention * const ScCompiler::pConvXL_A1 = &ConvXL_A1;
1562 const ScCompiler::Convention * const ScCompiler::pConvXL_OOX = &ConvXL_OOX;
1600 struct ConventionXL_R1C1 : public ScCompiler::Convention, public ConventionXL
1602 ConventionXL_R1C1() : ScCompiler::Convention( FormulaGrammar::CONV_XL_R1C1 ) { } in ConventionXL_R1C1()
1604 const ScCompiler& rComp, in MakeRefStr()
1703 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1721 rBuffer, *pFullName, rCompiler.GetEncodeUrlMode() == ScCompiler::ENCODE_ALWAYS); in makeExternalRefStr()
1729 virtual void makeExternalRefStr( ::rtl::OUStringBuffer& rBuffer, const ScCompiler& rCompiler, in makeExternalRefStr()
1746 rBuffer, *pFullName, rCompiler.GetEncodeUrlMode() == ScCompiler::ENCODE_ALWAYS); in makeExternalRefStr()
1787 const ScCompiler::Convention * const ScCompiler::pConvXL_R1C1 = &ConvXL_R1C1;
1790 ScCompiler::ScCompiler( ScDocument* pDocument, const ScAddress& rPos,ScTokenArray& rArr) in ScCompiler() function in ScCompiler
1806 ScCompiler::ScCompiler( ScDocument* pDocument, const ScAddress& rPos) in ScCompiler() function in ScCompiler
1822 void ScCompiler::CheckTabQuotes( String& rString, in CheckTabQuotes()
1865 xub_StrLen ScCompiler::GetDocTabPos( const String& rString ) in GetDocTabPos()
1878 void ScCompiler::SetRefConvention( FormulaGrammar::AddressConvention eConv ) in SetRefConvention()
1892 void ScCompiler::SetRefConvention( const ScCompiler::Convention *pConvP ) in SetRefConvention()
1900 void ScCompiler::SetError(sal_uInt16 nError) in SetError()
1955 xub_StrLen ScCompiler::NextSymbol(bool bInArray) in NextSymbol()
1975 sal_Unicode cSheetPrefix = pConv->getSpecialSymbol(ScCompiler::Convention::ABS_SHEET_PREFIX); in NextSymbol()
1976 sal_Unicode cSheetSep = pConv->getSpecialSymbol(ScCompiler::Convention::SHEET_SEPARATOR); in NextSymbol()
2490 sal_Bool ScCompiler::IsOpCode( const String& rName, bool bInArray ) in IsOpCode()
2605 sal_Bool ScCompiler::IsOpCode2( const String& rName ) in IsOpCode2()
2622 sal_Bool ScCompiler::IsValue( const String& rSym ) in IsValue()
2666 sal_Bool ScCompiler::IsString() in IsString()
2690 sal_Bool ScCompiler::IsPredetectedReference( const String& rName ) in IsPredetectedReference()
2742 sal_Bool ScCompiler::IsDoubleReference( const String& rName ) in IsDoubleReference()
2784 sal_Bool ScCompiler::IsSingleReference( const String& rName ) in IsSingleReference()
2830 sal_Bool ScCompiler::IsReference( const String& rName ) in IsReference()
2922 sal_Bool ScCompiler::IsMacro( const String& rName ) in IsMacro()
2961 sal_Bool ScCompiler::IsNamedRange( const String& rUpperName ) in IsNamedRange()
2987 bool ScCompiler::IsExternalNamedRange( const String& rSymbol ) in IsExternalNamedRange()
3024 sal_Bool ScCompiler::IsDBRange( const String& rName ) in IsDBRange()
3041 sal_Bool ScCompiler::IsColRowName( const String& rName ) in IsColRowName()
3327 sal_Bool ScCompiler::IsBoolean( const String& rName ) in IsBoolean()
3345 void ScCompiler::AutoCorrectParsedSymbol() in AutoCorrectParsedSymbol()
3554 sal_Bool ScCompiler::NextNewToken( bool bInArray ) in NextNewToken()
3725 void ScCompiler::CreateStringFromXMLTokenArray( String& rFormula, String& rFormulaNmsp ) in CreateStringFromXMLTokenArray()
3740 ScTokenArray* ScCompiler::CompileString( const String& rFormula ) in CompileString()
3953 ScTokenArray* ScCompiler::CompileString( const String& rFormula, const String& rFormulaNmsp ) in CompileString()
3981 sal_Bool ScCompiler::HandleRange() in HandleRange()
4035 sal_Bool ScCompiler::HandleExternalReference(const FormulaToken& _aToken) in HandleExternalReference()
4100 sal_Bool ScCompiler::HasModifiedRange() in HasModifiedRange()
4144 void ScCompiler::SetRelNameReference() in SetRelNameReference()
4164 void ScCompiler::MoveRelWrap( SCCOL nMaxCol, SCROW nMaxRow ) in MoveRelWrap()
4180 void ScCompiler::MoveRelWrap( ScTokenArray& rArr, ScDocument* pDoc, const ScAddress& rPos, in MoveRelWrap()
4194 ScRangeData* ScCompiler::UpdateReference(UpdateRefMode eUpdateRefMode, in UpdateReference()
4444 sal_Bool ScCompiler::UpdateNameReference(UpdateRefMode eUpdateRefMode, in UpdateNameReference()
4491 void ScCompiler::UpdateSharedFormulaReference( UpdateRefMode eUpdateRefMode, in UpdateSharedFormulaReference()
4560 ScRangeData* ScCompiler::UpdateInsertTab( SCTAB nTable, sal_Bool bIsName ) in UpdateInsertTab()
4668 ScRangeData* ScCompiler::UpdateDeleteTab(SCTAB nTable, sal_Bool /* bIsMove */, sal_Bool bIsName, in UpdateDeleteTab()
4857 ScRangeData* ScCompiler::UpdateMoveTab( SCTAB nOldTab, SCTAB nNewTab, in UpdateMoveTab()
5041 void ScCompiler::CreateStringFromExternal(rtl::OUStringBuffer& rBuffer, FormulaToken* pTokenP) in CreateStringFromExternal()
5069 void ScCompiler::CreateStringFromMatrix( rtl::OUStringBuffer& rBuffer, in CreateStringFromMatrix()
5117 void ScCompiler::CreateStringFromSingleRef(rtl::OUStringBuffer& rBuffer,FormulaToken* _pTokenP) in CreateStringFromSingleRef()
5143 void ScCompiler::CreateStringFromDoubleRef(rtl::OUStringBuffer& rBuffer,FormulaToken* _pTokenP) in CreateStringFromDoubleRef()
5148 void ScCompiler::CreateStringFromIndex(rtl::OUStringBuffer& rBuffer,FormulaToken* _pTokenP) in CreateStringFromIndex()
5182 void ScCompiler::LocalizeString( String& rName ) in LocalizeString()
5187 sal_Bool ScCompiler::IsImportingXML() const in IsImportingXML()
5194 sal_Bool ScCompiler::EnQuote( String& rStr ) in EnQuote()
5212 sal_Unicode ScCompiler::GetNativeAddressSymbol( Convention::SpecialSymbolType eType ) const in GetNativeAddressSymbol()
5217 void ScCompiler::fillAddInToken(::std::vector< ::com::sun::star::sheet::FormulaOpCodeMapEntry >& _r… in fillAddInToken()
5247 sal_Bool ScCompiler::HandleSingleRef() in HandleSingleRef()
5456 sal_Bool ScCompiler::HandleDbData() in HandleDbData()
5483 return ScCompiler::GetNativeSymbol( eOp ); in GetScCompilerNativeSymbol()
5486 FormulaTokenRef ScCompiler::ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, bool … in ExtendRangeReference()