|
LibreOffice Module connectivity (master) 1
|
#include <FValue.hxx>
Public Member Functions | |
| OAssignValues (size_type n) | |
| void | setParameterIndex (sal_Int32 _nId, sal_Int32 _nParameterIndex) |
| sal_Int32 | getParameterIndex (sal_Int32 _nId) const |
Public Member Functions inherited from connectivity::OValueRefVector | |
| OValueRefVector () | |
| OValueRefVector (size_t _st) | |
Public Member Functions inherited from connectivity::ODeleteVector< ORowSetValueDecoratorRef > | |
| ODeleteVector () | |
| ODeleteVector (size_t _st) | |
| bool | isDeleted () const |
| void | setDeleted (bool _bDeleted) |
Public Member Functions inherited from connectivity::ORowVector< ORowSetValueDecoratorRef > | |
| ORowVector () | |
| ORowVector (size_t _st) | |
Public Member Functions inherited from connectivity::ORefVector< ORowSetValueDecoratorRef > | |
| ORefVector () | |
| ORefVector (size_t _st) | |
| ORefVector (const ORefVector &rOther) | |
| ORefVector & | operator= (const ORefVector &_rRH) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Attributes | |
| ::std::vector< sal_Int32 > | m_nParameterIndexes |
Additional Inherited Members | |
Public Types inherited from connectivity::ORefVector< ORowSetValueDecoratorRef > | |
| typedef std::vector< ORowSetValueDecoratorRef > | Vector |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from connectivity::ORefVector< ORowSetValueDecoratorRef > | |
| virtual | ~ORefVector () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 471 of file FValue.hxx.
|
inline |
Definition at line 475 of file FValue.hxx.
References n.
|
inline |
Definition at line 478 of file FValue.hxx.
References m_nParameterIndexes.
|
inline |
Definition at line 477 of file FValue.hxx.
References m_nParameterIndexes.
|
private |
Definition at line 473 of file FValue.hxx.
Referenced by getParameterIndex(), and setParameterIndex().