Lines Matching refs:aFmtKey
715 Any aFmtKey = m_xAggregateSet->getPropertyValue(PROPERTY_FORMATKEY); in onConnectedDbColumn() local
716 if ( !(aFmtKey >>= nFormatKey ) ) in onConnectedDbColumn()
722 aFmtKey = xField->getPropertyValue(PROPERTY_FORMATKEY); in onConnectedDbColumn()
732 if (!aFmtKey.hasValue()) in onConnectedDbColumn()
741 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::NUMBER, aApplicationLocale); in onConnectedDbColumn()
743 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::TEXT, aApplicationLocale); in onConnectedDbColumn()
749 m_xAggregateSet->setPropertyValue(PROPERTY_FORMATKEY, aFmtKey); in onConnectedDbColumn()
780 OSL_VERIFY( aFmtKey >>= nFormatKey ); in onConnectedDbColumn()
822 Any aFmtKey; in write() local
832 aFmtKey = m_xAggregateSet->getPropertyValue(PROPERTY_FORMATKEY); in write()
833 bVoidKey = (!xSupplier.is() || !aFmtKey.hasValue()) || (isLoaded() && m_xOriginalFormatter.is()); in write()