Searched defs:SwSbxValue (Results 1 – 1 of 1) sorted by relevance
114 class SwSbxValue : public SbxValue class121 SwSbxValue( long n = 0 ) : bVoid(false) { PutLong( n ); } in SwSbxValue() function in SwSbxValue122 SwSbxValue( const double& rD ) : bVoid(false) { PutDouble( rD ); } in SwSbxValue() function in SwSbxValue123 SwSbxValue( const SwSbxValue& rVal ) : in SwSbxValue() function in SwSbxValue
Completed in 12 milliseconds