Home
last modified time | relevance | path

Searched refs:nBaseKey (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx274 sal_uInt16 nBaseKey, nHash; in lclReadFilePass_XOR() local
275 rStrm >> nBaseKey >> nHash; in lclReadFilePass_XOR()
276 xDecoder.reset( new BiffDecoder_XOR( nBaseKey, nHash ) ); in lclReadFilePass_XOR()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl168 @param nBaseKey
186 string generateFormat( [in] long nBaseKey,
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1189 sal_Int32 nBaseKey = 0; in TransferFormComponentProperties() local
1200 nBaseKey = xTypeList->getStandardFormat(NumberFormat::DATE, _rLocale); in TransferFormComponentProperties()
1204 nBaseKey = xTypeList->getStandardFormat(NumberFormat::TIME, _rLocale); in TransferFormComponentProperties()
1208 nBaseKey = xTypeList->getStandardFormat(NumberFormat::CURRENCY, _rLocale); in TransferFormComponentProperties()
1215 …::rtl::OUString sNewFormat = xFormats->generateFormat(nBaseKey, _rLocale, sal_False, sal_False, nD… in TransferFormComponentProperties()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx577 rtl::OUString SAL_CALL SvNumberFormatsObj::generateFormat( sal_Int32 nBaseKey, in generateFormat() argument
589 pFormatter->GenerateFormat( aRet, nBaseKey, eLang, bThousands, bRed, nDecimals, nLeading ); in generateFormat()
H A Dnumfmuno.hxx142 virtual ::rtl::OUString SAL_CALL generateFormat( sal_Int32 nBaseKey,

Completed in 43 milliseconds