Home
last modified time | relevance | path

Searched refs:pVS (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dpview.cxx1172 SwViewShell *pVS, *pNew; in SwPagePreview() local
1175 pVS = pPagePreview->GetViewShell(); in SwPagePreview()
1180 pVS = pView->GetWrtShellPtr(); in SwPagePreview()
1185 pVS = GetDocShell()->GetWrtShell(); in SwPagePreview()
1186 if( pVS ) in SwPagePreview()
1190 static_cast<SwCursorShell*>(pVS)->GetPageNum( nPhysPg, nVirtPg, true, false ); in SwPagePreview()
1199 if ( pVS && pVS->HasDrawView() ) in SwPagePreview()
1202 mbFormDesignModeToReset = pVS->GetDrawView()->IsDesignMode(); in SwPagePreview()
1205 if( pVS ) in SwPagePreview()
1206 pNew = new SwViewShell( *pVS, m_pViewWin, nullptr, VSHELLFLAG_ISPREVIEW ); in SwPagePreview()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dpview.cxx1177 SwViewShell *pVS, *pNew; in SwPagePreview() local
1180 pVS = pPagePreview->GetViewShell(); in SwPagePreview()
1185 pVS = pView->GetWrtShellPtr(); in SwPagePreview()
1190 pVS = GetDocShell()->GetWrtShell(); in SwPagePreview()
1191 if( pVS ) in SwPagePreview()
1195 static_cast<SwCursorShell*>(pVS)->GetPageNum( nPhysPg, nVirtPg, true, false ); in SwPagePreview()
1204 if ( pVS && pVS->HasDrawView() ) in SwPagePreview()
1207 mbFormDesignModeToReset = pVS->GetDrawView()->IsDesignMode(); in SwPagePreview()
1210 if( pVS ) in SwPagePreview()
1211 pNew = new SwViewShell( *pVS, m_pViewWin, nullptr, VSHELLFLAG_ISPREVIEW ); in SwPagePreview()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/zgl/drawers/
H A Duzglviewareadx.pas101 procedure InitShaders(const sCode: AnsiString; out pVS, pPS: ID3DBlob);
238 procedure TRenderPanel.InitShaders(const sCode: AnsiString; out pVS, pPS: ID3DBlob);
243 pVS := nil;
258 nil, pVS, @pErrorMsgs, @hr2
/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/
H A Dmain.cpp75 ID3D11VertexShader *pVS = nullptr; variable
455 SafeRelease(pVS); in CleanD3D()
501 devcon->VSSetShader(pVS, 0, 0); in RenderFrame()
518 dev->CreateVertexShader(VS->GetBufferPointer(), VS->GetBufferSize(), nullptr, &pVS); in InitPipeline()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dinflationvolatility.cpp299 ext::shared_ptr<YoYOptionletVolatilitySurface> pVS; in testYoYPriceSurfaceToVol() local
300 …Handle<YoYOptionletVolatilitySurface> hVS(pVS, false); // pVS does NOT own whatever it points to l… in testYoYPriceSurfaceToVol()
/dports/lang/micropython/micropython-1.17/ports/cc3200/boards/
H A Dcc3200_af.csv4 3,GP12,GP12,GP12,,,I2S0_CLK,pVS(VSYNC),I2C0_SCL,,UART0_TX,,,,,TIM1_CC,,,,
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Dlc_splinepoints.h227 void addQuadIntersect(RS_VectorSolutions *pVS, const RS_Vector& x1,
H A Dlc_splinepoints.cpp491 pVS->push_back(GetQuadPoint(x1, c1, x2, d)); in AddQuadTangentPoints()
496 void addLineQuadIntersect(RS_VectorSolutions *pVS, in addLineQuadIntersect() argument
3144 void addQuadQuadIntersect(RS_VectorSolutions *pVS, in addQuadQuadIntersect() argument
3214 pVS->push_back(GetQuadPoint(vStart, vControl, vEnd, vSol.x)); in addQuadQuadIntersect()
3236 addQuadQuadIntersect(pVS, vStart, vControl, vEnd, x1, c1, x2); in addQuadIntersect()
3244 addQuadQuadIntersect(pVS, vStart, vControl, vEnd, x1, c1, x2); in addQuadIntersect()
3251 addQuadQuadIntersect(pVS, vStart, vControl, vEnd, x1, c1, x2); in addQuadIntersect()
3259 addLineQuadIntersect(pVS, vStart, vEnd, x1, c1, x2); in addQuadIntersect()
3272 addQuadQuadIntersect(pVS, vStart, vControl, vEnd, x1, c1, x2); in addQuadIntersect()
3287 addQuadQuadIntersect(pVS, vStart, vControl, vEnd, x1, c1, x2); in addQuadIntersect()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/
H A Dxap_UnixFrameImpl.cpp1274 _ViewScroll * pVS = reinterpret_cast<_ViewScroll *>(data); in _actualScroll() local
1275 AV_View * pView = pVS->m_pView; in _actualScroll()
1278 pView->sendVerticalScrollEvent(pVS->m_amount); in _actualScroll()
1280 delete pVS; in _actualScroll()
1294 _ViewScroll * pVS = new _ViewScroll(pView,static_cast<UT_sint32>(gtk_adjustment_get_value(w))); in vScrollChanged() local
1296 g_idle_add(_actualScroll, (gpointer) pVS); in vScrollChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/dlged/
H A Ddlged.cxx261 void DlgEditor::SetScrollBars( ScrollBar* pHS, ScrollBar* pVS ) in SetScrollBars() argument
264 pVScroll = pVS; in SetScrollBars()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/dlged/
H A Ddlged.cxx264 void DlgEditor::SetScrollBars( ScrollBar* pHS, ScrollBar* pVS ) in SetScrollBars() argument
267 pVScroll = pVS; in SetScrollBars()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dcolumn.cxx1265 IMPL_LINK(SwColumnPage, SetDefaultsHdl, ValueSet *, pVS, void) in IMPL_LINK() argument
1267 const sal_uInt16 nItem = pVS->GetSelectedItemId(); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dcolumn.cxx1275 IMPL_LINK(SwColumnPage, SetDefaultsHdl, SvtValueSet *, pVS, void) in IMPL_LINK() argument
1277 const sal_uInt16 nItem = pVS->GetSelectedItemId(); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbaside2b.cxx532 SfxViewShell *pVS( SfxViewShell::Current()); in KeyInput() local
533 bool bDone = pVS && pVS->KeyInput( rKEvt ); in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbaside2b.cxx522 SfxViewShell *pVS( SfxViewShell::Current()); in KeyInput() local
523 bool bDone = pVS && pVS->KeyInput( rKEvt ); in KeyInput()
/dports/www/flexget/Flexget-3.2.18/flexget/tests/cassettes/
H A Dtest_npo_watchlist.TestNpoWatchlistInfo.test_npowatchlist_lookup10472 unsebFnjMNBw0HU3CpKccuwxB5olFHhtB7aDQ44uXhJ8C3mkRP4VutGxvDvVsHynThe/pVS+O3cd
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt727182 pVS
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/data/
H A Drandom_big_bin.csv53764 …��M.x.Jd�j��DlԞ5Y�z'Dk�����{ �ZϨ-�QŃ���&�+FYo��ȉ�*/�9'� s���6����o�0C�pVS���3��)��0޺i�����O��…