Home
last modified time | relevance | path

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

/AOO42X/main/basic/source/sbx/
H A Dsbxvalue.cxx1130 sal_Bool SbxValue::Compute( SbxOperator eOp, const SbxValue& rOp ) in Compute() argument
1135 SbxDataType eOpType = rOp.GetType(); in Compute()
1141 else if( !rOp.CanRead() ) in Compute()
1150 *this = rOp; in Compute()
1168 rOp.Get( aR ); in Compute()
1170 if( rOp.GetType() == SbxEMPTY ) in Compute()
1189 else if( eOpType == SbxSTRING && rOp.IsFixed() ) in Compute()
1217 if( rOp.Get( aR ) ) in Compute()
1219 if( rOp.GetType() == SbxEMPTY ) in Compute()
1298 else if( ( GetType() == SbxDECIMAL || rOp.GetType() == SbxDECIMAL ) && in Compute()
[all …]
/AOO42X/main/oox/source/dump/
H A Ddumperbase.cxx928 void FormulaStack::pushOperand( const String& rOp, const OUString& rTokClass ) in pushOperand() argument
930 maFmlaStack.push( rOp ); in pushOperand()
934 void FormulaStack::pushOperand( const String& rOp ) in pushOperand() argument
936 pushOperand( rOp, OUString( OOX_DUMP_BASECLASS ) ); in pushOperand()
945 void FormulaStack::pushBinaryOp( const String& rOp ) in pushBinaryOp() argument
947 pushBinaryOp( maFmlaStack, rOp ); in pushBinaryOp()
948 pushBinaryOp( maClassStack, rOp ); in pushBinaryOp()
979 void FormulaStack::pushBinaryOp( StringStack& rStack, const OUString& rOp ) in pushBinaryOp() argument
988 rStack.top() = rStack.top() + rOp + aSecond; in pushBinaryOp()
991 void FormulaStack::pushFuncOp( StringStack& rStack, const OUString& rOp, sal_uInt8 nParamCount ) in pushFuncOp() argument
[all …]
H A Dxlsbdumper.cxx761 void FormulaObject::dumpBinaryOpToken( const String& rOp ) in dumpBinaryOpToken() argument
763 mxStack->pushBinaryOp( rOp ); in dumpBinaryOpToken()
H A Dbiffdumper.cxx1286 void FormulaObject::dumpBinaryOpToken( const String& rOp ) in dumpBinaryOpToken() argument
1288 mxStack->pushBinaryOp( rOp ); in dumpBinaryOpToken()
/AOO42X/main/oox/inc/oox/dump/
H A Ddumperbase.hxx483 void pushOperand( const String& rOp, const ::rtl::OUString& rTokClass );
484 void pushOperand( const String& rOp );
486 void pushBinaryOp( const String& rOp );
499 void pushBinaryOp( StringStack& rStack, const ::rtl::OUString& rOp );
500 …void pushFuncOp( StringStack& rStack, const ::rtl::OUString& rOp, sal_uInt8 nParamC…
H A Dxlsbdumper.hxx156 void dumpBinaryOpToken( const String& rOp );
H A Dbiffdumper.hxx347 void dumpBinaryOpToken( const String& rOp );