Home
last modified time | relevance | path

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

/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx46 profileName = aProfileName; in ProfileStruct()
92 ::rtl::OUString profileName; in LoadXPToolkitProfiles()
104 profileName = aValue->sValue; in LoadXPToolkitProfiles()
119 if (profileName.getLength() != 0 || profilePath.getLength() != 0) in LoadXPToolkitProfiles()
132 ProfileStruct* profileItem = new ProfileStruct(product,profileName, in LoadXPToolkitProfiles()
134 m_Product.mProfileList[profileName] = profileItem; in LoadXPToolkitProfiles()
142 m_Product.mCurrentProfileName = profileName; in LoadXPToolkitProfiles()
154 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfilePath()
160 return m_Product.mProfileList[profileName]->getProfilePath(); in getProfilePath()
208 (void)profileName; /* avoid warning about unused parameter */ in isProfileLocked()
[all …]
H A DMMozillaBootstrap.cxx132 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in getProfilePath() argument
134 return m_ProfileAccess->getProfilePath(product,profileName); in getProfilePath()
136 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in isProfileLocked() argument
138 return m_ProfileAccess->isProfileLocked(product,profileName); in isProfileLocked()
140 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in getProfileExists() argument
142 return m_ProfileAccess->getProfileExists(product,profileName); in getProfileExists()
146 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in bootupProfile() argument
149 (void)profileName; /* avoid warning about unused parameter */ in bootupProfile()
168 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:… in setCurrentProfile() argument
171 (void)profileName; /* avoid warning about unused parameter */ in setCurrentProfile()
H A DMNSProfileDiscover.hxx57 ::rtl::OUString getProfileName(){ return profileName;} in getProfileName()
61 ::rtl::OUString profileName;
82 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
86 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
87 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
H A DMMozillaBootstrap.hxx74 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
75 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
76 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
79 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
84 …sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileName ) throw (::com:…
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl84 @param profileName
90 string getProfilePath( [in]MozillaProductType product,[in]string profileName);
96 @param profileName
102 boolean isProfileLocked( [in]MozillaProductType product,[in]string profileName);
108 @param profileName
114 boolean getProfileExists( [in]MozillaProductType product,[in]string profileName);
H A DXProfileManager.idl53 @param profileName
59 long bootupProfile( [in]MozillaProductType product,[in]string profileName);
97 @param profileName
103 string setCurrentProfile( [in]MozillaProductType product,[in]string profileName);
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp202 void dumpProfile(FILE *outfile, const char * profileName) in dumpProfile() argument
207 pIcc = OpenIccProfile(profileName); in dumpProfile()
210 printf("Unable to open '%s'\n", profileName); in dumpProfile()
217 fprintf(outfile,"Profile: '%s'\n", profileName); in dumpProfile()

Completed in 24 milliseconds