Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/xls/
H A Dformulaparser.hxx82 bool isEmptyParameter( const ApiToken* pToken, const ApiToken* pTokenEnd ) const;
/aoo4110/main/oox/source/xls/
H A Dformulaparser.cxx187 if( (nParamCount == 1) && isEmptyParameter( aParams[ 0 ] + 1, aParams[ 1 ] ) ) in processParameters()
235 bool bIsEmpty = isEmptyParameter( pParamBegin, pParamEnd ); in processParameters()
306 bool FormulaFinalizer::isEmptyParameter( const ApiToken* pToken, const ApiToken* pTokenEnd ) const in isEmptyParameter() function in oox::xls::FormulaFinalizer

Completed in 43 milliseconds