Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx216 virtual sal_uInt16 getRequestedOperands() const; // Anzahl benoetigter Operanden
240 virtual sal_uInt16 getRequestedOperands() const;
266 virtual sal_uInt16 getRequestedOperands() const;
382 virtual sal_uInt16 getRequestedOperands() const;
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx214 sal_uInt16 OOperator::getRequestedOperands() const {return 2;} in getRequestedOperands() function in OOperator
257 sal_uInt16 OOp_NOT::getRequestedOperands() const in getRequestedOperands() function in OOp_NOT
278 sal_uInt16 OOp_ISNULL::getRequestedOperands() const in getRequestedOperands() function in OOp_ISNULL
512 sal_uInt16 OUnaryOperator::getRequestedOperands() const {return 1;} in getRequestedOperands() function in OUnaryOperator
H A Dfanalyzer.cxx243 if (pOperator->getRequestedOperands() == 2) // bei zwei Operatoren ist es moeglich in describeParam()

Completed in 20 milliseconds