Home
last modified time | relevance | path

Searched refs:m_pView (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dsvimpbox.cxx61 m_pView = pLBView; in SvImpLBox()
377 m_pView->Update(); in CursorUp()
382 m_pView->Update(); in CursorUp()
404 m_pView->Update(); in PageDown()
442 m_pView->Update(); in PageUp()
990 long nLastEntryPos = m_pView->GetAbsPos( m_pView->Last() ); in ScrollToAbsPos()
1959 if ( m_pView->IsEditingActive() && pEntry == m_pView->pEdEntry ) in ButtonDownCheckExpand()
2809 if( bSelect && m_pView->GetSelectionCount() == m_pView->GetEntryCount()) in SelAllDestrAnch()
2914 m_pView->PaintEntry1(*pEntry, GetEntryLine(pEntry), *m_pView); in PaintDDCursor()
3378 if ( m_pView ) in CallEventListeners()
[all …]
H A Diconviewimpl.cxx46 m_pView->Update(); in CursorUp()
51 m_pView->Update(); in CursorUp()
70 m_pView->Update(); in CursorDown()
74 m_pView->Update(); in CursorDown()
97 m_pView->Update(); in PageDown()
103 m_pView->Update(); in PageDown()
110 m_pView->Update(); in PageDown()
112 m_pView->Update(); in PageDown()
135 m_pView->Update(); in PageUp()
239 …if( m_pView->GetEntryCount() == 0 || !m_pStartEntry || !m_pView->GetEntryHeight() || !m_pView->Get… in GetClickedEntry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Diconviewimpl.cxx46 m_pView->PaintImmediately(); in CursorUp()
52 m_pView->PaintImmediately(); in CursorUp()
54 m_pView->NotifyScrolled(); in CursorUp()
74 m_pView->Scroll( 0, -(m_pView->GetEntryHeight()), aArea, ScrollFlags::NoChildren ); in CursorDown()
221 return Point( ( pos % m_pView->GetColumnsCount() ) * m_pView->GetEntryWidth(), in GetEntryPosition()
222 ( pos / m_pView->GetColumnsCount() ) * m_pView->GetEntryHeight() ); in GetEntryPosition()
230 …if( m_pView->GetEntryCount() == 0 || !m_pStartEntry || !m_pView->GetEntryHeight() || !m_pView->Get… in GetClickedEntry()
354 m_pView->Invalidate(); in UpdateAll()
418 if(nX + m_pView->GetEntryWidth() > nEntryWidth * m_pView->GetColumnsCount()) in Paint()
438 aRect.SetTop( nId / m_pView->GetColumnsCount() * m_pView->GetEntryHeight() ); in InvalidateEntry()
[all …]
H A Dsvimpbox.cxx63 m_pView = pLBView; in SvImpLBox()
211 m_pView->SetTabs(); in UpdateContextBmpWidthMax()
737 if( m_pView->GetEntryCount() == 0 || !m_pStartEntry || !m_pView->GetEntryHeight()) in GetClickedEntry()
947 m_pView->Invalidate(); in MakeVisible()
954 tools::Long nLastEntryPos = m_pView->GetAbsPos( m_pView->Last() ); in ScrollToAbsPos()
1648 if( m_pCursor && m_pView->HasFocus() && !m_pView->IsSelected(m_pCursor) ) in EntryRemoved()
1895 if ( m_pView->IsEditingActive() && pEntry == m_pView->pEdEntry ) in ButtonDownCheckExpand()
1930 m_pView->GrabFocus(); in MouseButtonDown()
2516 SvTreeListEntry* pEntry = m_pView ? m_pView->FirstSelected() : nullptr; in LoseFocus()
2725 if( bSelect && m_pView->GetSelectionCount() == m_pView->GetEntryCount()) in SelAllDestrAnch()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/tin/tin_viewer/
H A Dtin_view_dialog.cpp130 Add_Output(m_pView); in BEGIN_EVENT_TABLE()
136 m_pView->On_Mouse_Wheel(event); in On_Mouse_Wheel()
187 m_pView->Update_View(); in On_Update_Control()
197 m_pView ->Update_View(); in On_Update_Choices()
206 m_pView ->Update_Extent(); in On_Update_Choices()
211 m_pView ->m_Style = m_pStyle->GetSelection(); in On_Update_Choices()
213 m_pView ->Update_View(); in On_Update_Choices()
220 m_pView ->Update_View(); in On_Update_Choices()
236 m_pView ->Update_View(); in On_Button()
260 m_pCheck_Frame ->SetValue(m_pView->m_bFrame); in Update_Rotation()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_viewer/
H A Dpoints_view_dialog.cpp133 Add_Output(m_pView); in BEGIN_EVENT_TABLE()
139 m_pView->On_Mouse_Wheel(event); in On_Mouse_Wheel()
175 m_pView->m_Detail = m_pSlide_Detail ->Get_Value(); in On_Update_Control()
182 m_pView->Update_View(); in On_Update_Control()
190 m_pView ->m_zField = m_pField_Z ->GetSelection(); in On_Update_Choices()
192 m_pView ->Update_View(); in On_Update_Choices()
203 m_pView ->Update_Extent(m_pExtent->Get_Extent()); in On_Update_Choices()
219 m_pView ->Update_View(); in On_Button()
231 m_pView->Update_Extent(m_pExtent->Get_Extent()); in Update_Extent()
248 m_pCheck_Scale ->SetValue(m_pView->m_bScale); in Update_Rotation()
[all …]
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A DKonqViewAdaptor.cpp12 : m_pView(view) in KonqViewAdaptor()
34 m_pView->lockHistory(); in lockHistory()
39 m_pView->stop(); in stop()
44 return m_pView->url().url(); in url()
54 return m_pView->serviceType(); in serviceType()
59 return m_pView->serviceTypes(); in serviceTypes()
69 m_pView->enablePopupMenu(b); in enablePopupMenu()
79 m_pView->go(-1); in goForward()
84 m_pView->go(+1); in goBack()
94 return m_pView->canGoBack(); in canGoBack()
[all …]
H A Dkonqframe.cpp82 m_pView = nullptr; in KonqFrame()
106 if (m_pView) { in saveConfig()
118 if (m_pView) { in copyHistory()
180 m_pView = child; in setView()
181 if (m_pView) { in setView()
206 if (!isActivePart() && m_pView && !m_pView->isPassiveMode()) { in slotStatusBarClicked()
222 m_pView->mainWindow()->viewManager()->removeView(m_pView); in slotRemoveView()
227 if (m_pView && !m_pView->isPassiveMode()) { in activateChild()
230 …if (!m_pView->isLoading() && (m_pView->url().isEmpty() || KonqUrl::isKonqBlank(m_pView->url()))) { in activateChild()
239 return m_pView; in childView()
[all …]
H A Dkonqrun.cpp53 if (m_pView) { in KonqRun()
54 m_pView->setLoading(true); in KonqRun()
61 if (m_pView && m_pView->run() == this) { in ~KonqRun()
62 m_pView->setRun(nullptr); in ~KonqRun()
74 if (m_pView) { in foundMimeType()
170 && (m_pView && !m_pView->showsDirectory())) { in tryOpenView()
308 if (job && !job->error() && m_pView) { in init()
319 KParts::ReadOnlyPart *part = m_pView ? m_pView->part() : nullptr; in usingWebEngine()
320 if (m_pView && m_pView->isWebBrowsingPart()) { in usingWebEngine()
355 if (m_pView && m_pView->service()->desktopEntryName() != QLatin1String("konq_sidebartng")) { in scanFile()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Dview-settings.cc46 dlg->m_pView->Update (); in OnFoVChanged()
55 dlg->m_pView->SetRotation (value, dlg->m_pView->GetTheta (), dlg->m_pView->GetPhi ()); in OnPsiChanged()
56 dlg->m_pView->Update (); in OnPsiChanged()
68 dlg->m_pView->SetRotation (dlg->m_pView->GetPsi (), value, dlg->m_pView->GetPhi ()); in OnThetaChanged()
69 dlg->m_pView->Update (); in OnThetaChanged()
81 dlg->m_pView->SetRotation (dlg->m_pView->GetPsi (), dlg->m_pView->GetTheta (), value); in OnPhiChanged()
82 dlg->m_pView->Update (); in OnPhiChanged()
93 dlg->m_pView->SetRed (rgba.red); in OnBackgroundChanged()
95 dlg->m_pView->SetBlue (rgba.blue); in OnBackgroundChanged()
97 dlg->m_pView->Update (); in OnBackgroundChanged()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_VisualDragText.cpp39 : m_pView (pView), in FV_VisualDragText()
80 return m_pView->getGraphics(); in getGraphics()
438 m_pView->_setPoint(posAtXY); in _mouseDrag()
579 m_pView->m_countDisable++; in drawCursor()
628 if(m_pView->getSelectionAnchor() < m_pView->getPoint()) in getImageFromSelection()
992 m_pView->cmdCut(); in mouseCut()
1042 m_pView->cmdCopy(); in mouseCopy()
1049 m_pView->_resetSelection(); in mouseCopy()
1096 m_pView->cmdUndo(1); in abortDrag()
1155 m_pView->pasteFromLocalTo(m_pView->getPoint()); in mouseRelease()
[all …]
H A Dfv_Selection.cpp41 : m_pView (pView), in FV_Selection()
83 posLow = m_pView->getPoint(); in checkSelectAll()
149 m_pView->cmdInsertCol(m_pView->getPoint(),false); in pasteRowOrCol()
159 if (!m_pView->isSelectionEmpty()) in pasteRowOrCol()
161 m_pView->_clearSelection(); in pasteRowOrCol()
164 pos = m_pView->getPoint(); in pasteRowOrCol()
183 m_pView->setPoint(posCell); in pasteRowOrCol()
205 m_pView->_generalUpdate(); in pasteRowOrCol()
233 return m_pView->getDocument(); in getDoc()
238 return m_pView->getLayout(); in getLayout()
[all …]
H A Dfv_SelectionHandles.cpp27 : m_pView (pView), in FV_SelectionHandles()
47 x = m_pView->getGraphics()->tdu(x1); in _getPositionCoords()
48 y = m_pView->getGraphics()->tdu(y1); in _getPositionCoords()
83 x = m_pView->getGraphics()->tlu(x); in updateSelectionStart()
84 y = m_pView->getGraphics()->tlu(y); in updateSelectionStart()
101 x = m_pView->getGraphics()->tlu(x); in updateSelectionEnd()
102 y = m_pView->getGraphics()->tlu(y); in updateSelectionEnd()
110 m_pView->_fixInsertionPointCoords(); in updateSelectionEnd()
116 x = m_pView->getGraphics()->tlu(x); in updateCursor()
117 y = m_pView->getGraphics()->tlu(y); in updateCursor()
[all …]
H A Dfv_FrameEdit.cpp80 m_pView->_setPoint(pos); in setPointInside()
106 m_pView->m_countDisable++; in setMode()
133 FV_View * pView = pFE->m_pView; in _actuallyScroll()
313 if(m_pView->getYScrollOffset() >= m_pView->getLayout()->getHeight()) in _mouseDrag()
315 m_pView->setYScrollOffset(m_pView->getLayout()->getHeight()); in _mouseDrag()
697 m_pView->_clearSelection(); in mouseLeftPress()
1115 m_pView->_generalUpdate(); in mouseRelease()
1234 m_pView->_clearSelection(); in mouseRelease()
1250 m_pView->_generalUpdate(); in mouseRelease()
1364 m_pView->_generalUpdate(); in deleteFrame()
[all …]
H A Dfv_InlineImage.cpp95 m_pView->updateScreen(false); in setMode()
112 FV_View * pView = pVis->m_pView; in _actuallyScroll()
368 m_pView->_setPoint(posAtXY); in _mouseDrag()
591 m_pView->_clearSelection(); in mouseCut()
594 m_pView->setPoint(posLow); in mouseCut()
596 m_pView->setPoint(posHigh); in mouseCut()
626 m_pView->updateScreen(false); in mouseCut()
706 m_pView->cmdUndo(1); in abortDrag()
930 m_pView->updateScreen(false); in mouseCopy()
963 m_pView->_resetSelection(); in mouseCopy()
[all …]
H A Dfv_ViewDoubleBuffering.cpp33 : m_pView(pView), in FV_ViewDoubleBuffering()
65 if(!m_pView->registerDoubleBufferingObject(this)) in beginDoubleBuffering()
70 m_pPainter = new GR_Painter(m_pView->getGraphics()); in beginDoubleBuffering()
88 if(!m_pView->unregisterDoubleBufferingObject(this)) in endDoubleBuffering()
108 const UT_Rect *clipRectFromGraphics = m_pView->getGraphics()->getClipRect(); in recordViewDrawCall()
122 m_pView->getGraphics()->setClipRect(&mostExtArgs.clipRect); in callUnifiedDraw()
123 m_pView->_draw( in callUnifiedDraw()
127 m_pView->getGraphics()->setClipRect(NULL); in callUnifiedDraw()
139 this->m_pView->_draw( in redrawEntireScreen()
141 m_pView->getWindowWidth(), m_pView->getWindowHeight(), in redrawEntireScreen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextviewport.cxx27 , m_pView(nullptr) in RichTextViewPort()
34 m_pView = &_rView; in setView()
40 m_pView->Paint(_rRect, &rRenderContext); in Paint()
46 if (m_pView) in GetFocus()
49 m_pView->ShowCursor(); in GetFocus()
55 if (m_pView) in LoseFocus()
57 m_pView->HideCursor(); in LoseFocus()
65 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
74 m_pView->MouseMove( _rMEvt ); in MouseMove()
80 m_pView->MouseButtonDown( _rMEvt ); in MouseButtonDown()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextviewport.cxx27 , m_pView(nullptr) in RichTextViewPort()
34 m_pView = &_rView; in setView()
40 m_pView->Paint(_rRect, &rRenderContext); in Paint()
46 if (m_pView) in GetFocus()
49 m_pView->ShowCursor(); in GetFocus()
55 if (m_pView) in LoseFocus()
57 m_pView->HideCursor(); in LoseFocus()
65 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
74 m_pView->MouseMove( _rMEvt ); in MouseMove()
80 m_pView->MouseButtonDown( _rMEvt ); in MouseButtonDown()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxvw.cxx520 if(!m_pView) in getViewSettings()
874 if(m_pView) in IsTextSelection()
901 if(!m_pView) in getPosition()
923 if(!m_pView) in collapseToStart()
945 if(!m_pView) in collapseToEnd()
968 if(!m_pView) in isCollapsed()
1381 if(m_pView) in getString()
1416 if(m_pView) in setString()
1522 if(m_pView) in getPropertyStates()
1535 if(m_pView) in setPropertyToDefault()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxvw.cxx547 if(!m_pView) in getViewSettings()
901 if(m_pView) in IsTextSelection()
928 if(!m_pView) in getPosition()
950 if(!m_pView) in collapseToStart()
972 if(!m_pView) in collapseToEnd()
995 if(!m_pView) in isCollapsed()
1012 if(!m_pView) in goLeft()
1408 if(m_pView) in getString()
1549 if(m_pView) in getPropertyStates()
1562 if(m_pView) in setPropertyToDefault()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfinfowindow.cpp26 sizer->Add(m_pView, 1, wxEXPAND, 0); in FInfoWindow()
31 m_pView->SetReadOnly(true); in FInfoWindow()
34 cbEditor::ApplyStyles(m_pView); in FInfoWindow()
68 m_pView->Enable(false); in WriteToInfoWindow()
69 m_pView->SetReadOnly(false); in WriteToInfoWindow()
71 m_pView->SetText(text); in WriteToInfoWindow()
73 m_pView->SetReadOnly(true); in WriteToInfoWindow()
74 m_pView->Enable(true); in WriteToInfoWindow()
79 m_pView->MarkerDefine(marker, markerType); in SetMarkerStyle()
80 m_pView->MarkerSetForeground(marker, fore); in SetMarkerStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DReportSection.cxx77 , m_pView(nullptr) in OReportSection()
121 if ( m_pView ) in dispose()
123 delete m_pView; in dispose()
124 m_pView = nullptr; in dispose()
235 m_pView->BrkAction(); in Paste()
238 m_pView->UnmarkAll(); in Paste()
270 m_pView->MarkObj( pNewObj, m_pView->GetSdrPageView() ); in Paste()
396 if ( !m_pView ) in SelectAll()
409 m_pView->MarkObj( pObjIter, m_pView->GetSdrPageView() ); in SelectAll()
637 if ( m_pView ) in getCurrentControlModel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DReportSection.cxx85 , m_pView(nullptr) in OReportSection()
130 if ( m_pView ) in dispose()
132 m_pView = nullptr; in dispose()
229 m_pView->SetDesignMode(); in fill()
278 m_pView->MarkObj( pNewObj, m_pView->GetSdrPageView() ); in Paste()
300 m_pView->BrkAction(); in Delete()
301 m_pView->DeleteMarked(); in Delete()
405 if ( m_pView ) in SelectAll()
417 m_pView->MarkObj( pObjIter, m_pView->GetSdrPageView() ); in SelectAll()
641 if ( m_pView ) in getCurrentControlModel()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Spell.cpp46 if (m_pView) in _getDict()
47 return m_pView->getDictForSelection (); in _getDict()
75 m_pView = NULL; in AP_Dialog_Spell()
94 if (m_pView) in ~AP_Dialog_Spell()
97 m_pView->cmdUnselectSelection(); in ~AP_Dialog_Spell()
135 m_iOrigInsPoint = m_pView->getPoint(); in runModal()
138 if (m_pView->isSelectionEmpty()) in runModal()
176 UT_return_val_if_fail (m_pWordIterator && m_pView && m_pView->getLayout(), false); in nextMisspelledWord()
333 m_pView->cmdUnselectSelection(); in makeWordVisible()
337 m_pView->updateScreen(); in makeWordVisible()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dtool.cc66 m_pView = pView; in OnClicked()
67 m_pWidget = m_pView->GetWidget (); in OnClicked()
90 m_pView = pView; in OnMotion()
91 m_pWidget = m_pView->GetWidget (); in OnMotion()
100 m_pView = pView; in OnLeaveNotify()
113 m_pView->GetDoc ()->FinishOperation (); in OnRelease()
121 m_pView->EnsureSize (); in OnRelease()
127 m_pView = pView; in OnRightButtonClicked()
128 m_pWidget = m_pView->GetWidget (); in OnRightButtonClicked()
143 m_pView = NULL; in Activate()
[all …]

1234567891011