Lines Matching refs:xOptions
673 sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) in GetNullDate() argument
676 if (xOptions.is()) in GetNullDate()
680 uno::Any aAny = xOptions->getPropertyValue( in GetNullDate()
750 const uno::Reference< beans::XPropertySet >& xOptions, in getDiffWeeks()
754 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffWeeks()
788 const uno::Reference< beans::XPropertySet >& xOptions, in getDiffMonths()
792 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffMonths()
834 const uno::Reference< beans::XPropertySet >& xOptions, in getDiffYears()
839 return getDiffMonths( xOptions, nStartDate, nEndDate, nMode ) / 12; in getDiffYears()
841 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffYears()
859 const uno::Reference< beans::XPropertySet >& xOptions, in getIsLeapYear()
862 sal_Int32 nNullDate = GetNullDate( xOptions ); in getIsLeapYear()
876 const uno::Reference<beans::XPropertySet>& xOptions, in getDaysInMonth() argument
879 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInMonth()
893 const uno::Reference< beans::XPropertySet >& xOptions, in getDaysInYear()
896 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInYear()
922 const uno::Reference< beans::XPropertySet >& xOptions, in getWeeksInYear()
925 sal_Int32 nNullDate = GetNullDate( xOptions ); in getWeeksInYear()