Home
last modified time | relevance | path

Searched refs:OTableFieldControl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldControl.cxx63 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()
[all …]
H A DFieldDescGenWin.hxx37 class OTableFieldControl;
44 OTableFieldControl *m_pFieldControl;
80 inline OTableFieldControl* getFieldControl() const { return m_pFieldControl; } in getFieldControl()
H A DTableFieldControl.hxx37 class OTableFieldControl : public OFieldDescControl class
57 OTableFieldControl( Window* pParent, OTableDesignHelpBar* pHelpBar);
H A DFieldDescGenWin.cxx60 m_pFieldControl = new OTableFieldControl(this,pHelp); in DBG_NAME()