Home
last modified time | relevance | path

Searched refs:RTLFUNC (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/basic/source/runtime/
H A Drtlproto.hxx27 #define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) macro
34 extern RTLFUNC(Date);
35 extern RTLFUNC(Err);
36 extern RTLFUNC(Erl);
37 extern RTLFUNC(False);
38 extern RTLFUNC(Empty);
39 extern RTLFUNC(Nothing);
40 extern RTLFUNC(Null);
41 extern RTLFUNC(True);
43 extern RTLFUNC(ATTR_NORMAL);
[all …]
H A Dprops.cxx37 RTLFUNC(Erl) in RTLFUNC() function
45 RTLFUNC(Err) in RTLFUNC() function
67 RTLFUNC(False) in RTLFUNC() function
75 RTLFUNC(Empty) in RTLFUNC() function
82 RTLFUNC(Nothing) in RTLFUNC() function
91 RTLFUNC(Null) in RTLFUNC() function
100 RTLFUNC(PI) in RTLFUNC() function
108 RTLFUNC(True) in RTLFUNC() function
116 RTLFUNC(ATTR_NORMAL) in RTLFUNC() function
123 RTLFUNC(ATTR_READONLY) in RTLFUNC() function
[all …]
H A Dmethods1.cxx111 RTLFUNC(CallByName) in RTLFUNC() function
232 RTLFUNC(CBool) // JSM in RTLFUNC() function
249 RTLFUNC(CByte) // JSM in RTLFUNC() function
266 RTLFUNC(CCur) // JSM in RTLFUNC() function
283 RTLFUNC(CDec) // JSM in RTLFUNC() function
305 RTLFUNC(CDate) // JSM in RTLFUNC() function
322 RTLFUNC(CDbl) // JSM in RTLFUNC() function
350 RTLFUNC(CInt) // JSM in RTLFUNC() function
367 RTLFUNC(CLng) // JSM in RTLFUNC() function
384 RTLFUNC(CSng) // JSM in RTLFUNC() function
[all …]
H A Dmethods.cxx226 RTLFUNC(CreateObject) in RTLFUNC() function
244 RTLFUNC(Error) in RTLFUNC() function
295 RTLFUNC(Sin) in RTLFUNC() function
311 RTLFUNC(Cos) in RTLFUNC() function
327 RTLFUNC(Atn) in RTLFUNC() function
343 RTLFUNC(Abs) in RTLFUNC() function
358 RTLFUNC(Asc) in RTLFUNC() function
406 RTLFUNC(Chr) in RTLFUNC() function
415 RTLFUNC(ChrW) in RTLFUNC() function
430 RTLFUNC(CurDir) in RTLFUNC() function
[all …]
H A Dsbdiagnose.cxx80 RTLFUNC(CaptureAssertions) in RTLFUNC() function
H A Dinputbox.cxx156 RTLFUNC(InputBox) in IMPL_LINK_INLINE_END()