Home
last modified time | relevance | path

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

123

/aoo41x/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp272 CIccProfile profile; in main() local
273 profile.InitHeader(); in main()
277 profile.m_Header.date.day = data_last_day; in main()
280 profile.m_Header.date.seconds = 0; in main()
283 profile.m_Header.colorSpace = icSigRgbData; in main()
284 profile.m_Header.pcs = icSigXYZData; in main()
285 profile.m_Header.platform = icSigUnkownPlatform; in main()
290 profile.m_Header.model = 0x73524742;//sRGB in main()
292 profile.m_Header.version=icVersionNumberV2_1; in main()
438 profile.AttachTag(icSigRedTRCTag, colorTRCTag); in main()
[all …]
/aoo41x/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 = ();
103 $profile{'ismultilingual'} = 0;
106 $profile{'UnixRights'} = "444";
107 $profile{'gid'} = $oneprofile->{'gid'};
108 $profile{'Dir'} = $oneprofile->{'Dir'};
110 $profile{'Styles'} = "";
[all …]
/aoo41x/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl62 is a list of all profile of the given product.
64 the profile count for the given product.
74 the default profile name for the given product.
80 /** attempts to get the full path for the given profile.
85 the profile name to get full path.
87 the full path of the given profile.
97 the profile name to check.
99 true is the given profile is locked.
104 /** return true if the given profile exists
109 the profile name to check.
[all …]
H A DXProfileManager.idl49 /** attempts to init xpcom runtime using given profile.
54 the profile name to be used.
56 the current refrence count for the given profile.
61 /** attempts to shutdown the current profile.
64 the current refrence 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
98 the profile name to be used.
[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
/aoo41x/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()
147 return osl_removeProfileEntry( profile, rSection.getStr(), rEntry.getStr()); in removeEntry()
159 int n = osl_getProfileSectionEntries( profile, rSection.getStr(), NULL, 0 ); in getSectionEntries()
163 osl_getProfileSectionEntries( profile, rSection.getStr(), pBuf, n+1 ); in getSectionEntries()
182 int n = osl_getProfileSections( profile, NULL, 0 ); in getSections()
[all …]
/aoo41x/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'};
/aoo41x/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()
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dmakefile.mk57 -I$(MOZ_INC)$/profile \
67 -I$(MOZ_INC)$/profile \
78 $(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()
/aoo41x/main/solenv/bin/
H A Dcws.pl89 my $profile = 0;
177 $profile = 1;
506 print_time_elapsed($t1, $t2) if $profile;
518 print_time_elapsed($t1, $t2) if $profile;
529 print_time_elapsed($t1, $t2) if $profile;
1798 print_time_elapsed($time_solver_start, $time_solver_stop) if $profile;
/aoo41x/main/icc/
H A DREADME4 profile needed in module vcl in order to export
17 If you need to change the data into the ICC profile,
H A DSampleICC-1.3.2.patch1122 + sReport += " - Unable to read profile!**\n\tProfile has invalid structure!\n";
1127 // Check profile header
1362 - sReport += "xCLR output profile is missing colorantTableTag\r\n";
1363 + sReport += "xCLR output profile is missing colorantTableTag\n";
1608 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
1904 - sReport += " - Tag validation incomplete: Pointer to profile unavailable.\r\n";
1905 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
1964 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
2157 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
2553 + sReport += " - Tag validation incomplete: Pointer to profile unavailable.\n";
[all …]
/aoo41x/main/sal/osl/w32/
H A DMAKEFILE.MK66 $(SLO)$/profile.obj \
93 $(OBJ)$/profile.obj \
/aoo41x/main/sal/osl/os2/
H A Dmakefile.mk67 $(SLO)$/profile.obj \
94 $(OBJ)$/profile.obj \
/aoo41x/main/dbaccess/source/ui/dlg/
H A DAutoControls.src86 Text[ en-US ] = "~Mozilla profile name";
90 Text[ en-US ] = "~Thunderbird profile name";
/aoo41x/main/sal/osl/unx/
H A Dmakefile.mk62 $(SLO)$/profile.obj \
93 $(OBJ)$/profile.obj \
/aoo41x/main/framework/source/classes/
H A Dresource.src305 … The application will be terminated now.\nPlease try to remove your user profile for the applicati…
310 … The application will be terminated now.\nPlease try to remove your user profile for the applicati…
/aoo41x/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
/aoo41x/test/
H A Drun23 . /etc/profile
/aoo41x/main/xmlsecurity/source/component/
H A Dwarnbox.src30 …ital signatures functionality could not be used, because no Mozilla user profile was found. Please…
/aoo41x/main/offapi/com/sun/star/rendering/
H A DColorProfile.idl30 /// ICC Color profile
/aoo41x/main/offapi/com/sun/star/security/
H A DCertificateCharacters.idl49 * A private key binding with the certificate is in user's profile.
/aoo41x/main/stoc/test/security/
H A Dtest_security.policy31 permission com.sun.star.io.FilePermission "file:///etc/profile", "read,,";

Completed in 171 milliseconds

123