| /AOO42X/main/ |
| H A D | configure.cmd | 31 SET CFG_OPT=%CFG_OPT% --prefix=/@unixroot/usr --with-system-zlib --with-system-jpeg 32 SET CFG_OPT=%CFG_OPT% --without-stlport --with-system-icu --with-system-curl 33 SET CFG_OPT=%CFG_OPT% --with-system-python --with-system-openssl --with-system-libxml 34 SET CFG_OPT=%CFG_OPT% --with-system-libxslt --disable-werror 38 SET CFG_OPT=%CFG_OPT% --with-system-curl 39 SET CFG_OPT=%CFG_OPT% --enable-bundled-dictionaries --enable-category-b --with-system-nss 42 SET CFG_OPT=%CFG_OPT% --with-system-expat
|
| H A D | configure.ac | 52 AC_ARG_WITH(system-graphite, 53 [ --with-system-graphite use graphite library already installed on system 55 AC_ARG_WITH(system-apache-commons, 56 [ --with-system-apache-commons use apache-commons jar files already installed on system 105 system then you should use this option. 125 the one installed on the system if one is there. When 154 AC_ARG_WITH(system-stdlibs, 155 [ --with-system-stdlibs use libstdc++/libgcc_s already on system 278 These extensions are used for the system integration on 297 AC_ARG_WITH(system-cairo, [all …]
|
| /AOO42X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleComponent.idl | 71 that of the screen coordinate system. In other words all coordinates 73 <ul><li>The screen coordinate system has its origin in the upper left 76 <li>The origin of the parent coordinate system is the upper left corner 78 system is used instead. Used by the <method>getLocation</method> 80 <li>The object coordinate system is relative to the upper left corner of 104 coordinate system of the object. That means that when the object is 110 system is the upper left corner of the object's bounding box as 112 coordinate system is identical to that of the screen coordinate 113 system. 124 coordinate system of the object. That means that when the object is [all …]
|
| H A D | XAccessibleImage.idl | 60 coordinate system.</p> 64 coordinate system. 71 coordinate system.</p> 75 coordinate system.
|
| /AOO42X/main/offapi/com/sun/star/datatransfer/ |
| H A D | XDataFormatTranslator.idl | 40 a system dependent data transfer type and vice versa. 51 /** Converts a <type>DataFlavor</type> to system dependend data type. 54 Describes the format for which a system dependent data types is requested. 57 A system dependent data transfer type for the given <type>DataFlavor</type> 59 <p>If the is no system dependent data type for a given <type>DataFlavor</type> 65 /** Converts a system dependent data type to a <type>DataFlavor</type>. 68 … A system dependent data type. If aSysDataType is empty so is the returned <type>DataFlavor</type>. 71 A <type>DataFlavor</type> for the given system dependent data transfer type. 72 …<p>If there is no appropriate mapping for a system dependent data type, the returned <type>DataFla…
|
| H A D | XSystemTransferable.idl | 36 /** Interface to be implemented by objects used to provide system dependent data 43 /** Called by a data consumer to obtain a system specific data object from the 50 The interface implementation must ensure that the system data object can be 55 The system dependent data object.
|
| /AOO42X/main/udkapi/com/sun/star/registry/ |
| H A D | DefaultRegistry.idl | 39 system registry for global information. 76 <dd> returns a virtual key which is specified in the local or the system 91 system registry. 112 <dt> search for the system registry: 114 <dd> The system registry will always be searched in the same directory as the 115 executable. The name of the system registry is "applicat.rdb". If the system 117 If this variable was set, it must contain a full path to a valid system registry.
|
| /AOO42X/main/shell/source/win32/sysmail/ |
| H A D | sysmailclient.hxx | 33 typedef cppu::WeakImplHelper1<css::system::XMailClient> WinSysMailClient_Base; 38 virtual css::uno::Reference<css::system::XMailMessage> SAL_CALL createMailMessage() 41 …virtual void SAL_CALL sendMailMessage(const css::uno::Reference<css::system::XMailMessage>& xMailM… 45 …void validateParameter(const css::uno::Reference<css::system::XMailMessage>& xMailMessage, sal_Int… 46 …void assembleCommandLine(const css::uno::Reference<css::system::XMailMessage>& xMailMessage, sal_I…
|
| H A D | sysmailclient.cxx | 57 using css::system::XMailClient; 58 using css::system::XMailMessage; 59 using css::system::XMailMessage; 60 using css::system::MailClientFlags::NO_USER_INTERFACE; 61 using css::system::MailClientFlags::NO_LOGON_DIALOG;
|
| /AOO42X/main/offapi/com/sun/star/system/ |
| H A D | XSystemShellExecute.idl | 27 #include <com/sun/star/system/SystemShellExecuteException.idl> 29 module com { module sun { module star { module system { 31 /** Specifies an interface for executing a system command. 35 /** Executes an arbitrary system command. 43 a system specific path.</p> 64 ::com::sun::star::system::SystemShellExecuteException );
|
| H A D | MailClientFlags.idl | 25 module com { module sun { module star { module system { 33 launches the current configured system mail client. 37 /** Does not show the current configured system mail client GUI, but sends 42 <member scope="com::sun::star::system">XMailClient::sendMailMessage()</member>.</p> 50 <member scope="com::sun::star::system">XMailClient::sendMailMessage()</member>,
|
| H A D | XMailClient.idl | 27 #include <com/sun/star/system/XMailMessage.idl> 28 #include <com/sun/star/system/MailClientFlags.idl> 30 module com { module sun { module star { module system { 54 … <p>If the flag <const scope="com::sun::star::system">MailClientFlags::NO_USER_INTERFACE</const> 61 … <li>The flag <const scope="com::sun::star::system">MailClientFlags::NO_USER_INTERFACE</const>
|
| H A D | SystemShellExecute.idl | 25 #include <com/sun/star/system/XSystemShellExecute.idl> 27 module com { module sun { module star { module system { 31 /** Specifies a system executer service. Such a service makes it possible 32 to execute an arbitrary system command.
|
| H A D | SystemMailProvider.idl | 25 #include <com/sun/star/system/XSystemMailProvider.idl> 27 module com { module sun { module star { module system { 30 available on the system. 33 need of a mail client on the system and with no user interaction, use the
|
| H A D | XSystemMailProvider.idl | 26 #include <com/sun/star/system/XMailClient.idl> 28 module com { module sun { module star { module system { 30 /** Provides access to a mail client, if there is one available on the system. 39 on the system, or an empty reference otherwise.
|
| /AOO42X/main/offapi/com/sun/star/chart2/ |
| H A D | XTransformation.idl | 47 // ... access to source and destination coordinate system ? 50 coordinate-system into an other. Values may be transformed using 56 coordinate system, according to the internal transformation 58 destination coordinate system. 67 system. 71 coordinate system.
|
| H A D | XCoordinateSystemContainer.idl | 48 /** add an coordinate system to the coordinate system container 51 If the given coordinate system is already contained in the container. 56 /** removes one coordinate system from the coordinate system container.
|
| /AOO42X/main/offapi/com/sun/star/ucb/ |
| H A D | FileContentProvider.idl | 47 <p>The served contents enable access to the local file system. 49 <p>The FCP is able to restrict access to the local file system to a number 58 local file system. 78 determining which system dependent notation the file system identifier 101 system dependent notation
|
| H A D | XInteractionSupplyAuthentication2.idl | 47 /** Specifies if 'system credentials' can be obtained and used by the issuer 51 Returns the default behavior for system credentials handling (to be 55 <true/> if the issuer is able to obtain and use system credentials. 61 /** Set a new 'use system credentials' value to hand back. 64 <true/> means the request issuer shall obtain and use system credentials.
|
| /AOO42X/main/udkapi/com/sun/star/lang/ |
| H A D | SystemDependent.idl | 36 <p> You should avoid system-dependent methods if possible. 50 with system headers. </p> 71 the 16-bit Windows system. 80 /** The called interface method returns a value specified for the system java. 94 /** The called interface method returns a value specified for the <em>OS/2</em> system. 101 /** The called interface method returns a value specified for the <em>MAC-OS</em> system.
|
| /AOO42X/main/shell/source/cmdmail/ |
| H A D | syscmdmail.hxx | 35 com::sun::star::system::XSystemMailProvider, 36 com::sun::star::system::XMailClient, 50 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::system::XMailClient > SAL_CALL queryMa… 53 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::system::XMailMessage > SAL_CALL create… 56 …ndMailMessage( const ::com::sun::star::uno::Reference< ::com::sun::star::system::XMailMessage >& x…
|
| /AOO42X/main/redland/redland/ |
| H A D | makefile.mk | 62 …--with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --witho… 79 …--with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --witho… 132 …--with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --witho…
|
| /AOO42X/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
| H A D | Error.ulf | 104 …The installation cannot continue. Log on as an administrator or contact your system administrator." 161 en-US = "A portion of the path [2] exceeds the length allowed by the system." 251 en-US = "The installer must restart your system before configuration of [2] can continue. Click 'Ye… 254 en-US = "You must restart your system for the configuration changes made to [2] to take effect. Cli… 329 …rify that you have sufficient permissions to install fonts, and that the system supports this font… 368 …ce [2] ([3]) failed to start. Verify that you have sufficient privileges to start system services." 371 …2] ([3]) could not be stopped. Verify that you have sufficient privileges to stop system services." 374 … ([3]) could not be deleted. Verify that you have sufficient privileges to remove system services." 377 …3]) could not be installed. Verify that you have sufficient privileges to install system services." 401 …ervice cannot update the system file [2] because the file is protected by Windows. You may need to…
|
| /AOO42X/main/dbaccess/source/ui/dlg/ |
| H A D | dbadminsetup.src | 168 …nect to a MySQL database using either ODBC or JDBC.\nPlease contact your system administrator if y… 359 …BC driver class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact… 497 …quired information to connect to an LDAP directory.\nPlease contact your system administrator if y… 554 …k 'Browse' to configure provider-specific settings.\nPlease contact your system administrator if y… 576 …atabase that is already registered in %PRODUCTNAME.\nPlease contact your system administrator if y… 609 …required information to connect to a JDBC database.\nPlease contact your system administrator if y… 643 …BC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact…
|
| /AOO42X/main/framework/source/dispatch/ |
| H A D | mailtodispatcher.cxx | 275 css::uno::Reference< css::system::XSystemShellExecute > xSystemShellExecute( in implts_dispatch() 276 css::system::SystemShellExecute::create( xContext ) ); in implts_dispatch() 284 …xSystemShellExecute->execute( aURL.Complete, ::rtl::OUString(), css::system::SystemShellExecuteFla… in implts_dispatch() 290 catch (css::system::SystemShellExecuteException&) in implts_dispatch()
|