Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1141 else if( !rOp.CanRead() ) in Compute()
1150 *this = rOp; in Compute()
1168 rOp.Get( aR ); in Compute()
1170 if( rOp.GetType() == SbxEMPTY ) in Compute()
1217 if( rOp.Get( aR ) ) in Compute()
1303 if( rOp.Get( aR ) ) in Compute()
1353 if( rOp.Get( aR ) ) in Compute()
1410 if( rOp.Get( aR ) ) in Compute()
1490 && ( GetType() == SbxSTRING && rOp.GetType() != SbxSTRING && rOp.IsNumeric() ) in Compare()
1548 rOp.Get( aR ); in Compare()
[all …]
/trunk/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()
/trunk/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 );

Completed in 120 milliseconds