Lines Matching defs:SPILength
100 * properties from the same object (e.g. SPILength sometimes needs to know font size) to
334 class SPILength : public SPIBase
338 SPILength()
345 SPILength( Glib::ustring const &name, float value = 0 )
353 virtual ~SPILength()
368 SPILength& operator=(const SPILength& rhs) {
395 class SPILengthOrNormal : public SPILength
400 : SPILength( "anonymous_length" ),
405 : SPILength( name, value ),
416 SPILength::clear();
424 SPILength::operator=(rhs);