Home
last modified time | relevance | path

Searched refs:eConv (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx464 FormulaGrammar::AddressConvention eConv, in GetAddressFromString() argument
483 FormulaGrammar::AddressConvention eConv, in GetRangeFromString() argument
535 FormulaGrammar::AddressConvention eConv, in GetRangeListFromString() argument
560 FormulaGrammar::AddressConvention eConv, in GetAreaFromString() argument
586 FormulaGrammar::AddressConvention eConv, in GetAddressFromString() argument
605 FormulaGrammar::AddressConvention eConv, in GetRangeFromString() argument
624 FormulaGrammar::AddressConvention eConv, in GetRangeListFromString() argument
652 FormulaGrammar::AddressConvention eConv, in GetStringFromAddress() argument
669 FormulaGrammar::AddressConvention eConv, in GetStringFromRange() argument
693 FormulaGrammar::AddressConvention eConv, in GetStringFromRangeList() argument
[all …]
H A Daddress.cxx49 eConv( pDoc->GetAddressConvention() ), in Details()
1187 switch (rDetails.eConv) in lcl_ScAddress_Parse()
1389 switch (rDetails.eConv) in Parse()
1436 switch (rDetails.eConv) in ParseCols()
1495 switch (rDetails.eConv) in ParseRows()
1667 ScCompiler::CheckTabQuotes( aTabName, rDetails.eConv); in Format()
1669 switch( rDetails.eConv ) in Format()
1695 switch( rDetails.eConv ) in Format()
1750 ScCompiler::CheckTabQuotes( rTabName, rDetails.eConv); in lcl_Split_DocTab()
1793 switch( rDetails.eConv ) { in Format()
[all …]
H A Drangelst.cxx58 formula::FormulaGrammar::AddressConvention eConv, in Parse() argument
90 sal_uInt16 nRes = aRange.Parse( aOne, pDoc, eConv ); in Parse()
103 formula::FormulaGrammar::AddressConvention eConv, in Format() argument
115 GetObject( nIdx )->Format( aStr, nFlags, pDoc, eConv ); in Format()
H A Dcompiler.cxx400 FormulaGrammar::AddressConvention eConv = FormulaGrammar::extractRefConvention( meGrammar); in SetGrammarAndRefConvention() local
409 SetRefConvention( eConv ); in SetGrammarAndRefConvention()
435 ScCompiler::Convention::Convention( FormulaGrammar::AddressConvention eConv ) in Convention() argument
437 meConv( eConv ) in Convention()
803 Convention_A1( FormulaGrammar::AddressConvention eConv ) : ScCompiler::Convention( eConv ) { } in Convention_A1()
846 ConventionOOO_A1( FormulaGrammar::AddressConvention eConv ) : Convention_A1 (eConv) { } in ConventionOOO_A1()
1389 ConventionXL_A1( FormulaGrammar::AddressConvention eConv ) : Convention_A1( eConv ) { } in ConventionXL_A1()
1823 const FormulaGrammar::AddressConvention eConv ) in CheckTabQuotes() argument
1832 switch ( eConv ) in CheckTabQuotes()
1878 void ScCompiler::SetRefConvention( FormulaGrammar::AddressConvention eConv ) in SetRefConvention() argument
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx207 rRef.Format( aStr, SCR_ABS, pDoc, eConv ); in SetReference()
320 pPrintRange->Format( aOne, SCR_ABS, pDoc, eConv ); in Impl_Reset()
362 aRange.Format(aRangeStr, SCR_ABS, pDoc, eConv); in Impl_GetItem()
395 sal_uInt16 nResult = aRange.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings()
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()
778 switch (eConv) in lcl_CheckRepeatOne()
893 rStart.Format(aTmpStr, nFmt, pDoc, eConv); in lcl_GetRepeatRangeString()
[all …]
/trunk/main/sc/inc/
H A Drangeutl.hxx147 formula::FormulaGrammar::AddressConvention eConv,
155 formula::FormulaGrammar::AddressConvention eConv,
163 formula::FormulaGrammar::AddressConvention eConv,
171 formula::FormulaGrammar::AddressConvention eConv,
181 formula::FormulaGrammar::AddressConvention eConv,
189 formula::FormulaGrammar::AddressConvention eConv,
197 formula::FormulaGrammar::AddressConvention eConv,
206 formula::FormulaGrammar::AddressConvention eConv,
214 formula::FormulaGrammar::AddressConvention eConv,
222 formula::FormulaGrammar::AddressConvention eConv,
[all …]
H A Dcompiler.hxx362 … const formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO );
383 void SetRefConvention( const formula::FormulaGrammar::AddressConvention eConv );
459 … const formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO ) in IsCharWordChar() argument
464 return pConventions[eConv] ? static_cast<sal_Bool>( in IsCharWordChar()
465 …(pConventions[eConv]->mpCharTable[ sal_uInt8(c) ] & SC_COMPILER_C_CHAR_WORD) == SC_COMPILER_C_CHAR… in IsCharWordChar()
476 … const formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO ) in IsWordChar() argument
481 return pConventions[eConv] ? static_cast<sal_Bool>( in IsWordChar()
482 … (pConventions[eConv]->mpCharTable[ sal_uInt8(c) ] & SC_COMPILER_C_WORD) == SC_COMPILER_C_WORD) : in IsWordChar()
H A Drangelst.hxx54 formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
57 formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
H A Daddress.hxx257 formula::FormulaGrammar::AddressConvention eConv; member
261 : eConv( eConvP ), nRow( nRowP ), nCol( nColP ) in Details()
264 : eConv( eConvP ), nRow( rAddr.Row() ), nCol( rAddr.Col() ) in Details()
267 : eConv( eConvP ), nRow( 0 ), nCol( 0 ) in Details()
H A Dreffind.hxx38 formula::FormulaGrammar::AddressConvention eConv; member in ScRefFinder
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx188 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Init() local
196 SCR_ABS_3D, pDoc, eConv ); in Init()
204 ).Format( aStr, SCA_ABS_3D, pDoc, eConv ); in Init()
237 aRange.Format( aStrArea, SCA_ABS_3D, pDoc, eConv ); in Init()
300 rRef.Format( aStr, nFmt, pDocP, eConv ); in SetReference()
302 rRef.aStart.Format( aStr, nFmt, pDocP, eConv ); in SetReference()
364 nTab, &theCompleteStr, NULL, NULL, eConv ); in VerifyEdit()
372 nTab, &theCompleteStr, NULL, eConv ); in VerifyEdit()
418 if ( pRangeUtil->IsAbsPos( aDestPosStr, pDoc, nTab, NULL, &aDestAddress, eConv ) ) in IMPL_LINK()
429 *pArea, pDoc, nTab, eConv ); in IMPL_LINK()
[all …]
H A Dsfiltdlg.cxx255 const formula::FormulaGrammar::AddressConvention eConv = pDocP->GetAddressConvention(); in SetReference() local
258 rRef.aStart.Format( aRefStr, SCA_ABS_3D, pDocP, eConv ); in SetReference()
260 rRef.Format( aRefStr, SCR_ABS_3D, pDocP, eConv ); in SetReference()
330 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in IMPL_LINK() local
339 sal_uInt16 nResult = theAdrCopy.Parse( theCopyStr, pDoc, eConv ); in IMPL_LINK()
354 sal_uInt16 nResult = ScRange().Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
372 sal_uInt16 nResult = theFilterArea.Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
H A Dfoptmgr.cxx145 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Init() local
147 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, eConv ); in Init()
162 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init()
211 ).Format( aString, SCA_ABS_3D, pDoc, eConv ); in Init()
H A Dtpsort.cxx655 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Init() local
669 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init()
684 ).Format( theArea, SCR_ABS, pDoc, eConv ); in Init()
/trunk/main/sc/source/ui/unoobj/
H A Daddruno.cxx68 …onObj::ParseUIString( const String& rUIString, ::formula::FormulaGrammar::AddressConvention eConv ) in ParseUIString() argument
77 sal_uInt16 nResult = aRange.ParseAny( rUIString, pDoc, eConv ); in ParseUIString()
91 sal_uInt16 nResult = aRange.aStart.Parse( rUIString, pDoc, eConv ); in ParseUIString()
193 … ::formula::FormulaGrammar::AddressConvention eConv = aNameStr.EqualsAscii( SC_UNONAME_XLA1REPR ) ? in setPropertyValue()
216 bSuccess = ParseUIString( aUIString, eConv ); in setPropertyValue()
271 … ::formula::FormulaGrammar::AddressConvention eConv = aNameStr.EqualsAscii( SC_UNONAME_XLA1REPR ) ? in getPropertyValue()
276 aRange.aStart.Format( aFormatStr, SCA_VALID | SCA_TAB_3D, pDoc, eConv ); in getPropertyValue()
283 if( eConv != ::formula::FormulaGrammar::CONV_XL_A1 ) in getPropertyValue()
285 aRange.aEnd.Format( aSecond, nFlags, pDoc, eConv ); in getPropertyValue()
H A Dtokenuno.cxx119 formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_UNSPECIFIED; in SetCompilerFlags() local
121 eConv = aConvMap[mnConv]; in SetCompilerFlags()
123 rCompiler.SetRefConvention( eConv ); in SetCompilerFlags()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabopdlg.cxx239 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in lcl_Parse() local
241 bRet = ConvertDoubleRef( pDoc, rString, nCurTab, rStart, rEnd, eConv ); in lcl_Parse()
244 bRet = ConvertSingleRef( pDoc, rString, nCurTab, rStart, eConv ); in lcl_Parse()
276 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in IMPL_LINK() local
280 theRowCell, eConv )) in IMPL_LINK()
294 theColCell, eConv )) in IMPL_LINK()
302 theFormulaCell, eConv ); in IMPL_LINK()
H A Dcrnrdlg.cxx278 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in SetColRowData() local
280 theCurArea.Format( aStr, SCR_ABS_3D, pDoc, eConv ); in SetColRowData()
288 theCurData.Format( aStr, SCR_ABS_3D, pDoc, eConv ); in SetColRowData()
646 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in UpdateRangeData() local
649 theCurArea.Format( aStr, SCR_ABS_3D, pDoc, eConv ); in UpdateRangeData()
656 theCurData.Format( aStr, SCR_ABS_3D, pDoc, eConv ); in UpdateRangeData()
774 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in IMPL_LINK_INLINE_END() local
777 … if ( (bOk1 = ((aRange1.ParseAny( aNewArea, pDoc, eConv ) & SCA_VALID) == SCA_VALID)) != sal_False in IMPL_LINK_INLINE_END()
778 && ((aRange2.ParseAny( aNewData, pDoc, eConv ) & SCA_VALID) == SCA_VALID) ) in IMPL_LINK_INLINE_END()
H A Dsolvrdlg.cxx235 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in IMPL_LINK() local
236 sal_uInt16 nRes1 = theFormulaCell .Parse( aEdFormulaCell.GetText(), pDoc, eConv ); in IMPL_LINK()
237 sal_uInt16 nRes2 = theVariableCell.Parse( aEdVariableCell.GetText(), pDoc, eConv ); in IMPL_LINK()
/trunk/main/formula/inc/formula/
H A Dgrammar.hxx202 static inline Grammar mergeToGrammar( const Grammar eGrammar, const AddressConvention eConv ) in mergeToGrammar() argument
207 ((eConv + kConventionOffset) << kConventionShift)); in mergeToGrammar()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1588 formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in lcl_GetInputType() local
1598 if ( aRange.Parse( rText, pDoc, eConv ) & SCA_VALID ) in lcl_GetInputType()
1600 else if ( aAddress.Parse( rText, pDoc, eConv ) & SCA_VALID ) in lcl_GetInputType()
1602 else if ( aRangeUtil.MakeRangeFromName( rText, pDoc, nTab, aRange, RUTL_NAMES, eConv ) ) in lcl_GetInputType()
1604 else if ( aRangeUtil.MakeRangeFromName( rText, pDoc, nTab, aRange, RUTL_DBASE, eConv ) ) in lcl_GetInputType()
/trunk/main/starmath/inc/
H A Dparse.hxx258 void SetConversion(SmConvert eConv) { m_eConversion = eConv; } in SetConversion() argument
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx666 const ScAddress::Convention eConv = pDoc->GetAddressConvention(); in Init() local
682 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init()
699 ).Format( theArea, SCR_ABS, pDoc, eConv ); in Init()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx99 void AppendOperand( sal_uInt16 nTokPos, XclFuncParamConv eConv, bool bValType );
102 void XclExpOperandList::AppendOperand( sal_uInt16 nTokPos, XclFuncParamConv eConv, bool bValType ) in AppendOperand() argument
107 rConvInfo.meConv = eConv; in AppendOperand()
674 XclFuncParamConv eConv = (rConvInfo.meConv == EXC_PARAMCONV_RPO) ? ePrevConv : rConvInfo.meConv; in RecalcTokenClass() local
678 switch( eConv ) in RecalcTokenClass()
760 RecalcTokenClass( *aIt, eConv, eClassConv, nTokClass == EXC_TOKCLASS_REF ); in RecalcTokenClass()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx315 formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Execute() local
316 if( aRangeUtil.MakeRangeFromName( aAddress, pDoc, nTab, aScRange, RUTL_NAMES, eConv ) || in Execute()
317 aRangeUtil.MakeRangeFromName( aAddress, pDoc, nTab, aScRange, RUTL_DBASE, eConv ) ) in Execute()

Completed in 154 milliseconds

12