Lines Matching refs:GetCtrl
69 GetCtrl()->CellModified(nRow,nColId); in CellModified()
72 OTableEditorCtrl* OTableFieldControl::GetCtrl() const in GetCtrl() function in OTableFieldControl
81 sal_Bool bRead(GetCtrl()->IsReadOnly()); in IsReadOnly()
85 Reference<XPropertySet> xTable = GetCtrl()->GetView()->getController().getTable(); in IsReadOnly()
90 ::boost::shared_ptr<OTableRow> pCurRow = GetCtrl()->GetActRow(); in IsReadOnly()
124 GetCtrl()->GetView()->getController().setModified(bModified); in SetModified()
129 return GetCtrl()->GetView()->getController().getConnection(); in getConnection()
134 Reference<XConnection> xCon = GetCtrl()->GetView()->getController().getConnection(); in getMetaData()
142 return GetCtrl()->GetView()->getController().getNumberFormatter(); in GetFormatter()
147 return GetCtrl()->GetView()->getController().getTypeInfo(_nPos); in getTypeInfo()
152 return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().getTypeInfo(); in getTypeInfo()
157 return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getLocale(); in GetLocale()
162 …return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().isAutoIncremen… in isAutoIncrementValueEnabled()
167 …return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().getAutoIncreme… in getAutoIncrementValue()