Searched refs:nDefaultVal (Results 1 – 2 of 2) sorted by relevance
137 short nDefaultVal, in GetValueToUse() argument140 short nRes = nDefaultVal; in GetValueToUse()168 nRes = nDefaultVal; in GetValueToUse()
149 static short ReadSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadSprm() argument152 short nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadSprm()156 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() argument159 sal_uInt16 nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadUSprm()163 static sal_uInt8 ReadBSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, sal_uInt8 nDefaultVal ) in ReadBSprm() argument166 sal_uInt8 nVal = ( pS ) ? SVBT8ToByte( pS ) : nDefaultVal; in ReadBSprm()