Lines Matching refs:eConv

203         const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention();  in SetReference()  local
207 rRef.Format( aStr, SCR_ABS, pDoc, eConv ); in SetReference()
310 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_Reset() local
320 pPrintRange->Format( aOne, SCR_ABS, pDoc, eConv ); in Impl_Reset()
360 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_GetItem() local
362 aRange.Format(aRangeStr, SCR_ABS, pDoc, eConv); in Impl_GetItem()
385 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_CheckRefStrings() local
395 sal_uInt16 nResult = aRange.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings()
398 sal_uInt16 nAddrResult = aAddr.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings()
447 formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_FillLists() local
450 aRange.Format( aStrRange, SCR_ABS, pDoc, eConv ); in Impl_FillLists()
455 aList->Format( aStrRange, SCR_ABS, pDoc, eConv ); in Impl_FillLists()
484 if ( aRange.ParseAny( aSymbol, pDoc, eConv ) & SCA_VALID ) in Impl_FillLists()
488 aRange.Format( aSymbol, SCR_ABS, pDoc, eConv ); in Impl_FillLists()
776 bool lcl_CheckRepeatOne( const String& rStr, formula::FormulaGrammar::AddressConvention eConv, bool… in lcl_CheckRepeatOne() argument
778 switch (eConv) in lcl_CheckRepeatOne()
799 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in lcl_CheckRepeatString() local
828 bool bRes = lcl_CheckRepeatOne(aBuf, eConv, bIsRow, nVal); in lcl_CheckRepeatString()
855 bool bRes = lcl_CheckRepeatOne(aBuf, eConv, bIsRow, nVal); in lcl_CheckRepeatString()
887 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in lcl_GetRepeatRangeString() local
893 rStart.Format(aTmpStr, nFmt, pDoc, eConv); in lcl_GetRepeatRangeString()
898 rEnd.Format(aTmpStr, nFmt, pDoc, eConv); in lcl_GetRepeatRangeString()