Lines Matching refs:GetView
175 m_pOwner->GetView()->getController().InvalidateFeature(SID_CUT); in IMPL_LINK()
176 m_pOwner->GetView()->getController().InvalidateFeature(SID_COPY); in IMPL_LINK()
177 m_pOwner->GetView()->getController().InvalidateFeature(SID_PASTE); in IMPL_LINK()
189 sal_Bool bRead(GetView()->getController().isReadOnly()); in Init()
201 ::dbaccess::ODsnTypeCollection aDsnTypes(GetView()->getController().getORB()); in Init()
202 …escription = aDsnTypes.supportsColumnDescription(::comphelper::getString(GetView()->getController(… in Init()
255 m_pRowList = GetView()->getController().getRows(); in OTableEditorCtrl()
262 return GetView()->getController().GetUndoManager(); in GetUndoManager()
318 xCon = GetView()->getController().getConnection(); in InitCellController()
456 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in GetController()
519 const OTypeInfoMap* pTypeInfo = GetView()->getController().getTypeInfo(); in InitController()
599 GetView()->GetDescWin()->DisplayData(GetFieldDescr(nRow)); in DisplayData()
632 Reference<XConnection> xCon = GetView()->getController().getConnection(); in HasFieldName()
733 OTableController& rController = GetView()->getController(); in SaveData()
852 const OTypeInfoMap* pTypeInfoMap = GetView()->getController().getTypeInfo(); in CellModified()
861 pActRow->SetFieldType( GetView()->getController().getTypeInfoFallBack() ); in CellModified()
887 GetView()->getController().setModified( sal_True ); in CellModified()
895 SwitchType( GetView()->getController().getTypeInfo(nPos) ); in resetType()
908 GetView()->getController().InvalidateFeature(SID_UNDO); in InvalidateFeatures()
909 GetView()->getController().InvalidateFeature(SID_REDO); in InvalidateFeatures()
910 GetView()->getController().InvalidateFeature(SID_SAVEDOC); in InvalidateFeatures()
967 Reference<XConnection> xCon = GetView()->getController().getConnection(); in GenerateName()
1021 … pRow->GetActFieldDescr()->SetType(GetView()->getController().getTypeInfoByType(nType)); in InsertRows()
1043 GetView()->getController().setModified( sal_True ); in InsertRows()
1051 …OSL_ENSURE(GetView()->getController().isDropAllowed(),"Call of DeleteRows not valid here. Please c… in DeleteRows()
1087 GetView()->getController().setModified( sal_True ); in DeleteRows()
1095 …OSL_ENSURE(GetView()->getController().isAddAllowed(),"Call of InsertNewRows not valid here. Please… in InsertNewRows()
1108 GetView()->getController().setModified( sal_True ); in InsertNewRows()
1215 … sValue = GetView()->GetDescWin()->getGenPage()->getFieldControl()->getControlDefault(pFieldDescr); in SetCellData()
1253 … sValue = GetView()->GetDescWin()->BoolStringPersistent(::comphelper::getString(_rNewData)); in SetCellData()
1330 …sValue = GetView()->GetDescWin()->BoolStringUI(::comphelper::getString(pFieldDescr->GetControlDefa… in GetCellData()
1378 …sal_Bool bIsCutAllowed = (GetView()->getController().isAddAllowed() && GetView()->getController().… in IsCutAllowed()
1379 GetView()->getController().isAlterAllowed(); in IsCutAllowed()
1424 Reference<XPropertySet> xTable = GetView()->getController().getTable(); in IsCopyAllowed()
1451 sal_Bool bAllowed = GetView()->getController().isAddAllowed(); in IsPasteAllowed()
1470 if(GetView()->getController().isAlterAllowed()) in cut()
1479 if(GetView()->getController().isAlterAllowed()) in cut()
1488 if(GetView()->getController().isAlterAllowed()) in cut()
1528 if(GetView()->getController().isAlterAllowed()) in paste()
1536 if(GetView()->getController().isAlterAllowed()) in paste()
1544 if(GetView()->getController().isAlterAllowed()) in paste()
1557 return GetSelectRowCount() != 0 && GetView()->getController().isDropAllowed(); in IsDeleteAllowed()
1565 sal_Bool bInsertNewAllowed = GetView()->getController().isAddAllowed(); in IsInsertNewAllowed()
1568 if (bInsertNewAllowed && !GetView()->getController().isDropAllowed()) in IsInsertNewAllowed()
1585 OTableController& rController = GetView()->getController(); in IsPrimaryKeyAllowed()
1762 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition();
1763 if ( !GetView()->getController().getTable().is() )
1800 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition();
1801 if ( !GetView()->getController().getTable().is() )
1825 OTableController& rController = GetView()->getController(); in AdjustFieldDescription()
1888 GetView()->getController().setModified( sal_True ); in SetPrimaryKey()
1938 || ( GetView()->getController().getTypeInfo( nCurrentlySelected ) != _pType ) in SwitchType()
1942 const OTypeInfoMap* pTypeInfo = GetView()->getController().getTypeInfo(); in SwitchType()
1961 …Reference< XNumberFormatTypes>(GetView()->getController().getNumberFormatter()->getNumberFormatsSu… in SwitchType()
1962 GetView()->getLocale()); in SwitchType()
1970 OTableDesignView* OTableEditorCtrl::GetView() const in GetView() function in OTableEditorCtrl