Lines Matching refs:nInt
380 sal_Int32 nInt; // some temporary int value for float conversions in CommonTimeNodeContext() local
425 nInt = xAttribs->getOptionalValueToken( XML_fill, 0 ); in CommonTimeNodeContext()
426 if( nInt != 0 ) in CommonTimeNodeContext()
429 switch( nInt ) in CommonTimeNodeContext()
461 nInt = xAttribs->getOptionalValueToken( XML_masterRel, 0 ); in CommonTimeNodeContext()
462 if( nInt ) in CommonTimeNodeContext()
465 switch(nInt) in CommonTimeNodeContext()
480 nInt = xAttribs->getOptionalValueToken( XML_nodeType, 0 ); in CommonTimeNodeContext()
481 if( nInt != 0 ) in CommonTimeNodeContext()
484 switch( nInt ) in CommonTimeNodeContext()
515 nInt = xAttribs->getOptionalValueToken( XML_presetClass, 0 ); in CommonTimeNodeContext()
519 if( nInt != 0 ) in CommonTimeNodeContext()
522 switch( nInt ) in CommonTimeNodeContext()
578 nInt = xAttribs->getOptionalValueToken( XML_restart, 0 ); in CommonTimeNodeContext()
579 if( nInt != 0 ) in CommonTimeNodeContext()
583 switch( nInt ) in CommonTimeNodeContext()