Lines Matching refs:util

105 …{MAP_CHAR_LEN(PROPERTYNAME_NULLDATE), 0, &getCppuType((util::Date*)0),	beans::PropertyAttribute::B…  in lcl_GetNumberSettingsPropertyMap()
147 const uno::Reference<util::XNumberFormatsSupplier>& _xSupplier ) in attachNumberFormatsSupplier()
168 uno::Reference<util::XNumberFormatsSupplier> SAL_CALL
178 throw(util::NotNumericException, uno::RuntimeException) in detectNumberFormat()
192 throw util::NotNumericException(); in detectNumberFormat()
202 throw(util::NotNumericException, uno::RuntimeException) in convertStringToNumber()
216 throw util::NotNumericException(); in convertStringToNumber()
242 util::Color SAL_CALL SvNumberFormatterServiceObj::queryColorForNumber( sal_Int32 nKey, in queryColorForNumber()
243 double fValue, util::Color aDefaultColor ) in queryColorForNumber()
248 util::Color nRet = aDefaultColor; // color = sal_Int32 in queryColorForNumber()
284 util::Color SAL_CALL SvNumberFormatterServiceObj::queryColorForString( sal_Int32 nKey, in queryColorForString()
285 const rtl::OUString& aString,util::Color aDefaultColor ) in queryColorForString()
290 util::Color nRet = aDefaultColor; // color = sal_Int32 in queryColorForString()
328 throw(util::MalformedNumberFormatException, uno::RuntimeException) in convertNumberToPreviewString()
352 throw util::MalformedNumberFormatException(); in convertNumberToPreviewString()
360 util::Color SAL_CALL SvNumberFormatterServiceObj::queryPreviewColorForNumber( in queryPreviewColorForNumber()
363 util::Color aDefaultColor ) in queryPreviewColorForNumber()
364 throw(util::MalformedNumberFormatException, uno::RuntimeException) in queryPreviewColorForNumber()
368 util::Color nRet = aDefaultColor; // color = sal_Int32 in queryPreviewColorForNumber()
392 throw util::MalformedNumberFormatException(); in queryPreviewColorForNumber()
504 throw(util::MalformedNumberFormatException, uno::RuntimeException) in addNew()
522 throw util::MalformedNumberFormatException(); // ungueltiges Format in addNew()
535 throw(util::MalformedNumberFormatException, uno::RuntimeException) in addNewConverted()
554 throw util::MalformedNumberFormatException(); // ungueltiges Format in addNewConverted()
1018 util::Date aDate; in setPropertyValue()
1064 util::Date aUnoDate( pDate->GetDay(), pDate->GetMonth(), pDate->GetYear() ); in getPropertyValue()