Home
last modified time | relevance | path

Searched refs:pushReferenceOperand (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/xls/ !
H A Dformulaparser.cxx517 …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()
[all …]