/aoo42x/main/icc/source/create_sRGB_profile/ |
H A D | create_sRGB_profile.cpp | 274 CIccProfile profile; in main() local 275 profile.InitHeader(); in main() 279 profile.m_Header.date.day = data_last_day; in main() 282 profile.m_Header.date.seconds = 0; in main() 285 profile.m_Header.colorSpace = icSigRgbData; in main() 286 profile.m_Header.pcs = icSigXYZData; in main() 287 profile.m_Header.platform = icSigUnkownPlatform; in main() 292 profile.m_Header.model = 0x73524742;//sRGB in main() 294 profile.m_Header.version=icVersionNumberV2_1; in main() 440 profile.AttachTag(icSigRedTRCTag, colorTRCTag); in main() [all …]
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | profiles.pm | 47 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 …]
|
/aoo42x/main/offapi/com/sun/star/mozilla/ |
H A D | XProfileDiscover.idl | 62 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 D | XProfileManager.idl | 49 /** 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 98 the profile name to be used. [all …]
|
H A D | MozillaBootstrap.idl | 40 Allow init Mozilla XPCOM using selected profile and switch profiles.
|
H A D | XCodeProxy.idl | 53 /** which Mozilla profile this code will use
|
/aoo42x/main/sal/inc/osl/ |
H A D | profile.hxx | 45 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 …]
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | inifile.pm | 41 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'};
|
/aoo42x/main/xmlsecurity/tools/demo/ |
H A D | mozprofile.cxx | 70 ::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()
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | makefile.mk | 61 -I$(MOZ_INC)$/profile \ 71 -I$(MOZ_INC)$/profile \ 82 $(MOZ_INC)$/profile \
|
H A D | nssinitializer.cxx | 208 ::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()
|
/aoo42x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 1122 + 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 …]
|
H A D | README | 4 profile needed in module vcl in order to export 17 If you need to change the data into the ICC profile,
|
/aoo42x/main/sal/osl/w32/ |
H A D | MAKEFILE.MK | 66 $(SLO)$/profile.obj \ 93 $(OBJ)$/profile.obj \
|
/aoo42x/main/sal/osl/os2/ |
H A D | makefile.mk | 67 $(SLO)$/profile.obj \ 94 $(OBJ)$/profile.obj \
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | AutoControls.src | 86 Text [ en-US ] = "~Mozilla profile name" ; 90 Text [ en-US ] = "~Thunderbird profile name" ;
|
/aoo42x/main/sal/osl/unx/ |
H A D | makefile.mk | 62 $(SLO)$/profile.obj \ 93 $(OBJ)$/profile.obj \
|
/aoo42x/main/framework/source/classes/ |
H A D | resource.src | 302 … The application will be terminated now.\nPlease try to remove your user profile for the applicati… 307 … The application will be terminated now.\nPlease try to remove your user profile for the applicati…
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | ErrorCondition.idl | 147 in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile
|
/aoo42x/test/ |
H A D | run | 23 . /etc/profile
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | ColorProfile.idl | 30 /// ICC Color profile
|
/aoo42x/main/xmlsecurity/source/component/ |
H A D | warnbox.src | 30 …ital signatures functionality could not be used, because no Mozilla user profile was found. Please…
|
/aoo42x/main/offapi/com/sun/star/security/ |
H A D | CertificateCharacters.idl | 49 * A private key binding with the certificate is in user's profile.
|
/aoo42x/main/stoc/test/security/ |
H A D | test_security.policy | 31 permission com.sun.star.io.FilePermission "file:///etc/profile", "read,,";
|
/aoo42x/main/sal/prj/ |
H A D | build.lst | 23 sa sal\qa\osl\profile nmake - all sa_qa_osl_profile sa_util sa_cpprt.u NULL
|