XModel.idl (d1766043) | XModel.idl (fefd526c) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 93 unchanged lines hidden (view full) --- 102 @returns 103 the URL of the resource which is represented by this model. 104 105 @see XStorable::getLocation() 106 */ 107 string getURL(); 108 109 //------------------------------------------------------------------------- | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 93 unchanged lines hidden (view full) --- 102 @returns 103 the URL of the resource which is represented by this model. 104 105 @see XStorable::getLocation() 106 */ 107 string getURL(); 108 109 //------------------------------------------------------------------------- |
110 /** provides read acces on currently representation of the | 110 /** provides read access on currently representation of the |
111 <type scope="com::sun::star::document">MediaDescriptor</type> 112 of this model which describes the model and his state 113 114 @returns 115 the arguments with which the model was originally created or 116 stored the last time. 117 */ 118 sequence< com::sun::star::beans::PropertyValue > getArgs(); --- 114 unchanged lines hidden --- | 111 <type scope="com::sun::star::document">MediaDescriptor</type> 112 of this model which describes the model and his state 113 114 @returns 115 the arguments with which the model was originally created or 116 stored the last time. 117 */ 118 sequence< com::sun::star::beans::PropertyValue > getArgs(); --- 114 unchanged lines hidden --- |