Home
last modified time | relevance | path

Searched refs:aFormatKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx266 Any aFormatKey; in impl_updateCachedFormatKey_nothrow() local
267 getFastPropertyValue( aFormatKey, BASEPROPERTY_FORMATKEY ); in impl_updateCachedFormatKey_nothrow()
268 m_aCachedFormat = aFormatKey; in impl_updateCachedFormatKey_nothrow()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1092 …Any aFormatKey( xOldProps->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_… in TransferFormComponentProperties() local
1093 if (aFormatKey.hasValue()) in TransferFormComponentProperties()
1100 Reference< XPropertySet> xFormat(xFormats->getByKey(getINT32(aFormatKey))); in TransferFormComponentProperties()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1538 Any aFormatKey = xColumn->getPropertyValue(C2U("FormatKey")); in GetColumnFmt() local
1539 if(aFormatKey.hasValue()) in GetColumnFmt()
1542 aFormatKey >>= nFmt; in GetColumnFmt()

Completed in 40 milliseconds