Lines Matching refs:Bootstrap
78 const boost::shared_ptr<rtl::Bootstrap>, UnoRc> {
79 const boost::shared_ptr<rtl::Bootstrap> operator () () { in operator ()()
82 ::rtl::Bootstrap::expandMacros( unorc ); in operator ()()
83 ::boost::shared_ptr< ::rtl::Bootstrap > ret( in operator ()()
84 new ::rtl::Bootstrap( unorc ) ); in operator ()()
97 ::utl::Bootstrap::PathStatus aLocateResult = in operator ()()
98 ::utl::Bootstrap::locateUserInstallation( userPath ); in operator ()()
99 if (!(aLocateResult == ::utl::Bootstrap::PATH_EXISTS || in operator ()()
100 aLocateResult == ::utl::Bootstrap::PATH_VALID)) in operator ()()
232 ::rtl::Bootstrap::expandMacros(folder); in needToSyncRepostitory()
233 ::rtl::Bootstrap::expandMacros(file); in needToSyncRepostitory()
589 ::rtl::Bootstrap::get( OUSTR( "DISABLE_EXTENSION_SYNCHRONIZATION" ), sDisable, OUString() ); in syncRepositories()