Home
last modified time | relevance | path

Searched refs:TOTypeInfoSP (Results 1 – 25 of 29) sorted by relevance

12

/aoo41x/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx55 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 DTableController.hxx58 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 DColumnControlWindow.hxx56 mutable TOTypeInfoSP m_pTypeInfo; // default type
66 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
81 TOTypeInfoSP getDefaultTyp() const;
H A DTypeInfo.hxx124 typedef ::boost::shared_ptr<OTypeInfo> TOTypeInfoSP; typedef
125 typedef ::std::multimap<sal_Int32,TOTypeInfoSP> OTypeInfoMap;
136 TOTypeInfoSP getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo,
H A DWCopyTable.hxx274 TOTypeInfoSP m_pTypeInfo; // default type
372 TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) const { return m_aTypeInfoIndex[_nPos]->second; } in getTypeInfo()
375TOTypeInfoSP getDestTypeInfo(sal_Int32 _nPos) const { return m_aDestTypeInfoIndex[_nPos]->second;… in getDestTypeInfo()
403 TOTypeInfoSP convertType(const TOTypeInfoSP&_pType,sal_Bool& _bNotConvert);
H A DFieldDescControl.hxx122 TOTypeInfoSP m_pPreviousType;
185 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) = 0;
H A DUITools.hxx349 TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo);
359 TOTypeInfoSP queryTypeInfoByType(sal_Int32 _nDataType,const OTypeInfoMap& _rTypeInfo);
H A DTableRow.hxx68 void SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce = sal_False );
H A DTableDesignControl.hxx65 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) = 0;
H A DWTypeSelect.hxx53 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
H A DDExport.hxx99 TOTypeInfoSP m_pTypeInfo; // contains the default type
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx206 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 DTableUndo.hxx98 TOTypeInfoSP m_pOldType;
99 TOTypeInfoSP m_pNewType;
105 …ndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTypeInfoSP& _pOldType );
H A DTEditControl.cxx677 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 DTEditControl.hxx151 void SwitchType( const TOTypeInfoSP& _pType );
156 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo );
H A DTableUndo.cxx186 …UndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTypeInfoSP& _pOldType ) in OTableEditorTypeSelUndoAct()
210 m_pNewType = TOTypeInfoSP(); in Undo()
H A DTableController.cxx174 m_pTypeInfo = TOTypeInfoSP(new OTypeInfo()); in DBG_NAME()
719 TOTypeInfoSP OTableController::getTypeInfoByType(sal_Int32 _nDataType) const in getTypeInfoByType()
894TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreate,nPrecisi… in loadData()
1010 TOTypeInfoSP pTypeInfo = ::dbaui::queryPrimaryKeyType(m_aTypeInfo); in checkColumns()
H A DTableFieldControl.hxx51 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
H A DTableFieldControl.cxx145 TOTypeInfoSP OTableFieldControl::getTypeInfo(sal_Int32 _nPos) in getTypeInfo()
H A DTableRow.cxx105 void OTableRow::SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce ) in SetFieldType()
/aoo41x/main/dbaccess/source/ui/control/
H A DColumnControlWindow.cxx136 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 DFieldDescControl.cxx795 TOTypeInfoSP pTypeInfo = getTypeInfo(m_pType->GetSelectEntryPos()); in IMPL_LINK()
1254 m_pPreviousType = TOTypeInfoSP(); in DisplayData()
1272 TOTypeInfoSP pFieldType; in DisplayData()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx738 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()
1151TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPr… in loadData()
1538 TOTypeInfoSP OCopyTableWizard::convertType(const TOTypeInfoSP& _pType,sal_Bool& _bNotConvert) in convertType()
1546TOTypeInfoSP pType = ::dbaui::getTypeInfoFromType(m_aDestTypeInfo,_pType->nType,_pType->aTypeName,… in convertType()
H A DUITools.cxx513 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()
/aoo41x/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx113TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeNam… in setColumn()

Completed in 270 milliseconds

12