Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp274 CIccProfile profile; in main() local
275 profile.InitHeader(); in main()
277 profile.m_Header.date.year = data_last_changed_year; in main()
278 profile.m_Header.date.month = data_last_changed_month; in main()
279 profile.m_Header.date.day = data_last_day; in main()
280 profile.m_Header.date.hours = data_last_changed_hour; in main()
281 profile.m_Header.date.minutes = data_last_changed_minute; in main()
282 profile.m_Header.date.seconds = 0; in main()
284 profile.m_Header.deviceClass = icSigDisplayClass; in main()
285 profile.m_Header.colorSpace = icSigRgbData; in main()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dprofiles.pm47 my @profile = ();
62 push(@profile, $sectionline);
72 push(@profile, $nextline);
79 return \@profile;
90 my %profile = ();
99 installer::converter::copy_item_object($vclfile, \%profile);
103 $profile{'ismultilingual'} = 0;
104 $profile{'sourcepath'} = $completeprofilename;
105 $profile{'Name'} = $oneprofile->{'Name'};
106 $profile{'UnixRights'} = "444";
[all …]
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl57 /** attempts to get the profile list for the given product.
60 is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
62 is a list of all profile of the given product.
64 the profile count for the given product.
69 /** attempts to get the default profile name for the given product.
72 … is the product name to get default profile.Currently support "Mozilla" and "Thunderbird".
74 the default profile name for the given product.
80 /** attempts to get the full path for the given profile.
83 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
85 the profile name to get full path.
[all …]
H A DXProfileManager.idl49 /** attempts to init xpcom runtime using given profile.
54 the profile name to be used.
56 the current reference count for the given profile.
61 /** attempts to shutdown the current profile.
64 the current reference count for the current profile.
77 /** attempts to get the current profile name.
80 the current used profile.
85 /** attempts to check whether the current profile locked or not
88 return sal_True is current profile is locked
93 /** attempts to set the current used profile name for the given product.
[all …]
H A DMozillaBootstrap.idl40 Allow init Mozilla XPCOM using selected profile and switch profiles.
H A DXCodeProxy.idl53 /** which Mozilla profile this code will use
/trunk/main/sal/inc/osl/
H A Dprofile.hxx45 oslProfile profile; member in osl::Profile
53 profile = osl_openProfile(strProfileName.pData, Options); in Profile()
54 if( ! profile ) in Profile()
64 osl_closeProfile(profile); in ~Profile()
70 return osl_flushProfile(profile); in flush()
77 return osl_readProfileString( profile, in readString()
88 return osl_readProfileBool( profile, rSection.getStr(), rEntry.getStr(), bDefault ); in readBool()
105 …sal_uInt32 nRet = osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pSt… in readIdent()
113 … return osl_writeProfileString( profile, rSection.getStr(), rEntry.getStr(), rString.getStr()); in writeString()
118 return osl_writeProfileBool( profile, rSection.getStr(), rEntry.getStr(), Value); in writeBool()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dinifile.pm41 my $profile = installer::existence::get_specified_file($filesref, $profileid);
43 return $profile;
52 my ($profile) = @_;
57 if ( $profile->{'Styles'} ) { $styles = $profile->{'Styles'}; }
110 my $profile = get_profile_for_profileitem($profileid, $filesref);
112 if (( $installer::globals::patch ) && ( ! profile_has_patch_flag($profile) )) { next; }
117 $inifile{'FileName'} = $profile->{'Name'};
118 $inifile{'DirProperty'} = $profile->{'uniquedirname'};
123 $inifile{'Component_'} = $profile->{'componentname'};
/trunk/main/xmlsecurity/tools/demo/
H A Dmozprofile.cxx70 ::rtl::OUString profile = xMozillaBootstrap->getDefaultProfile(productTypes[i]); in main()
71 if ( profile.getLength() ) in main()
73 … ::rtl::OUString profilepath = xMozillaBootstrap->getProfilePath(productTypes[i],profile); in main()
74 …fprintf( stdout, "Name=%s, Path=%s", rtl::OUStringToOString( profile , RTL_TEXTENCODING_ASCII_US )… in main()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dmakefile.mk62 -I$(MOZ_INC)$/profile \
72 -I$(MOZ_INC)$/profile \
83 $(MOZ_INC)$/profile \
H A Dnssinitializer.cxx208 ::rtl::OUString profile = xMozillaBootstrap->getDefaultProfile(productTypes[i]); in getMozillaCurrentProfile()
210 if (profile != NULL && profile.getLength()>0) in getMozillaCurrentProfile()
212 … ::rtl::OUString sProfilePath = xMozillaBootstrap->getProfilePath( productTypes[i], profile ); in getMozillaCurrentProfile()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1121 - sReport += " - Unable to read profile!**\r\n\tProfile has invalid structure!\r\n";
1122 + sReport += " - Unable to read profile!**\n\tProfile has invalid structure!\n";
1127 // Check profile header
1157 - sprintf(buf, " - %s: Unknown profile class!\r\n", Info.GetProfileClassSigName(m_Header.deviceC…
1158 + sprintf(buf, " - %s: Unknown profile class!\n", Info.GetProfileClassSigName(m_Header.deviceCla…
1362 - sReport += "xCLR output profile is missing colorantTableTag\r\n";
1363 + sReport += "xCLR output profile is missing colorantTableTag\n";
1607 - sReport += " - Tag validation incomplete: Pointer to profile unavailable.\r\n";
1608 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
1904 - sReport += " - Tag validation incomplete: Pointer to profile unavailable.\r\n";
[all …]
H A DREADME4 profile needed in module vcl in order to export
17 If you need to change the data into the ICC profile,
/trunk/main/sal/osl/os2/
H A Dmakefile.mk67 $(SLO)$/profile.obj \
94 $(OBJ)$/profile.obj \
/trunk/main/sal/osl/w32/
H A DMAKEFILE.MK66 $(SLO)$/profile.obj \
93 $(OBJ)$/profile.obj \
/trunk/main/dbaccess/source/ui/dlg/
H A DAutoControls.src86 Text [ en-US ] = "~Mozilla profile name" ;
90 Text [ en-US ] = "~Thunderbird profile name" ;
/trunk/main/sal/osl/unx/
H A Dmakefile.mk62 $(SLO)$/profile.obj \
93 $(OBJ)$/profile.obj \
/trunk/main/framework/source/classes/
H A Dresource.src300 … The application will be terminated now.\nPlease try to remove your user profile for the applicati…
305 … The application will be terminated now.\nPlease try to remove your user profile for the applicati…
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl147 in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile
/trunk/test/
H A Drun23 . /etc/profile
/trunk/main/offapi/com/sun/star/rendering/
H A DColorProfile.idl30 /// ICC Color profile
/trunk/main/xmlsecurity/source/component/
H A Dwarnbox.src30 …ital signatures functionality could not be used, because no Mozilla user profile was found. Please…
/trunk/main/offapi/com/sun/star/security/
H A DCertificateCharacters.idl49 * A private key binding with the certificate is in user's profile.
/trunk/main/stoc/test/security/
H A Dtest_security.policy31 permission com.sun.star.io.FilePermission "file:///etc/profile", "read,,";
/trunk/main/sal/prj/
H A Dbuild.lst23 sa sal\qa\osl\profile nmake - all sa_qa_osl_profile sa_util sa_cpprt.u NU…

1234