Lines Matching refs:Bootstrap_Impl
62 struct Bootstrap_Impl;
93 Bootstrap_Impl const * file;
98 Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode,
102 Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode, in recursivelyExpandMacros()
103 Bootstrap_Impl const * requestFile, rtl::OUString const & requestKey, in recursivelyExpandMacros()
309 struct Bootstrap_Impl struct
312 Bootstrap_Impl * _base_ini; argument
317 explicit Bootstrap_Impl (OUString const & rIniName); argument
318 ~Bootstrap_Impl();
337 Bootstrap_Impl const * requestFile, rtl::OUString const & requestKey, argument
343 Bootstrap_Impl::Bootstrap_Impl( OUString const & rIniName ) in Bootstrap_Impl() function in Bootstrap_Impl
358 _base_ini = static_cast< Bootstrap_Impl * >( in Bootstrap_Impl()
410 Bootstrap_Impl::~Bootstrap_Impl() in ~Bootstrap_Impl()
420 Bootstrap_Impl * get_static_bootstrap_handle() SAL_THROW(()) in get_static_bootstrap_handle()
423 static Bootstrap_Impl * s_handle = 0; in get_static_bootstrap_handle()
427 s_handle = static_cast< Bootstrap_Impl * >( in get_static_bootstrap_handle()
431 Bootstrap_Impl * that = new Bootstrap_Impl( iniName ); in get_static_bootstrap_handle()
445 ((static_cast< Bootstrap_Impl * >(get_static_bootstrap_handle())-> in FundamentalIniData()
466 bool Bootstrap_Impl::getValue( in getValue()
534 Bootstrap_Impl const * b = static_cast<Bootstrap_Impl const *>(d.ini); in getValue()
549 bool Bootstrap_Impl::getDirectValue( in getDirectValue()
562 bool Bootstrap_Impl::getAmbienceValue( in getAmbienceValue()
582 void Bootstrap_Impl::expandValue( in expandValue()
584 Bootstrap_Impl const * requestFile, rtl::OUString const & requestKey, in expandValue()
604 typedef std::hash_map< const rtl::OUString, Bootstrap_Impl*, rtl::OUStringHash > t;
651 Bootstrap_Impl * that; in rtl_bootstrap_args_open()
659 that = new Bootstrap_Impl( iniName ); in rtl_bootstrap_args_open()
673 Bootstrap_Impl * obsolete = that; in rtl_bootstrap_args_open()
696 Bootstrap_Impl * that = static_cast< Bootstrap_Impl * >( handle ); in rtl_bootstrap_args_close()
741 found = static_cast< Bootstrap_Impl * >( handle )->getValue( in rtl_bootstrap_get_from_handle()
759 Bootstrap_Impl * pImpl = static_cast<Bootstrap_Impl*>(handle); in rtl_bootstrap_get_iniName_from_handle()
837 OUString expanded( expandMacros( static_cast< Bootstrap_Impl * >( handle ), in rtl_bootstrap_expandMacros_from_handle()
902 Bootstrap_Impl const * file, LookupMode mode, bool override, in lookup()
912 Bootstrap_Impl const * file, rtl::OUString const & text, LookupMode mode, in expandMacros()
995 static_cast< Bootstrap_Impl * >( in expandMacros()
1003 Bootstrap_Impl * f = static_cast< Bootstrap_Impl * >( in expandMacros()