Home
last modified time | relevance | path

Searched refs:tempView (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersController.java117 final CalcHeadersView tempView = headersViews[i]; in setupHeaderPopupView() local
130 tempView.setHeaderPopupWindow(popupWindow); in setupHeaderPopupView()
136 tempView.dismissPopupWindow(); in setupHeaderPopupView()
144 tempView.dismissPopupWindow(); in setupHeaderPopupView()
152 tempView.dismissPopupWindow(); in setupHeaderPopupView()
160 tempView.dismissPopupWindow(); in setupHeaderPopupView()
176 popupWindow.showAtLocation(tempView, Gravity.CENTER, 0, 0); in setupHeaderPopupView()
190 tempView.sendOptimalLengthRequest(text); in setupHeaderPopupView()
191 tempView.dismissPopupWindow(); in setupHeaderPopupView()
198 … mContext.getDocumentOverlay().showAdjustLengthLine(tempView == mCalcRowHeadersView, tempView); in setupHeaderPopupView()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersController.java116 final CalcHeadersView tempView = headersViews[i]; in setupHeaderPopupView() local
129 tempView.setHeaderPopupWindow(popupWindow); in setupHeaderPopupView()
135 tempView.dismissPopupWindow(); in setupHeaderPopupView()
143 tempView.dismissPopupWindow(); in setupHeaderPopupView()
151 tempView.dismissPopupWindow(); in setupHeaderPopupView()
159 tempView.dismissPopupWindow(); in setupHeaderPopupView()
175 popupWindow.showAtLocation(tempView, Gravity.CENTER, 0, 0); in setupHeaderPopupView()
189 tempView.sendOptimalLengthRequest(text); in setupHeaderPopupView()
190 tempView.dismissPopupWindow(); in setupHeaderPopupView()
197 … mContext.getDocumentOverlay().showAdjustLengthLine(tempView == mCalcRowHeadersView, tempView); in setupHeaderPopupView()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_LabelDisplay.cxx99 Handle(IGESData_ViewKindEntity) tempView = theViews->Value(ViewIndex); in TransformedTextLocation()
100 if (tempView->IsKind(STANDARD_TYPE(IGESDraw_View))) in TransformedTextLocation()
102 DeclareAndCast(IGESDraw_View, thisView, tempView); in TransformedTextLocation()
105 else if (tempView->IsKind(STANDARD_TYPE(IGESDraw_PerspectiveView))) in TransformedTextLocation()
107 DeclareAndCast(IGESDraw_PerspectiveView, thisView, tempView); in TransformedTextLocation()
H A DIGESDraw_Drawing.cxx95 Handle(IGESData_ViewKindEntity) tempView = theViews->Value(NumView); in ViewToDrawing()
96 if (tempView->IsKind(STANDARD_TYPE(IGESDraw_View))) in ViewToDrawing()
98 DeclareAndCast(IGESDraw_View, thisView, tempView); in ViewToDrawing()
101 else if (tempView->IsKind(STANDARD_TYPE(IGESDraw_PerspectiveView))) in ViewToDrawing()
103 DeclareAndCast(IGESDraw_PerspectiveView, thisView, tempView); in ViewToDrawing()
H A DIGESDraw_ToolDrawing.cxx66 Handle(IGESData_ViewKindEntity) tempView; in ReadOwnParams() local
75 STANDARD_TYPE(IGESData_ViewKindEntity), tempView,Standard_True)) in ReadOwnParams()
76 views->SetValue(i, tempView); in ReadOwnParams()
173 DeclareAndCast(IGESData_ViewKindEntity, tempView, in OwnCopy()
175 views->SetValue( i, tempView ); in OwnCopy()
243 Handle(IGESData_ViewKindEntity) tempView = ent->ViewItem(i); in OwnCheck()
244 if (tempView.IsNull()) ianul = Standard_True; in OwnCheck()
245 else if (tempView->TypeNumber() == 0) ianul = Standard_True; in OwnCheck()
H A DIGESDraw_DrawingWithRotation.cxx102 Handle(IGESData_ViewKindEntity) tempView = theViews->Value(NumView); in ViewToDrawing()
103 if (tempView->IsKind(STANDARD_TYPE(IGESDraw_View))) in ViewToDrawing()
105 DeclareAndCast(IGESDraw_View, thisView, tempView); in ViewToDrawing()
108 else if (tempView->IsKind(STANDARD_TYPE(IGESDraw_PerspectiveView))) in ViewToDrawing()
110 DeclareAndCast(IGESDraw_PerspectiveView, thisView, tempView); in ViewToDrawing()
H A DIGESDraw_ToolDrawingWithRotation.cxx69 Handle(IGESData_ViewKindEntity) tempView; in ReadOwnParams() local
79 STANDARD_TYPE(IGESData_ViewKindEntity), tempView,Standard_True)) in ReadOwnParams()
80 views->SetValue(i, tempView); in ReadOwnParams()
188 DeclareAndCast(IGESData_ViewKindEntity, tempView, in OwnCopy()
190 views->SetValue( i, tempView ); in OwnCopy()
263 Handle(IGESData_ViewKindEntity) tempView = ent->ViewItem(i); in OwnCheck()
264 if (tempView.IsNull()) ianul = Standard_True; in OwnCheck()
265 else if (tempView->TypeNumber() == 0) ianul = Standard_True; in OwnCheck()
H A DIGESDraw_ToolLabelDisplay.cxx73 Handle(IGESData_ViewKindEntity) tempView; in ReadOwnParams() local
85 STANDARD_TYPE(IGESData_ViewKindEntity), tempView)) in ReadOwnParams()
86 views->SetValue(i, tempView); in ReadOwnParams()
168 DeclareAndCast(IGESData_ViewKindEntity, tempView, in OwnCopy()
170 views->SetValue( i, tempView ); in OwnCopy()
H A DIGESDraw_ToolSegmentedViewsVisible.cxx73 Handle(IGESData_ViewKindEntity) tempView; in ReadOwnParams() local
88 STANDARD_TYPE(IGESData_ViewKindEntity), tempView)) in ReadOwnParams()
89 views->SetValue(i, tempView); in ReadOwnParams()
215 tempView, TC.Transferred(retView)); in OwnCopy()
216 views->SetValue( i, tempView ); in OwnCopy()
H A DIGESDraw_ToolViewsVisibleWithAttr.cxx95 Handle(IGESData_ViewKindEntity) tempView; in ReadOwnParams() local
105 STANDARD_TYPE(IGESData_ViewKindEntity), tempView)) in ReadOwnParams()
106 tempViewEntities->SetValue(I, tempView); in ReadOwnParams()
236 DeclareAndCast(IGESData_ViewKindEntity, tempView, in OwnCopy()
238 tempViewEntities->SetValue(I,tempView); in OwnCopy()
H A DIGESDraw_ToolViewsVisible.cxx153 DeclareAndCast(IGESData_ViewKindEntity, tempView, in OwnCopy()
155 tempViewEntities->SetValue(I, tempView); in OwnCopy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/vr/
H A DVrInstallUpdateInfoBarTest.java119 TextView tempView = (TextView) decorView.findViewById(R.id.infobar_message); in infoBarTestHelper() local
121 expectedMessage, tempView.getText().toString()); in infoBarTestHelper()
122 tempView = (TextView) decorView.findViewById(R.id.button_primary); in infoBarTestHelper()
124 expectedButton, tempView.getText().toString()); in infoBarTestHelper()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESBasic/
H A DIGESBasic_ToolHierarchy.cxx43 Standard_Integer tempView; in ReadOwnParams() local
53 PR.ReadInteger(PR.Current(),"View",tempView); in ReadOwnParams()
60 ent->Init(tempNbPropertyValues,tempLineFont,tempView,tempEntityLevel, in ReadOwnParams()
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/protocols/
H A DENCRYPTAsymmetricTest.java154 View tempView=new View(new ViewId(tempAddress, 1), tempVector); in testViewChangeBecomeKeyserver() local
155 Event event=new Event(Event.VIEW_CHANGE, tempView); in testViewChangeBecomeKeyserver()
204 View tempView=new View(new ViewId(serverAddress, 1), serverVector); in testViewChangeNewKeyServer() local
205 Event serverEvent=new Event(Event.VIEW_CHANGE, tempView); in testViewChangeNewKeyServer()
312 View tempView=new View(new ViewId(serverAddress, 1), serverVector); in testViewChangeNewKeyServerNewKey() local
313 Event serverEvent=new Event(Event.VIEW_CHANGE, tempView); in testViewChangeNewKeyServerNewKey()
/dports/math/edenmath/EdenMath_GNUstep-1.1.1/
H A DEMController.m44 id tempView = [[[displayField window] contentView] viewWithTag: 42];
45 [[tempView cellWithTag: 12] setTarget: self];
46 [[tempView cellWithTag: 12] setAction: @selector(setDegree:)];
47 [[tempView cellWithTag: 13] setTarget: self];
48 [[tempView cellWithTag: 13] setAction: @selector(setRadian:)];
49 [[tempView cellWithTag: 14] setTarget: self];
50 [[tempView cellWithTag: 14] setAction: @selector(setGradient:)];
/dports/security/xca/xca-2.4.0/widgets/
H A DMainWindow.cpp123 tempView->setIconSize(QPixmap(":templateIco").size()); in MainWindow()
126 views << keyView << reqView << certView << crlView << tempView; in MainWindow()
607 tempView->setModel(Database.model<db_temp>()); in setup_open_database()
614 connect(tempView, SIGNAL(newCert(pki_temp *)), in setup_open_database()
616 connect(tempView, SIGNAL(newReq(pki_temp *)), in setup_open_database()
H A DMW_menu.cpp135 import->addAction(tr("Template"), tempView, SLOT(load()) ); in init_menu()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/data/
H A Dviewstable.cpp50 GenericTable<View> tempView = (*this); in operator ==() local
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/
H A DBasicGlossaryNavigatorUI.java249 NavigatorView tempView = navViews[i]; in reloadData() local
250 if(tempView instanceof GlossaryView){ in reloadData()
251 glossaryView = (GlossaryView) tempView; in reloadData()
H A DBasicSearchNavigatorUI.java244 NavigatorView tempView = navViews[i]; in reloadData() local
245 if(tempView instanceof SearchView){ in reloadData()
246 view = (SearchView) tempView; in reloadData()
H A DBasicTOCNavigatorUI.java288 NavigatorView tempView = navViews[i]; in reloadData() local
289 if(tempView instanceof TOCView){ in reloadData()
290 view = (TOCView) tempView; in reloadData()
H A DBasicIndexNavigatorUI.java309 NavigatorView tempView = navViews[i]; in reloadData() local
310 if(tempView instanceof IndexView){ in reloadData()
311 indexView = (IndexView) tempView; in reloadData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrSurfaceContext.cpp388 GrSurfaceProxyView tempView(tempProxy, tempOrigin, tempReadSwizzle); in writePixels() local
389 GrSurfaceContext tempCtx(direct, tempView, colorType, alphaType, in writePixels()
407 GrTextureEffect::Make(std::move(tempView), alphaType)); in writePixels()
413 fp = GrTextureEffect::Make(std::move(tempView), alphaType); in writePixels()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DControl.java778 NSView tempView = view, lastControl = null; in calculateVisibleRegion() local
779 while (tempView.id != frameView.id) { in calculateVisibleRegion()
780 bounds = tempView.visibleRect(); in calculateVisibleRegion()
781 bounds = tempView.convertRect_toView_(bounds, view); in calculateVisibleRegion()
786 if (clipChildren || tempView.id != view.id) { in calculateVisibleRegion()
787 NSArray subviews = tempView.subviews(); in calculateVisibleRegion()
800 lastControl = tempView; in calculateVisibleRegion()
801 tempView = tempView.superview(); in calculateVisibleRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrSurfaceContext.cpp426 GrSurfaceProxyView tempView(tempProxy, tempOrigin, tempReadSwizzle); in writePixels() local
427 GrSurfaceContext tempCtx(dContext, tempView, colorType, alphaType, in writePixels()
445 GrTextureEffect::Make(std::move(tempView), alphaType)); in writePixels()
451 fp = GrTextureEffect::Make(std::move(tempView), alphaType); in writePixels()

12