Lines Matching refs:OTableFieldControl

63 OTableFieldControl::OTableFieldControl( Window* pParent, OTableDesignHelpBar* pHelpBar) :OFieldDesc…  in OTableFieldControl()  function in OTableFieldControl
67 void OTableFieldControl::CellModified(long nRow, sal_uInt16 nColId ) in CellModified()
72 OTableEditorCtrl* OTableFieldControl::GetCtrl() const in GetCtrl()
79 sal_Bool OTableFieldControl::IsReadOnly() in IsReadOnly()
98 void OTableFieldControl::ActivateAggregate( EControlType eType ) in ActivateAggregate()
110 void OTableFieldControl::DeactivateAggregate( EControlType eType ) in DeactivateAggregate()
122 void OTableFieldControl::SetModified(sal_Bool bModified) in SetModified()
127 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> OTableFieldControl::getConne… in getConnection()
132 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> OTableFieldControl::ge… in getMetaData()
140 Reference< XNumberFormatter > OTableFieldControl::GetFormatter() const in GetFormatter()
145 TOTypeInfoSP OTableFieldControl::getTypeInfo(sal_Int32 _nPos) in getTypeInfo()
150 const OTypeInfoMap* OTableFieldControl::getTypeInfo() const in getTypeInfo()
152 return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().getTypeInfo(); in getTypeInfo()
155 Locale OTableFieldControl::GetLocale() const in GetLocale()
157 return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getLocale(); in GetLocale()
160 sal_Bool OTableFieldControl::isAutoIncrementValueEnabled() const in isAutoIncrementValueEnabled()
162 …return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().isAutoIncremen… in isAutoIncrementValueEnabled()
165 ::rtl::OUString OTableFieldControl::getAutoIncrementValue() const in getAutoIncrementValue()
167 …return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().getAutoIncreme… in getAutoIncrementValue()