Home
last modified time | relevance | path

Searched refs:rToken (Results 126 – 150 of 190) sorted by relevance

12345678

/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dproto.h350 extern set rToken( TokNode *, int, set * );
631 extern set rToken();
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dproto.h350 extern set rToken( TokNode *, int, set * );
631 extern set rToken();
/dports/devel/cccc/cccc-3.1.6/pccts/antlr/
H A Dproto.h328 extern set rToken( TokNode *, int, set * );
586 extern set rToken();
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dproto.h350 extern set rToken( TokNode *, int, set * );
631 extern set rToken();
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmluconv.hxx69 bool getNextToken( std::u16string_view& rToken );
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dr.c208 } rToken; typedef
210 #define R(TOKEN) ((rToken *)TOKEN)
224 .extraSpace = sizeof (rToken) - sizeof (tokenInfo),
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx162 for (auto & rToken : maTokens) in clear() local
163 rToken.reset(); in clear()
825 void operator() (const ScTokenRef& rToken) in operator ()() argument
829 aCompiler.CreateStringFromToken(aStr, rToken.get()); in operator ()()
868 void operator() (const ScTokenRef& rToken) in operator ()() argument
876 bool bValidToken = splitRangeToken(*mpDoc, rToken, aStart, aEnd); in operator ()()
3305 const formula::FormulaToken& rToken = *m_aTokens[0]; in getPropertyValue() local
3306 bHasStringLabel = rToken.GetType() == formula::svString; in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx161 for (auto & rToken : maTokens) in clear() local
162 rToken.reset(); in clear()
824 void operator() (const ScTokenRef& rToken) in operator ()() argument
828 aCompiler.CreateStringFromToken(aStr, rToken.get()); in operator ()()
867 void operator() (const ScTokenRef& rToken) in operator ()() argument
875 bool bValidToken = splitRangeToken(rToken, aStart, aEnd); in operator ()()
3306 const formula::FormulaToken& rToken = *m_aTokens[0]; in getPropertyValue() local
3307 bHasStringLabel = rToken.GetType() == formula::svString; in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dformulacell.cxx423 bool lcl_isReference(const FormulaToken& rToken) in lcl_isReference() argument
426 rToken.GetType() == svSingleRef || in lcl_isReference()
427 rToken.GetType() == svDoubleRef; in lcl_isReference()
5261 …ScFormulaCell* pCell, ScDocument& rDoc, const ScAddress& rPos, const formula::FormulaToken& rToken) in startListeningArea() argument
5263 const ScSingleRefData& rRef1 = *rToken.GetSingleRef(); in startListeningArea()
5264 const ScSingleRefData& rRef2 = *rToken.GetSingleRef2(); in startListeningArea()
5270 if (rToken.GetOpCode() == ocColRowNameAuto) in startListeningArea()
5373 …ScFormulaCell* pCell, ScDocument& rDoc, const ScAddress& rPos, const formula::FormulaToken& rToken) in endListeningArea() argument
5375 const ScSingleRefData& rRef1 = *rToken.GetSingleRef(); in endListeningArea()
5376 const ScSingleRefData& rRef2 = *rToken.GetSingleRef2(); in endListeningArea()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dformulacell.cxx418 bool lcl_isReference(const FormulaToken& rToken) in lcl_isReference() argument
421 rToken.GetType() == svSingleRef || in lcl_isReference()
422 rToken.GetType() == svDoubleRef; in lcl_isReference()
5203 …ScFormulaCell* pCell, ScDocument& rDoc, const ScAddress& rPos, const formula::FormulaToken& rToken) in startListeningArea() argument
5205 const ScSingleRefData& rRef1 = *rToken.GetSingleRef(); in startListeningArea()
5206 const ScSingleRefData& rRef2 = *rToken.GetSingleRef2(); in startListeningArea()
5211 if (rToken.GetOpCode() == ocColRowNameAuto) in startListeningArea()
5315 …ScFormulaCell* pCell, ScDocument& rDoc, const ScAddress& rPos, const formula::FormulaToken& rToken) in endListeningArea() argument
5317 const ScSingleRefData& rRef1 = *rToken.GetSingleRef(); in endListeningArea()
5318 const ScSingleRefData& rRef2 = *rToken.GetSingleRef2(); in endListeningArea()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A Dtokenarray.hxx445 const css::sheet::FormulaToken& rToken, svl::SharedStringPool& rSPool,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/formula/
H A Dtokenarray.hxx445 const css::sheet::FormulaToken& rToken, svl::SharedStringPool& rSPool,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dformulaparser.cxx398 bool FormulaFinalizer::appendFinalToken( const ApiToken& rToken ) in appendFinalToken() argument
401 bool bValid = (rToken.OpCode != OPCODE_MACRO) || rToken.Data.hasValue(); in appendFinalToken()
404 maTokens.push_back( rToken ); in appendFinalToken()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dformulaparser.cxx399 bool FormulaFinalizer::appendFinalToken( const ApiToken& rToken ) in appendFinalToken() argument
402 bool bValid = (rToken.OpCode != OPCODE_MACRO) || rToken.Data.hasValue(); in appendFinalToken()
405 maTokens.push_back( rToken ); in appendFinalToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/inc/
H A Dinterpre.hxx362 …void PopExternalSingleRef(ScExternalRefCache::TokenRef& rToken, ScExternalRefCache::CellFormat* pF…
366 … ScExternalRefCache::TokenRef& rToken, ScExternalRefCache::CellFormat* pFmt = nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/inc/
H A Dinterpre.hxx366 …void PopExternalSingleRef(ScExternalRefCache::TokenRef& rToken, ScExternalRefCache::CellFormat* pF…
370 … ScExternalRefCache::TokenRef& rToken, ScExternalRefCache::CellFormat* pFmt = nullptr);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dglobal.hxx629 const OUString& rTokenList, std::u16string_view rToken,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dglobal.hxx635 const OUString& rTokenList, const OUString& rToken,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxechart.cxx853 ScTokenArray& orArray, const FormulaToken& rToken, in lclAddDoubleRefData() argument
864 …OSL_ENSURE( (rToken.GetType() == ::formula::svDoubleRef) || (rToken.GetType() == ::formula::svExte… in lclAddDoubleRefData()
866 if( rToken.GetType() == ::formula::svExternalDoubleRef ) in lclAddDoubleRefData()
868 rToken.GetIndex(), rToken.GetString(), aComplexRef); in lclAddDoubleRefData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxechart.cxx853 ScTokenArray& orArray, const FormulaToken& rToken, in lclAddDoubleRefData() argument
864 …OSL_ENSURE( (rToken.GetType() == ::formula::svDoubleRef) || (rToken.GetType() == ::formula::svExte… in lclAddDoubleRefData()
866 if( rToken.GetType() == ::formula::svExternalDoubleRef ) in lclAddDoubleRefData()
868 rToken.GetIndex(), rToken.GetString(), aComplexRef); in lclAddDoubleRefData()
/dports/games/criticalmass/CriticalMass-1.5/game/
H A DSelectable.cpp865 Tokenizer rToken(resolutions, ","); in ResolutionSelectable() local
869 string nextRes = rToken.next(); in ResolutionSelectable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnumfi.cxx1945 static bool lcl_IsAtEnd( OUStringBuffer& rBuffer, const OUString& rToken ) in lcl_IsAtEnd() argument
1948 sal_Int32 nTokLen = rToken.getLength(); in lcl_IsAtEnd()
1955 if ( rToken[ nTokPos ] != rBuffer[nStartPos + nTokPos] ) in lcl_IsAtEnd()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlnumfi.cxx2099 static bool lcl_IsAtEnd( OUStringBuffer& rBuffer, const OUString& rToken ) in lcl_IsAtEnd() argument
2102 sal_Int32 nTokLen = rToken.getLength(); in lcl_IsAtEnd()
2109 if ( rToken[ nTokPos ] != rBuffer[nStartPos + nTokPos] ) in lcl_IsAtEnd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.hxx555 static sal_uInt16 GetCSS1Selector( const SwFormat *pFormat, OString& rToken,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.hxx543 static sal_uInt16 GetCSS1Selector( const SwFormat *pFormat, OString& rToken,

12345678