Home
last modified time | relevance | path

Searched refs:nDisplay (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dpresent.cxx145 OUString SdStartPresentationDlg::GetDisplayName( sal_Int32 nDisplay, in GetDisplayName() argument
163 aName = aName.replaceFirst( "%1", OUString::number( nDisplay ) ); in GetDisplayName()
170 sal_Int32 nDisplay) in InsertDisplayEntry() argument
172 m_xLBMonitor->append(OUString::number(nDisplay), aName); in InsertDisplayEntry()
210 for( sal_Int32 nDisplay = 0; nDisplay < mnMonitors; nDisplay++ ) in InitMonitorSettings() local
212 aName = GetDisplayName( nDisplay + 1, in InitMonitorSettings()
213 nDisplay == nExternalIndex ? in InitMonitorSettings()
215 nInsertedEntry = InsertDisplayEntry( aName, nDisplay + 1 ); in InitMonitorSettings()
218 if( nDisplay + 1 == nDefaultSelectedDisplay ) in InitMonitorSettings()
222 if( nDisplay == nExternalIndex ) in InitMonitorSettings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dpresent.cxx141 OUString SdStartPresentationDlg::GetDisplayName( sal_Int32 nDisplay, in GetDisplayName() argument
159 aName = aName.replaceFirst( "%1", OUString::number( nDisplay ) ); in GetDisplayName()
166 sal_Int32 nDisplay) in InsertDisplayEntry() argument
168 m_xLBMonitor->append(OUString::number(nDisplay), aName); in InsertDisplayEntry()
206 for( sal_Int32 nDisplay = 0; nDisplay < mnMonitors; nDisplay++ ) in InitMonitorSettings() local
208 aName = GetDisplayName( nDisplay + 1, in InitMonitorSettings()
209 nDisplay == nExternalIndex ? in InitMonitorSettings()
211 nInsertedEntry = InsertDisplayEntry( aName, nDisplay + 1 ); in InitMonitorSettings()
214 if( nDisplay + 1 == nDefaultSelectedDisplay ) in InitMonitorSettings()
218 if( nDisplay == nExternalIndex ) in InitMonitorSettings()
/dports/x11-toolkits/tk87/tk8.7a5/library/
H A Dsafetk.tcl102 set nDisplay [winfo screen $windowName]
109 set nDisplay [winfo screen $name]
112 set nDisplay $display
115 if {$nDisplay ne $display} {
118 "conflicting -display $display and -use $use -> $nDisplay"
120 set display $nDisplay
/dports/x11-toolkits/tk86/tk8.6.12/library/
H A Dsafetk.tcl102 set nDisplay [winfo screen $windowName]
109 set nDisplay [winfo screen $name]
112 set nDisplay $display
115 if {$nDisplay ne $display} {
118 "conflicting -display $display and -use $use -> $nDisplay"
120 set display $nDisplay
/dports/x11-toolkits/tk85/tk8.5.19/library/
H A Dsafetk.tcl104 set nDisplay [winfo screen $windowName]
111 set nDisplay [winfo screen $name]
114 set nDisplay $display
117 if {$nDisplay ne $display} {
120 $use -> $nDisplay"
122 set display $nDisplay
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slideshow/
H A Dslideshow.cxx495 sal_Int32 nDisplay = 0; in setPropertyValue() local
496 if( aValue >>= nDisplay ) in setPropertyValue()
501 pOptions->SetDisplay( nDisplay ); in setPropertyValue()
1128 const sal_Int32 nDisplay (GetDisplay()); in StartFullscreenPresentation() local
1172 sal_Int32 nDisplay = 0; in GetDisplay() local
1176 nDisplay = pOptions->GetDisplay(); in GetDisplay()
1178 if( nDisplay < 0 ) in GetDisplay()
1179 nDisplay = -1; in GetDisplay()
1180 else if( nDisplay == 0) in GetDisplay()
1183 nDisplay--; in GetDisplay()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slideshow/
H A Dslideshow.cxx494 sal_Int32 nDisplay = 0; in setPropertyValue() local
495 if( aValue >>= nDisplay ) in setPropertyValue()
500 pOptions->SetDisplay( nDisplay ); in setPropertyValue()
1108 const sal_Int32 nDisplay (GetDisplay()); in StartFullscreenPresentation() local
1152 sal_Int32 nDisplay = 0; in GetDisplay() local
1156 nDisplay = pOptions->GetDisplay(); in GetDisplay()
1158 if( nDisplay < 0 ) in GetDisplay()
1159 nDisplay = -1; in GetDisplay()
1160 else if( nDisplay == 0) in GetDisplay()
1163 nDisplay--; in GetDisplay()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Doptions.cpp450 CDisplay *cDisplay,*nDisplay; in COptions() local
454 nDisplay = new CDisplay(cDisplay); in COptions()
455 nDisplay->next = displays; in COptions()
456 displays = nDisplay; in COptions()
516 CDisplay *cDisplay,*nDisplay; in ~COptions() local
519 nDisplay = cDisplay->next; in ~COptions()
521 cDisplay = nDisplay; in ~COptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dpresent.hxx78 sal_Int32 nDisplay);
79 OUString GetDisplayName( sal_Int32 nDisplay,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dpresent.hxx77 sal_Int32 nDisplay);
78 OUString GetDisplayName( sal_Int32 nDisplay,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtoplvcmn.cpp250 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
251 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dtoplvcmn.cpp228 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
229 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dtoplvcmn.cpp228 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
229 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dtoplvcmn.cpp228 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
229 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dtoplvcmn.cpp228 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
229 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtoplvcmn.cpp250 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this); in DoCentre() local
251 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay); in DoCentre()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofileui.h407 S.nDisplay = nValue; in MicroProfileSetDisplayMode()
414 S.nDisplay = (S.nDisplay + 1) % 4; in MicroProfileToggleDisplayMode()
2164 S.nDisplay = MP_DRAW_BARS; in MicroProfileUIClickMode()
2170 S.nDisplay = 0; in MicroProfileUIClickMode()
2651 uint32_t nDisplay = S.nDisplay; in MicroProfileDraw() local
2654 S.nDisplay = nDisplay;// dont load display, just state in MicroProfileDraw()
2661 if(S.nDisplay) in MicroProfileDraw()
2910 return S.nDisplay != 0; in MicroProfileIsDrawing()
3039 uint32_t nDisplay; member
3072 Header.nDisplay = S.nDisplay; in MicroProfileSavePreset()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h407 S.nDisplay = nValue; in MicroProfileSetDisplayMode()
414 S.nDisplay = (S.nDisplay + 1) % 4; in MicroProfileToggleDisplayMode()
2164 S.nDisplay = MP_DRAW_BARS; in MicroProfileUIClickMode()
2170 S.nDisplay = 0; in MicroProfileUIClickMode()
2651 uint32_t nDisplay = S.nDisplay; in MicroProfileDraw() local
2654 S.nDisplay = nDisplay;// dont load display, just state in MicroProfileDraw()
2661 if(S.nDisplay) in MicroProfileDraw()
2910 return S.nDisplay != 0; in MicroProfileIsDrawing()
3039 uint32_t nDisplay; member
3072 Header.nDisplay = S.nDisplay; in MicroProfileSavePreset()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h407 S.nDisplay = nValue; in MicroProfileSetDisplayMode()
414 S.nDisplay = (S.nDisplay + 1) % 4; in MicroProfileToggleDisplayMode()
2164 S.nDisplay = MP_DRAW_BARS; in MicroProfileUIClickMode()
2170 S.nDisplay = 0; in MicroProfileUIClickMode()
2651 uint32_t nDisplay = S.nDisplay; in MicroProfileDraw() local
2654 S.nDisplay = nDisplay;// dont load display, just state in MicroProfileDraw()
2661 if(S.nDisplay) in MicroProfileDraw()
2910 return S.nDisplay != 0; in MicroProfileIsDrawing()
3039 uint32_t nDisplay; member
3072 Header.nDisplay = S.nDisplay; in MicroProfileSavePreset()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/
H A DTestGearsNewtAWTWrapper.java73 …final Display nDisplay = NewtFactory.createDisplay(NativeWindowFactory.TYPE_AWT, null, false); // … in runTestGL() local
74 final Screen nScreen = NewtFactory.createScreen(nDisplay, 0); // screen 0 in runTestGL()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmsgdlg.cpp185 int nDisplay = wxDisplay::GetFromWindow(this); in ReplaceStaticWithEdit() local
186 if ( nDisplay == wxNOT_FOUND ) in ReplaceStaticWithEdit()
187 nDisplay = 0; in ReplaceStaticWithEdit()
188 const wxRect rectDisplay = wxDisplay(nDisplay).GetClientArea(); in ReplaceStaticWithEdit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmsgdlg.cpp185 int nDisplay = wxDisplay::GetFromWindow(this); in ReplaceStaticWithEdit() local
186 if ( nDisplay == wxNOT_FOUND ) in ReplaceStaticWithEdit()
187 nDisplay = 0; in ReplaceStaticWithEdit()
188 const wxRect rectDisplay = wxDisplay(nDisplay).GetClientArea(); in ReplaceStaticWithEdit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/osx/
H A Dsalframe.h128 virtual void ShowFullScreen( bool bFullScreen, sal_Int32 nDisplay ) override;
205 void doShowFullScreen( bool bFullScreen, sal_Int32 nDisplay );
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug1070233 puts "\nDisplay nodal color presentation"
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/osx/
H A Dsalframe.h131 virtual void ShowFullScreen( bool bFullScreen, sal_Int32 nDisplay ) override;
210 void doShowFullScreen( bool bFullScreen, sal_Int32 nDisplay );

1234