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()
150 static short ReadSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadSprm() argument153 short nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadSprm()157 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() argument160 sal_uInt16 nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadUSprm()164 static sal_uInt8 ReadBSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, sal_uInt8 nDefaultVal ) in ReadBSprm() argument167 sal_uInt8 nVal = ( pS ) ? SVBT8ToByte( pS ) : nDefaultVal; in ReadBSprm()
Completed in 27 milliseconds