Searched refs:xControlFormats (Results 1 – 1 of 1) sorted by relevance
727 Reference< XNumberFormats > xControlFormats; in ensureTranslateFormat() local729 xControlFormats = xControlFormatsSupplier->getNumberFormats(); in ensureTranslateFormat()730 …OSL_ENSURE(xControlFormats.is(), "OFormLayerXMLExport_Impl::ensureTranslateFormat: formatted contr… in ensureTranslateFormat()735 if (xControlFormats.is()) in ensureTranslateFormat()737 Reference< XPropertySet > xControlFormat = xControlFormats->getByKey(nControlFormatKey); in ensureTranslateFormat()
Completed in 14 milliseconds