Lines Matching refs:pushReferenceOperand
517 …bool pushReferenceOperand( const BinSingleRef2d& rRef, bool bDeleted, bool bRelativ…
518 …bool pushReferenceOperand( const BinComplexRef2d& rRef, bool bDeleted, bool bRelati…
520 …bool pushReferenceOperand( const LinkSheetRange& rSheetRange, const Type& rApiRef );
521 …bool pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinSingleRef2d&…
522 …bool pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinComplexRef2d…
965 bool FormulaParserImpl::pushReferenceOperand( const BinSingleRef2d& rRef, bool bDeleted, bool bRela… in pushReferenceOperand() function in oox::xls::FormulaParserImpl
972 bool FormulaParserImpl::pushReferenceOperand( const BinComplexRef2d& rRef, bool bDeleted, bool bRel… in pushReferenceOperand() function in oox::xls::FormulaParserImpl
980 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const Type& rApiRe… in pushReferenceOperand() function in oox::xls::FormulaParserImpl
992 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinSingleRef… in pushReferenceOperand() function in oox::xls::FormulaParserImpl
999 return pushReferenceOperand( rSheetRange, aApiRef ); in pushReferenceOperand()
1003 return pushReferenceOperand( rSheetRange, aApiRef ); in pushReferenceOperand()
1006 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinComplexRe… in pushReferenceOperand() function in oox::xls::FormulaParserImpl
1010 return pushReferenceOperand( rSheetRange, aApiRef ); in pushReferenceOperand()
1691 return pushReferenceOperand( aRef, bDeleted, bRelativeAsOffset ); in importRefToken()
1698 return pushReferenceOperand( aRef, bDeleted, bRelativeAsOffset ); in importAreaToken()
1706 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importRef3dToken()
1714 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importArea3dToken()
2438 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importRef3dToken5()
2446 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importRef3dToken8()
2454 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importArea3dToken5()
2462 return pushReferenceOperand( aSheetRange, aRef, bDeleted, bRelativeAsOffset ); in importArea3dToken8()
2681 …pushReferenceOperand( getExternalLinks().getSheetRange( mnCurrRefId, 0, 0 ), rRef, bDeleted, bRela… in pushBiffReference()
2682 pushReferenceOperand( rRef, bDeleted, bRelativeAsOffset ); in pushBiffReference()
2688 …pushReferenceOperand( getExternalLinks().getSheetRange( mnCurrRefId, 0, 0 ), rRef, bDeleted, bRela… in pushBiffReference()
2689 pushReferenceOperand( rRef, bDeleted, bRelativeAsOffset ); in pushBiffReference()
2730 return pushReferenceOperand( aRef, false, false ); in pushBiffNlrSRange()