Lines Matching refs:GetView

177 	m_pOwner->GetView()->getController().InvalidateFeature(SID_CUT);  in IMPL_LINK()
178 m_pOwner->GetView()->getController().InvalidateFeature(SID_COPY); in IMPL_LINK()
179 m_pOwner->GetView()->getController().InvalidateFeature(SID_PASTE); in IMPL_LINK()
191 sal_Bool bRead(GetView()->getController().isReadOnly()); in Init()
203 ::dbaccess::ODsnTypeCollection aDsnTypes(GetView()->getController().getORB()); in Init()
204 …escription = aDsnTypes.supportsColumnDescription(::comphelper::getString(GetView()->getController(… in Init()
257 m_pRowList = GetView()->getController().getRows(); in OTableEditorCtrl()
264 return GetView()->getController().GetUndoManager(); in GetUndoManager()
320 xCon = GetView()->getController().getConnection(); in InitCellController()
458 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in GetController()
521 const OTypeInfoMap* pTypeInfo = GetView()->getController().getTypeInfo(); in InitController()
601 GetView()->GetDescWin()->DisplayData(GetFieldDescr(nRow)); in DisplayData()
634 Reference<XConnection> xCon = GetView()->getController().getConnection(); in HasFieldName()
735 OTableController& rController = GetView()->getController(); in SaveData()
854 const OTypeInfoMap* pTypeInfoMap = GetView()->getController().getTypeInfo(); in CellModified()
863 pActRow->SetFieldType( GetView()->getController().getTypeInfoFallBack() ); in CellModified()
889 GetView()->getController().setModified( sal_True ); in CellModified()
897 SwitchType( GetView()->getController().getTypeInfo(nPos) ); in resetType()
910 GetView()->getController().InvalidateFeature(SID_UNDO); in InvalidateFeatures()
911 GetView()->getController().InvalidateFeature(SID_REDO); in InvalidateFeatures()
912 GetView()->getController().InvalidateFeature(SID_SAVEDOC); in InvalidateFeatures()
969 Reference<XConnection> xCon = GetView()->getController().getConnection(); in GenerateName()
1023 pRow->GetActFieldDescr()->SetType(GetView()->getController().getTypeInfoByType(nType)); in InsertRows()
1045 GetView()->getController().setModified( sal_True ); in InsertRows()
1053 …OSL_ENSURE(GetView()->getController().isDropAllowed(),"Call of DeleteRows not valid here. Please c… in DeleteRows()
1090 GetView()->getController().setModified( sal_True ); in DeleteRows()
1098 …OSL_ENSURE(GetView()->getController().isAddAllowed(),"Call of InsertNewRows not valid here. Please… in InsertNewRows()
1111 GetView()->getController().setModified( sal_True ); in InsertNewRows()
1218 … sValue = GetView()->GetDescWin()->getGenPage()->getFieldControl()->getControlDefault(pFieldDescr); in SetCellData()
1256 sValue = GetView()->GetDescWin()->BoolStringPersistent(::comphelper::getString(_rNewData)); in SetCellData()
1333 …sValue = GetView()->GetDescWin()->BoolStringUI(::comphelper::getString(pFieldDescr->GetControlDefa… in GetCellData()
1381 …sal_Bool bIsCutAllowed = (GetView()->getController().isAddAllowed() && GetView()->getController().… in IsCutAllowed()
1382 GetView()->getController().isAlterAllowed(); in IsCutAllowed()
1427 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in IsCopyAllowed()
1454 sal_Bool bAllowed = GetView()->getController().isAddAllowed(); in IsPasteAllowed()
1473 if(GetView()->getController().isAlterAllowed()) in cut()
1482 if(GetView()->getController().isAlterAllowed()) in cut()
1491 if(GetView()->getController().isAlterAllowed()) in cut()
1531 if(GetView()->getController().isAlterAllowed()) in paste()
1539 if(GetView()->getController().isAlterAllowed()) in paste()
1547 if(GetView()->getController().isAlterAllowed()) in paste()
1560 return GetSelectRowCount() != 0 && GetView()->getController().isDropAllowed(); in IsDeleteAllowed()
1568 sal_Bool bInsertNewAllowed = GetView()->getController().isAddAllowed(); in IsInsertNewAllowed()
1571 if (bInsertNewAllowed && !GetView()->getController().isDropAllowed()) in IsInsertNewAllowed()
1588 OTableController& rController = GetView()->getController(); in IsPrimaryKeyAllowed()
1765 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition();
1766 if ( !GetView()->getController().getTable().is() )
1803 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition();
1804 if ( !GetView()->getController().getTable().is() )
1828 OTableController& rController = GetView()->getController(); in AdjustFieldDescription()
1891 GetView()->getController().setModified( sal_True ); in SetPrimaryKey()
1941 || ( GetView()->getController().getTypeInfo( nCurrentlySelected ) != _pType ) in SwitchType()
1945 const OTypeInfoMap* pTypeInfo = GetView()->getController().getTypeInfo(); in SwitchType()
1964 …Reference< XNumberFormatTypes>(GetView()->getController().getNumberFormatter()->getNumberFormatsSu… in SwitchType()
1965 GetView()->getLocale()); in SwitchType()
1973 OTableDesignView* OTableEditorCtrl::GetView() const in GetView() function in OTableEditorCtrl