Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/controls/
H A Dformattedcontrol.cxx78 … Reference< XNumberFormatsSupplier >& rDefaultFormats( lcl_getDefaultFormatsAccess_nothrow() ); in lcl_getDefaultFormats_throw() local
79 if ( !rDefaultFormats.is() && !rbTriedCreation ) in lcl_getDefaultFormats_throw()
82 rDefaultFormats = Reference< XNumberFormatsSupplier >( in lcl_getDefaultFormats_throw()
88 if ( !rDefaultFormats.is() ) in lcl_getDefaultFormats_throw()
91 return rDefaultFormats; in lcl_getDefaultFormats_throw()
109 … Reference< XNumberFormatsSupplier >& rDefaultFormats( lcl_getDefaultFormatsAccess_nothrow() ); in lcl_revokeDefaultFormatsClient() local
110 … Reference< XNumberFormatsSupplier > xReleasePotentialLastReference( rDefaultFormats ); in lcl_revokeDefaultFormatsClient()
111 rDefaultFormats.clear(); in lcl_revokeDefaultFormatsClient()

Completed in 21 milliseconds