|
LibreOffice Module basic (master) 1
|
Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
| namespace | com::sun::star::beans |
Functions | |
| BASIC_DLLPUBLIC SbxObjectRef | GetSbUnoObject (const OUString &aName, const css::uno::Any &aUnoObj_) |
| BASIC_DLLPUBLIC void | createAllObjectProperties (SbxObject *pObj) |
| BASIC_DLLPUBLIC void | SetSbUnoObjectDfltPropName (SbxObject *pObj) |
| BASIC_DLLPUBLIC css::uno::Any | sbxToUnoValue (const SbxValue *pVar) |
| css::uno::Any | sbxToUnoValue (const SbxValue *pVar, const css::uno::Type &rType, css::beans::Property const *pUnoProperty=nullptr) |
| BASIC_DLLPUBLIC void | unoToSbxValue (SbxVariable *pVar, const css::uno::Any &aValue) |
| BASIC_DLLPUBLIC void createAllObjectProperties | ( | SbxObject * | pObj | ) |
Definition at line 2888 of file sbunoobj.cxx.
References SbUnoStructRefObject::createAllProperties(), and SbUnoObject::createAllProperties().
| BASIC_DLLPUBLIC SbxObjectRef GetSbUnoObject | ( | const OUString & | aName, |
| const css::uno::Any & | aUnoObj_ | ||
| ) |
| BASIC_DLLPUBLIC css::uno::Any sbxToUnoValue | ( | const SbxValue * | pVar | ) |
Definition at line 1137 of file sbunoobj.cxx.
References Any, and sbxToUnoValueImpl().
Referenced by StarBASIC::GetModelFromBasic(), implRekMultiDimArrayToSequence(), SbUnoStructRefObject::Notify(), SbUnoObject::Notify(), SbUnoService::Notify(), SbUnoSingleton::Notify(), RTL_Impl_CreatePropertySet(), RTL_Impl_CreateUnoServiceWithArguments(), sbxToUnoValue(), sbxToUnoValueImpl(), and BasicManager::SetGlobalUNOConstant().
| css::uno::Any sbxToUnoValue | ( | const SbxValue * | pVar, |
| const css::uno::Type & | rType, | ||
| css::beans::Property const * | pUnoProperty = nullptr |
||
| ) |
| BASIC_DLLPUBLIC void SetSbUnoObjectDfltPropName | ( | SbxObject * | pObj | ) |
Definition at line 145 of file sbunoobj.cxx.
References SbUnoObject::getDefaultPropName().
| BASIC_DLLPUBLIC void unoToSbxValue | ( | SbxVariable * | pVar, |
| const css::uno::Any & | aValue | ||
| ) |