Searched refs:bShouldValidate (Results 1 – 1 of 1) sorted by relevance
3698 sal_Bool bShouldValidate = true; in lcl_shouldValidateRequiredFields_nothrow() local3699 … OSL_VERIFY( xFormProps->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValidate ); in lcl_shouldValidateRequiredFields_nothrow()3700 return bShouldValidate; in lcl_shouldValidateRequiredFields_nothrow()3714 sal_Bool bShouldValidate = true; in lcl_shouldValidateRequiredFields_nothrow() local3715 …VERIFY( xDataSourceSettings->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValidate ); in lcl_shouldValidateRequiredFields_nothrow()3716 return bShouldValidate; in lcl_shouldValidateRequiredFields_nothrow()
Completed in 25 milliseconds