Home
last modified time | relevance | path

Searched refs:_pTypeInfo (Results 1 – 5 of 5) sorted by relevance

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx292 type_info * _pTypeInfo; member
305 { _pTypeInfo = msci_getRTTI( pTypeDescr->pTypeName ); } in ExceptionType()
555 if (pType != 0 && pType->_pTypeInfo != 0) in msci_filterCppException()
560 pType->_pTypeInfo )->_m_d_name, in msci_filterCppException()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx300 sal_uInt32 _pTypeInfo; // type_info *, RVA on Win64 member
310 e->_pTypeInfo = typeInfoRVA; in initialize()
591 if (pType != 0 && pType->_pTypeInfo != 0) in mscx_filterCppException()
596 baseAddress + pType->_pTypeInfo )->_m_d_name, in mscx_filterCppException()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1163 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) in SetCellData() argument
1179 SwitchType( _pTypeInfo ); in SetCellData()
1184 SetControlText(nRow,nColId,_pTypeInfo.get() ? _pTypeInfo->aUIName : ::rtl::OUString()); in SetCellData()
H A DTEditControl.hxx156 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo );
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx65 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) = 0;

Completed in 36 milliseconds