Home
last modified time | relevance | path

Searched refs:SetRefConvention (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/inc/
H A Dcompiler.hxx382 void SetRefConvention( const Convention *pConvP );
383 void SetRefConvention( const formula::FormulaGrammar::AddressConvention eConv );
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx404 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 ScCompiler
1884 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
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx123 rCompiler.SetRefConvention( eConv ); in SetCompilerFlags()

Completed in 49 milliseconds