Searched refs:SetRefConvention (Results 1 – 3 of 3) sorted by relevance
378 void SetRefConvention( const Convention *pConvP );379 void SetRefConvention( const formula::FormulaGrammar::AddressConvention eConv );
404 SetRefConvention( pDoc->GetAddressConvention()); in SetGrammarAndRefConvention()406 SetRefConvention( pConvOOO_A1); in SetGrammarAndRefConvention()409 SetRefConvention( eConv ); in SetGrammarAndRefConvention()1878 void ScCompiler::SetRefConvention( FormulaGrammar::AddressConvention eConv ) in SetRefConvention() function in ScCompiler1884 case FormulaGrammar::CONV_OOO : SetRefConvention( pConvOOO_A1 ); break; in SetRefConvention()1885 case FormulaGrammar::CONV_ODF : SetRefConvention( pConvOOO_A1_ODF ); break; in SetRefConvention()1886 case FormulaGrammar::CONV_XL_A1 : SetRefConvention( pConvXL_A1 ); break; in SetRefConvention()1887 case FormulaGrammar::CONV_XL_R1C1 : SetRefConvention( pConvXL_R1C1 ); break; in SetRefConvention()1888 case FormulaGrammar::CONV_XL_OOX : SetRefConvention( pConvXL_OOX ); break; in SetRefConvention()1892 void ScCompiler::SetRefConvention( const ScCompiler::Convention *pConvP ) in SetRefConvention() function in ScCompiler
123 rCompiler.SetRefConvention( eConv ); in SetCompilerFlags()
Completed in 47 milliseconds