Searched refs:nBaseKey (Results  1 – 5 of 5) sorted by relevance
| /trunk/main/oox/source/xls/ | 
| H A D | biffcodec.cxx | 274         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 D | XNumberFormats.idl | 168 		@param nBaseKey 186 	string generateFormat( [in] long nBaseKey, 
  | 
| /trunk/main/connectivity/source/commontools/ | 
| H A D | dbtools.cxx | 1189 			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 D | numfmuno.cxx | 577 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 D | numfmuno.hxx | 142 	virtual ::rtl::OUString SAL_CALL generateFormat( sal_Int32 nBaseKey,
  | 
        Completed in 118 milliseconds