Home
last modified time | relevance | path

Searched refs:nDefaultVal (Results 1 – 2 of 2) sorted by path

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java137 short nDefaultVal, in GetValueToUse() argument
140 short nRes = nDefaultVal; in GetValueToUse()
168 nRes = nDefaultVal; in GetValueToUse()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx150 static short ReadSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadSprm() argument
153 short nVal = ( pS ) ? SVBT16ToShort( pS ) : nDefaultVal; in ReadSprm()
157 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() argument
160 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() argument
167 sal_uInt8 nVal = ( pS ) ? SVBT8ToByte( pS ) : nDefaultVal; in ReadBSprm()

Completed in 39 milliseconds