Searched refs:_OPT (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/basic/source/runtime/ |
| H A D | stdobj.cxx | 46 #define _OPT 0x0400 // Parameter ist optional macro 186 { "Firstdayofweek" , SbxINTEGER, _OPT,NULL,0 }, 187 { "Firstweekofyear", SbxINTEGER, _OPT,NULL,0 }, 191 { "Firstdayofweek" , SbxINTEGER, _OPT, NULL,0 }, 192 { "Firstweekofyear", SbxINTEGER, _OPT, NULL,0 }, 219 { "FileSpec", SbxSTRING, _OPT, NULL,0 }, 220 { "attrmask", SbxINTEGER, _OPT, NULL,0 }, 224 { "DumpAll", SbxINTEGER, _OPT, NULL,0 }, 265 { "format", SbxSTRING, _OPT, NULL,0 }, 268 { "NamedFormat", SbxINTEGER, _OPT, NULL,0 }, [all …]
|
| /AOO41X/main/basic/source/sample/ |
| H A D | object.cxx | 76 #define _OPT 0x0400 // sal_True: optionaler Parameter macro 220 if( p->nArgs & _OPT ) in GetInfo()
|