/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | FieldDescriptions.hxx | 55 TOTypeInfoSP m_pType; 90 void SetType(TOTypeInfoSP _pType); 107 void FillFromTypeInfo(const TOTypeInfoSP& _pType,sal_Bool _bForce,sal_Bool _bReset); 121 TOTypeInfoSP getTypeInfo() const; 122 TOTypeInfoSP getSpecialTypeInfo() const;
|
H A D | TableController.hxx | 58 TOTypeInfoSP m_pTypeInfo; // fall back when type is unkown because database driver has a failure 115 …inline TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) const { return m_aTypeInfoIndex[_nPos]->secon… in getTypeInfo() 116 TOTypeInfoSP getTypeInfoByType(sal_Int32 _nDataType) const; 118 inline TOTypeInfoSP getTypeInfoFallBack() const { return m_pTypeInfo; } in getTypeInfoFallBack()
|
H A D | ColumnControlWindow.hxx | 56 mutable TOTypeInfoSP m_pTypeInfo; // default type 66 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos); 81 TOTypeInfoSP getDefaultTyp() const;
|
H A D | TypeInfo.hxx | 124 typedef ::boost::shared_ptr<OTypeInfo> TOTypeInfoSP; typedef 125 typedef ::std::multimap<sal_Int32,TOTypeInfoSP> OTypeInfoMap; 136 TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo,
|
H A D | WCopyTable.hxx | 274 TOTypeInfoSP m_pTypeInfo; // default type 372 TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) const { return m_aTypeInfoIndex[_nPos]->second; } in getTypeInfo() 375 …TOTypeInfoSP getDestTypeInfo(sal_Int32 _nPos) const { return m_aDestTypeInfoIndex[_nPos]->second;… in getDestTypeInfo() 403 TOTypeInfoSP convertType(const TOTypeInfoSP&_pType,sal_Bool& _bNotConvert);
|
H A D | FieldDescControl.hxx | 122 TOTypeInfoSP m_pPreviousType; 185 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) = 0;
|
H A D | UITools.hxx | 349 TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo); 359 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo);
|
H A D | TableRow.hxx | 68 void SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce = sal_False );
|
H A D | TableDesignControl.hxx | 65 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) = 0;
|
H A D | WTypeSelect.hxx | 53 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
|
H A D | DExport.hxx | 99 TOTypeInfoSP m_pTypeInfo; // contains the default type
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescriptions.cxx | 206 void OFieldDescription::FillFromTypeInfo(const TOTypeInfoSP& _pType,sal_Bool _bForce,sal_Bool _bRes… in FillFromTypeInfo() 208 TOTypeInfoSP pOldType = getTypeInfo(); in FillFromTypeInfo() 365 void OFieldDescription::SetType(TOTypeInfoSP _pType) in SetType() 567 TOTypeInfoSP pTypeInfo = getTypeInfo(); in GetPrecision() 617 TOTypeInfoSP OFieldDescription::getTypeInfo() const in getTypeInfo() 622 TOTypeInfoSP OFieldDescription::getSpecialTypeInfo() const in getSpecialTypeInfo() 624 TOTypeInfoSP pSpecialType( new OTypeInfo() ); in getSpecialTypeInfo()
|
H A D | TableUndo.hxx | 98 TOTypeInfoSP m_pOldType; 99 TOTypeInfoSP m_pNewType; 105 …ndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTypeInfoSP& _pOldType );
|
H A D | TEditControl.cxx | 677 SwitchType(TOTypeInfoSP()); in SaveData() 868 …GetUndoManager().AddUndoAction( new OTableEditorTypeSelUndoAct(this, nRow, nColId+1, TOTypeInfoSP(… in CellModified() 899 SwitchType(TOTypeInfoSP()); in resetType() 1163 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) in SetCellData() 1619 TOTypeInfoSP pTypeInfo = pFieldDescr->getTypeInfo(); in IsPrimaryKeyAllowed() 1918 void OTableEditorCtrl::SwitchType( const TOTypeInfoSP& _pType ) in SwitchType()
|
H A D | TEditControl.hxx | 151 void SwitchType( const TOTypeInfoSP& _pType ); 156 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo );
|
H A D | TableUndo.cxx | 186 …UndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTypeInfoSP& _pOldType ) in OTableEditorTypeSelUndoAct() 210 m_pNewType = TOTypeInfoSP(); in Undo()
|
H A D | TableController.cxx | 174 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in DBG_NAME() 719 TOTypeInfoSP OTableController::getTypeInfoByType(sal_Int32 _nDataType) const in getTypeInfoByType() 894 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreate,nPrecisi… in loadData() 1010 TOTypeInfoSP pTypeInfo = ::dbaui::queryPrimaryKeyType(m_aTypeInfo); in checkColumns()
|
H A D | TableFieldControl.hxx | 51 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
|
H A D | TableFieldControl.cxx | 145 TOTypeInfoSP OTableFieldControl::getTypeInfo(sal_Int32 _nPos) in getTypeInfo()
|
H A D | TableRow.cxx | 105 void OTableRow::SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce ) in SetFieldType()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | ColumnControlWindow.cxx | 136 TOTypeInfoSP OColumnControlWindow::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() 138 …st<sal_Int32>(m_aDestTypeInfoIndex.size())) ? m_aDestTypeInfoIndex[_nPos]->second : TOTypeInfoSP(); in getTypeInfo() 185 TOTypeInfoSP OColumnControlWindow::getDefaultTyp() const in getDefaultTyp() 189 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in getDefaultTyp()
|
H A D | FieldDescControl.cxx | 795 TOTypeInfoSP pTypeInfo = getTypeInfo(m_pType->GetSelectEntryPos()); in IMPL_LINK() 1254 m_pPreviousType = TOTypeInfoSP(); in DisplayData() 1272 TOTypeInfoSP pFieldType; in DisplayData()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 738 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in construct() 823 TOTypeInfoSP pTypeInfo = queryPrimaryKeyType(m_aDestTypeInfo); in CheckColumns() 874 TOTypeInfoSP pType = convertType((*aSrcIter)->second->getSpecialTypeInfo(),bRet); in CheckColumns() 1151 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPr… in loadData() 1538 TOTypeInfoSP OCopyTableWizard::convertType(const TOTypeInfoSP& _pType,sal_Bool& _bNotConvert) in convertType() 1546 …TOTypeInfoSP pType = ::dbaui::getTypeInfoFromType(m_aDestTypeInfo,_pType->nType,_pType->aTypeName,… in convertType()
|
H A D | UITools.cxx | 513 TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo, in getTypeInfoFromType() 522 TOTypeInfoSP pTypeInfo; in getTypeInfoFromType() 687 TOTypeInfoSP pInfo(new OTypeInfo()); in fillTypeInfo() 1537 TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo) in queryPrimaryKeyType() 1539 TOTypeInfoSP pTypeInfo; in queryPrimaryKeyType() 1569 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo) in queryTypeInfoByType() 1575 TOTypeInfoSP pTypeInfo; in queryTypeInfoByType()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | ColumnPeer.cxx | 113 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeNam… in setColumn()
|