Lines Matching refs:SwSbxValue
114 class SwSbxValue : public SbxValue class
121 SwSbxValue( long n = 0 ) : bVoid(false) { PutLong( n ); } in SwSbxValue() function in SwSbxValue
122 SwSbxValue( const double& rD ) : bVoid(false) { PutDouble( rD ); } in SwSbxValue() function in SwSbxValue
123 SwSbxValue( const SwSbxValue& rVal ) : in SwSbxValue() function in SwSbxValue
128 virtual ~SwSbxValue();
135 SwSbxValue& MakeDouble();
154 SwSbxValue nValue;
157 SwCalcExp( const String& rStr, const SwSbxValue& rVal,
179 SwSbxValue nLastLeft;
180 SwSbxValue nNumberValue;
196 SwSbxValue Expr();
197 SwSbxValue Term();
198 SwSbxValue Prim();
213 SwSbxValue Calculate( const String &rStr );
214 String GetStrResult( const SwSbxValue& rValue, sal_Bool bRound = sal_True );
219 void VarChange( const String& rStr, const SwSbxValue& rValue );