Kaydet (Commit) 079485a6 authored tarafından Michael Stahl's avatar Michael Stahl

sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/

Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
üst ec8dcf58
......@@ -36,7 +36,7 @@ namespace cppu {
@return true iff the sequence returned by the given implementation's
getSupportedServices method contains the given name
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
bool CPPUHELPER_DLLPUBLIC supportsService(
com::sun::star::lang::XServiceInfo * implementation,
......
......@@ -34,7 +34,7 @@ module com { module sun { module star { module awt {
/**
Provides a unified interface for the new-style service Toolkit to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XToolkit2
{
......
......@@ -38,7 +38,7 @@ module com { module sun { module star { module configuration {
<p>This service is still unpublished and unstable.</p>
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service ReadOnlyAccess: com::sun::star::container::XHierarchicalNameAccess {
/** Service constructor.
......
......@@ -38,7 +38,7 @@ module com { module sun { module star { module configuration {
<p>This service is still unpublished and unstable.</p>
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service ReadWriteAccess: com::sun::star::configuration::XReadWriteAccess {
/** Service constructor.
......
......@@ -244,14 +244,14 @@ published service Settings
/**
Whether to embed fonts used by the document (see e.g. handling
of OOXML embedRegular etc.)
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property] boolean EmbedFonts;
// Writer, maybe later others
/**
Whether to embed also system fonts used by the document.
Does not have any effect if EmbedFonts is false.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property] boolean EmbedSystemFonts;
......
......@@ -25,7 +25,7 @@ module com { module sun { module star { module frame {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service AutoRecovery : XDispatch;
......
......@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
/**
Provides a unified interface for the GlobalEventBroadcaster service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XGlobalEventBroadcaster
......
......@@ -29,7 +29,7 @@ module com { module sun { module star { module frame {
This interface provides a merged single interface for the ModuleManager
service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XModuleManager2
{
......
......@@ -29,7 +29,7 @@ module com { module sun { module star { module linguistic2 {
/**
Provides a unified interface for the LinguServiceManager service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XLinguServiceManager2
{
......
......@@ -31,7 +31,7 @@ module com { module sun { module star { module sdb {
/**
Provides an interface for the new-style DatabaseContext service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XDatabaseContext
{
......
......@@ -199,7 +199,7 @@ published service PageProperties
[property, maybevoid] boolean HeaderIsShared;
/** determines if the header/footer content on the first page and remaining pages is the same.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property, maybevoid] boolean FirstIsShared;
/** contains the height of the header.
......
......@@ -28,7 +28,7 @@ module com { module sun { module star { module task {
/**
Provides a unified interface for the PasswordContainer service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XPasswordContainer2
{
......
......@@ -84,7 +84,7 @@ published service TextPageStyle
@see com::sun::star::text::Text
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property] com::sun::star::text::XText HeaderTextFirst;
......@@ -114,7 +114,7 @@ published service TextPageStyle
@see com::sun::star::text::Text
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property] com::sun::star::text::XText FooterTextFirst;
......
......@@ -38,12 +38,12 @@ published service Annotation
[property]string Author;
/** contains the initials of the author of the annotation.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property]string Initials;
/** contains the name of the annotation.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
[optional, property]string Name;
/** contains the annotation's content
......
......@@ -30,7 +30,7 @@ module com { module sun { module star { module ucb {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XUniversalContentBroker
{
......
......@@ -30,7 +30,7 @@ module com { module sun { module star { module ui { module dialogs {
/**
Provides a unified interface for the new-style FolderPicker service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XFolderPicker2
{
......
......@@ -27,7 +27,7 @@ module com { module sun { module star { module util {
/**
Provides a unified interface for the NumberFormatter service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XNumberFormatter2
{
......
......@@ -25,7 +25,7 @@
module com { module sun { module star { module xml { module crypto {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service NSSInitializer : XNSSInitializer;
......
......@@ -26,7 +26,7 @@
module com { module sun { module star { module xml { module crypto {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XNSSInitializer {
interface ::com::sun::star::xml::crypto::XDigestContextSupplier;
......
......@@ -28,7 +28,7 @@ module com { module sun { module star { module xml { module dom {
/**
Provides a unified interface for the SAXDocumentBuilder service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XSAXDocumentBuilder2
{
......
......@@ -27,7 +27,7 @@ module com { module sun { module star { module xml { module sax {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service Writer : XWriter;
......
......@@ -29,7 +29,7 @@ module com { module sun { module star { module xml { module sax {
/**
Provides a unified interface for the new-style Writer service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XWriter
{
......
......@@ -16,7 +16,7 @@ module com { module sun { module star { module xml { module xslt {
/** Get XSLT filter transformer supporting XSLT 2.0.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service XSLT2Transformer : XXSLTTransformer
{
......
......@@ -18,7 +18,7 @@ module com { module sun { module star { module xml { module xslt {
<p>It is not safe to expect support for any features except XSLT 1.0 .
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
service XSLTTransformer : XXSLTTransformer
{
......
......@@ -19,7 +19,7 @@ module com { module sun { module star { module xml { module xslt {
/** An interface for XSLT transformers.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
interface XXSLTTransformer
{
......
......@@ -25,70 +25,70 @@ interface XModify : com::sun::star::uno::XInterface
{
/**
* Installs local package sequence< string > files or service packs.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallPackageFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
/**
* Installs sequence< string > packages to provide sequence< string > files.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallProvideFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
/**
* Installs sequence< string > packages to provide sequence< string > files.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallCatalogs( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
/**
* Installs sequence< string > packages from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallPackageNames( [in] unsigned long xid, [in] sequence< string > packages, [in] string interaction);
/**
* Installs mimetype handlers from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallMimeTypes( [in] unsigned long xid, [in] sequence< string > mime_types, [in] string interaction);
/**
* Installs fontconfig resources ( [in] usually fonts) from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallFontconfigResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
/**
* Installs GStreamer resources ( [in] usually codecs) from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstalliGStreamerResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
/**
* Installs resources of a given type from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallResources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction);
/**
* Removes sequence< string > packages that provide the given local sequence< string > files.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void RemovePackageByFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
/**
* Installs printer drivers from a configured software source.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void InstallPrinterDrivers( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
......
......@@ -24,14 +24,14 @@ interface XQuery : com::sun::star::uno::XInterface
{
/**
* Installs local package files or service packs.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void IsInstalled([in] string package_name, [in] string interaction, [out] boolean installed);
/**
* Installs packages to provide files.
* @since LibreOffice 3.7
* @since LibreOffice 4.0
*/
void SearchFile([in] string file_name, [in] string interaction, [out] boolean installed, [out] string package_name);
......
......@@ -63,7 +63,7 @@ SAL_DLLPUBLIC oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInte
@param p Address of count variable
@return The adjusted value of the count variable.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
#if defined( HAVE_GCC_BUILTIN_ATOMIC )
# define osl_atomic_increment(p) __sync_add_and_fetch((p), 1)
......@@ -80,7 +80,7 @@ SAL_DLLPUBLIC oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInte
@param p Address of count variable
@return The adjusted value of the count variable.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
#if defined( HAVE_GCC_BUILTIN_ATOMIC )
# define osl_atomic_decrement(p) __sync_sub_and_fetch((p), 1)
......
......@@ -900,7 +900,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newFromStr_WithLength( rtl_String ** newS
@param count the number of characters.
@return the specified substring.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
SAL_DLLPUBLIC void SAL_CALL rtl_string_newFromSubString(
rtl_String ** newStr, const rtl_String * from,
......
......@@ -670,7 +670,7 @@ public:
@return true if and only if the given str appears as a substring at the
start of this string
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
bool startsWith(OString const & str) const {
return match(str, 0);
......@@ -679,7 +679,7 @@ public:
/**
@overload
This function accepts an ASCII string literal as its argument.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
template< typename T >
typename internal::ConstCharArrayDetector< T, bool >::Type startsWith( T& literal ) const
......@@ -1483,7 +1483,7 @@ struct OStringHash
Support for rtl::OString in std::ostream (and thus in
CPPUNIT_ASSERT or SAL_INFO macros, for example).
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
template< typename charT, typename traits > std::basic_ostream<charT, traits> &
operator <<(
......
......@@ -1237,7 +1237,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newFromStr_WithLength(
@param count the number of characters.
@return the specified substring.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
SAL_DLLPUBLIC void SAL_CALL rtl_uString_newFromSubString(
rtl_uString ** newStr, const rtl_uString * from,
......@@ -1536,7 +1536,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAll(
@param fromIndex the position in the string where we will begin searching
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAllFromIndex(
rtl_uString ** newStr, rtl_uString * str, rtl_uString const * from,
......
......@@ -889,7 +889,7 @@ public:
@return true if and only if the given str appears as a substring at the
start of this string
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
bool startsWith(OUString const & str) const {
return match(str, 0);
......@@ -898,7 +898,7 @@ public:
/**
@overload
This function accepts an ASCII string literal as its argument.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
template< typename T >
typename internal::ConstCharArrayDetector< T, bool >::Type startsWith( T& literal ) const
......@@ -919,7 +919,7 @@ public:
@param str the object (substring) to be compared.
@return true if this string starts with str, ignoring the case of ASCII
letters ("A"--"Z" and "a"--"z"); otherwise, false is returned
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
sal_Bool startsWithIgnoreAsciiCase( const OUString & str ) const SAL_THROW(())
{
......@@ -929,7 +929,7 @@ public:
/**
@overload
This function accepts an ASCII string literal as its argument.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
template< typename T >
typename internal::ConstCharArrayDetector< T, bool >::Type startsWithIgnoreAsciiCase( T& literal ) const SAL_THROW(())
......@@ -1533,7 +1533,7 @@ public:
@param fromIndex the position in the string where we will begin searching
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
OUString replaceAll(OUString const & from, OUString const & to, int fromIndex = 0) const {
rtl_uString * s = 0;
......
......@@ -512,7 +512,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
Currently implemented by a Clang compiler plugin.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
......
......@@ -29,7 +29,7 @@ module com { module sun { module star { module bridge {
/**
Provides a unified interface for the BridgeFactory service to implement.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XBridgeFactory2
{
......
......@@ -37,7 +37,7 @@ module com { module sun { module star { module io {
<p> With the pipe-service, an outputstream can be converted into an
input stream at the cost of an additional buffer.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
published interface XPipe
{
......
......@@ -25,7 +25,7 @@
module com { module sun { module star { module reflection {
/**
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
singleton theCoreReflection : com::sun::star::reflection::XIdlReflection;
......
......@@ -18,7 +18,7 @@
Management of temporary fonts (e.g. embedded in documents).
This class handles adding of temporary fonts.
@since LibreOffice 3.7
@since LibreOffice 4.0
*/
class VCL_DLLPUBLIC TemporaryFonts
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment