Searched refs:OTableFieldControl (Results 1 – 4 of 4) sorted by relevance
63 OTableFieldControl::OTableFieldControl( Window* pParent, OTableDesignHelpBar* pHelpBar) :OFieldDesc… in OTableFieldControl() function in OTableFieldControl67 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()[all …]
37 class OTableFieldControl;44 OTableFieldControl *m_pFieldControl;80 inline OTableFieldControl* getFieldControl() const { return m_pFieldControl; } in getFieldControl()
37 class OTableFieldControl : public OFieldDescControl class57 OTableFieldControl( Window* pParent, OTableDesignHelpBar* pHelpBar);
60 m_pFieldControl = new OTableFieldControl(this,pHelp); in DBG_NAME()