|
LibreOffice Module basic (master) 1
|
#include <rtl/ustring.hxx>Go to the source code of this file.
Enumerations | |
| enum class | StringId { Types = 0 , Any = 13 , As = 32 , Optional = 33 , ByRef = 34 , NameProp = 35 , ParentProp = 36 , CountProp = 38 , AddMeth = 39 , ItemMeth = 40 , RemoveMeth = 41 , ErrorMsg = 42 , False = 43 , True = 44 , LastValue = 44 } |
Functions | |
| OUString | GetSbxRes (StringId) |
|
strong |
| Enumerator | |
|---|---|
| Types | |
| Any | |
| As | |
| Optional | |
| ByRef | |
| NameProp | |
| ParentProp | |
| CountProp | |
| AddMeth | |
| ItemMeth | |
| RemoveMeth | |
| ErrorMsg | |
| False | |
| True | |
| LastValue | |
Definition at line 28 of file sbxres.hxx.
| OUString GetSbxRes | ( | StringId | nId | ) |
Definition at line 75 of file sbxres.cxx.
References LastValue, nId, and pSbxRes.
Referenced by SbxVariable::GetName(), ImpGetBool(), ImpGetString(), ImpPutBool(), SbxCollection::SbxCollection(), and SbxObject::SbxObject().