Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 135) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/ucb/
H A DContentProviderProxy.idl46 the real content provider object shall be deferred for some reason
48 instanciating and registering the real provider at the UCB, a proxy for
49 the real provider can be created and registered at the UCB.
58 must instanciate the real provider and return the return value
59 of a queryInterface call at the real provider, except for queries
61 the queryInterface method at the proxy will get access to the real
69 <p>The implementation will instantiate the real content provider only
H A DRemoteProxyContentProvider.idl37 <p>Before trying to pass a request to a 'real,' underlying content provider
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1914 CHK_FINITE(Num.real()); in GetString()
1922 aRet = ::GetString( Num.real() ); in GetString()
1946 double phi = acos( Num.real() / Abs() ); in Arg()
1972 phi = acos( Num.real() / p ); in Power()
1995 double r = Num.real(), i = Num.imag() ; in Sin()
2015 double r = Num.real(), i = Num.imag() ; in Cos()
2038 double a1 = Num.real(); in Div()
2039 double a2 = z.Num.real(); in Div()
2053 double fE = exp( Num.real() ); in Exp()
2060 double r = Num.real(), i = Num.imag() ; in Ln()
[all …]
/trunk/main/offapi/com/sun/star/geometry/
H A DXMapping2D.idl39 real numbers onto itself, as is representable by the
41 bijective, i.e. map a pair of real numbers to exactly one other
42 pair of real numbers an vice versa, to facilitate a working
44 pair of real numbers there must be another pair that is mapped
H A DRealPoint2D.idl30 This structure contains x and y real-valued coordinates of a
H A DRealSize2D.idl30 The data is stored real-valued.<p>
H A DRealBezierSegment2D.idl31 The data is stored real-valued. The last point of the segment is
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx614 rtl::OString real( in getProcData() local
616 p = GetProcAddress(handle, real.getStr()); in getProcData()
618 proc->name = real; in getProcData()
622 real = name8 + rtl::OString(RTL_CONSTASCII_STRINGPARAM("A")); in getProcData()
623 p = GetProcAddress(handle, real.getStr()); in getProcData()
625 proc->name = real; in getProcData()
/trunk/main/offapi/com/sun/star/chart2/
H A DAxisType.idl37 /** the axis represent real numbers
40 /** the axis represent real numbers in percent
/trunk/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl80 as real frame names:
137 The real document service behind this interface can be one of follow three ones:
148 Should be used for real editable components which doesn't need a model.
H A DXSynchronousDispatch.idl62 They depend on the real implementation of the dispatch object.
H A DDispatchRecorder.idl44 again. Which code will be generated depends from real implementation. So it's
H A DXDispatchHelper.idl71 They depend on the real implementation of the dispatch object.
/trunk/main/offapi/com/sun/star/task/
H A DXJobListener.idl52 to use special protocol (which depends from real implementation) between
53 <type>JobExecutor</type> and a real job. So it can be possible to:
H A DXAsyncJob.idl50 must be aware, that execution can be made real asynchronous (e.g. by using
52 under control, it's not allowed for a real job implementation to use such mechanism
H A DJobExecutor.idl41 which meaning doesn't matter for any real service implementation of this
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties78 # This defines a subset of the real XSL-FO standard.
84 # This defines a subset of the real XSL-FO standard.
90 # This defines a subset of the real XSL-FO standard.
/trunk/main/udkapi/com/sun/star/lang/
H A DXComponent.idl41 <p>Actually the real lifetime of an UNO object is controlled by
81 <p>For some objects no real owner can be identified, thus it can be
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl50 provides this possibility, but can't guarantee real termination of called object.
74 … But nobody can guarantee real closing of called object - because it can disagree with that if any
/trunk/main/autodoc/inc/cosv/
H A Dcsv_env.hxx51 typedef REAL64 real; // standard sized real. typedef
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DSingleBackendAdapter.idl40 <p>All real functionality is provided by the wrapped <type>SingleBackend</type>.
H A DBackendAdapter.idl77 <p>If this interface is missing, the real backend to use is determined
/trunk/main/offapi/com/sun/star/view/
H A DPaperFormat.idl78 /** The real paper size is user defined in 100th mm.
/trunk/main/offapi/com/sun/star/text/
H A DSizeType.idl39 in which case the real height depends on the content. This information
/trunk/main/offapi/com/sun/star/document/
H A DAmbigousFilterRequest.idl62 /** transport the real detected filter, which stands in conflict to the pre selected one

Completed in 65 milliseconds

123456