Home
last modified time | relevance | path

Searched defs:SwSbxValue (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/inc/
H A Dcalc.hxx114 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

Completed in 14 milliseconds