Home
last modified time | relevance | path

Searched refs:pDoc (Results 1 – 25 of 2445) sorted by relevance

12345678910>>...98

/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/qa/cppunit/wmf/
H A Dwmfimporttest.cxx82 CPPUNIT_ASSERT(pDoc); in testNonPlaceableWmf()
111 CPPUNIT_ASSERT(pDoc); in testSine()
127 CPPUNIT_ASSERT(pDoc); in testEmfProblem()
148 CPPUNIT_ASSERT(pDoc); in testEmfLineStyles()
150 assertXPath(pDoc, "/metafile/line", 4); in testEmfLineStyles()
151 assertXPath(pDoc, "/metafile/linecolor", 5); in testEmfLineStyles()
207 CPPUNIT_ASSERT(pDoc); in testWorldTransformFontSize()
209 assertXPath(pDoc, "/metafile/font", 9); in testWorldTransformFontSize()
241 CPPUNIT_ASSERT(pDoc); in testTdf93750()
280 CPPUNIT_ASSERT(pDoc); in testTdf39894()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/qa/cppunit/wmf/
H A Dwmfimporttest.cxx78 CPPUNIT_ASSERT (pDoc); in testNonPlaceableWmf()
107 CPPUNIT_ASSERT (pDoc); in testSine()
123 CPPUNIT_ASSERT (pDoc); in testEmfProblem()
143 CPPUNIT_ASSERT (pDoc); in testEmfLineStyles()
145 assertXPath(pDoc, "/metafile/line", 4); in testEmfLineStyles()
146 assertXPath(pDoc, "/metafile/linecolor", 5); in testEmfLineStyles()
202 CPPUNIT_ASSERT (pDoc); in testWorldTransformFontSize()
204 assertXPath(pDoc, "/metafile/font", 8); in testWorldTransformFontSize()
230 CPPUNIT_ASSERT (pDoc); in testTdf93750()
269 CPPUNIT_ASSERT(pDoc); in testTdf39894()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/uicalc/
H A Duicalc.cxx174 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
182 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
194 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
213 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
240 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
273 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
305 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
321 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
340 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
360 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/htmlexport/
H A Dhtmlexport.cxx172 CPPUNIT_ASSERT(pDoc);
181 CPPUNIT_ASSERT(pDoc);
192 CPPUNIT_ASSERT(pDoc);
207 CPPUNIT_ASSERT(pDoc);
218 CPPUNIT_ASSERT(pDoc);
258 CPPUNIT_ASSERT(pDoc);
278 CPPUNIT_ASSERT(pDoc);
287 CPPUNIT_ASSERT(pDoc);
297 CPPUNIT_ASSERT(pDoc);
639 pDoc,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Drefundo.cxx34 pPrintRanges(pDoc->CreatePrintRangeSaver()) in ScRefUndoData()
60 const_cast<ScDocument*>(pDoc)->BeginUnoRefUndo(); in ScRefUndoData()
113 pDoc->GetChartListenerCollection(); in DeleteUnchanged()
121 if ( pAreaLinks->IsEqual( pDoc ) ) in DeleteUnchanged()
125 if ( pDoc->HasUnoRefUndo() ) in DeleteUnchanged()
143 pDoc->RestorePrintRanges(*pPrintRanges); in DoUndo()
162 sc::AutoCalcSwitch aACSwitch(*pDoc, false); in DoUndo()
163 pDoc->CompileAll(); in DoUndo()
166 pDoc->SetAllFormulasDirty(aCxt); in DoUndo()
170 pAreaLinks->Restore( pDoc ); in DoUndo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Drefundo.cxx34 pPrintRanges(pDoc->CreatePrintRangeSaver()) in ScRefUndoData()
60 const_cast<ScDocument*>(pDoc)->BeginUnoRefUndo(); in ScRefUndoData()
113 pDoc->GetChartListenerCollection(); in DeleteUnchanged()
121 if ( pAreaLinks->IsEqual( pDoc ) ) in DeleteUnchanged()
125 if ( pDoc->HasUnoRefUndo() ) in DeleteUnchanged()
143 pDoc->RestorePrintRanges(*pPrintRanges); in DoUndo()
162 sc::AutoCalcSwitch aACSwitch(*pDoc, false); in DoUndo()
163 pDoc->CompileAll(); in DoUndo()
166 pDoc->SetAllFormulasDirty(aCxt); in DoUndo()
170 pAreaLinks->Restore( pDoc ); in DoUndo()
[all …]
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/rimshot/
H A DrimshotView.cpp412 d = (pDoc->m_dRight - pDoc->m_dLeft) / 6.0; in OnNext()
429 d = (pDoc->m_dRight - pDoc->m_dLeft) / 6.0; in OnPrevious()
430 …RLOG_FindGlobalEventBeforeTimestamp(pDoc->m_pInput, (pDoc->m_dLeft + pDoc->m_dRight) / 2.0 - d, &e… in OnPrevious()
440 pDoc->m_dLeft = pDoc->m_dFirst; in OnResetZoom()
441 pDoc->m_dRight = pDoc->m_dLast; in OnResetZoom()
451 d = (pDoc->m_dRight - pDoc->m_dLeft) / 4.0; in OnZoomIn()
463 d = (pDoc->m_dRight - pDoc->m_dLeft) / 2.0; in OnZoomOut()
507 d = (pDoc->m_dRight - pDoc->m_dLeft) / 2; in OnKeyDown()
522 d = (pDoc->m_dRight - pDoc->m_dLeft) / 2; in OnKeyDown()
600 m_Draw.pDoc = pDoc; in OnInitialUpdate()
[all …]
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/rimshot/
H A DrimshotView.cpp398 d = (pDoc->m_dRight - pDoc->m_dLeft) / 6.0; in OnNext()
400 RLOG_FindGlobalEventBeforeTimestamp(pDoc->m_pInput, (pDoc->m_dLeft + pDoc->m_dRight) / 2.0 + d, in OnNext()
416 d = (pDoc->m_dRight - pDoc->m_dLeft) / 6.0; in OnPrevious()
417 RLOG_FindGlobalEventBeforeTimestamp(pDoc->m_pInput, (pDoc->m_dLeft + pDoc->m_dRight) / 2.0 - d, in OnPrevious()
428 pDoc->m_dLeft = pDoc->m_dFirst; in OnResetZoom()
429 pDoc->m_dRight = pDoc->m_dLast; in OnResetZoom()
439 d = (pDoc->m_dRight - pDoc->m_dLeft) / 4.0; in OnZoomIn()
451 d = (pDoc->m_dRight - pDoc->m_dLeft) / 2.0; in OnZoomOut()
490 d = (pDoc->m_dRight - pDoc->m_dLeft) / 2; in OnKeyDown()
575 m_Draw.pDoc = pDoc; in OnInitialUpdate()
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DDocumentTest.cpp44 AutoPtr<Document> pDoc = new Document; in testDocumentElement() local
47 assertTrue (pDoc->documentElement() == 0); in testDocumentElement()
48 pDoc->appendChild(pRoot); in testDocumentElement()
52 pDoc->insertBefore(pText, pRoot); in testDocumentElement()
120 AutoPtr<Document> pDoc = new Document; in testElementsByTagName() local
122 pDoc->appendChild(pRoot); in testElementsByTagName()
153 AutoPtr<Document> pDoc = new Document; in testElementsByTagNameNS() local
155 pDoc->appendChild(pRoot); in testElementsByTagNameNS()
186 AutoPtr<Document> pDoc = new Document; in testElementById() local
201 pDoc->appendChild(pRoot); in testElementById()
[all …]
H A DEventTest.cpp146 AutoPtr<Document> pDoc = new Document; in testInsert() local
170 pDoc->appendChild(pRoot); in testInsert()
208 AutoPtr<Document> pDoc = new Document; in testInsertSubtree() local
237 pDoc->appendChild(pRoot); in testInsertSubtree()
282 pDoc->appendChild(pRoot); in testRemove()
333 pDoc->appendChild(pRoot); in testRemoveSubtree()
340 pDoc->removeChild(pRoot); in testRemoveSubtree()
365 pDoc->appendChild(pRoot); in testCharacterData()
403 pDoc->appendChild(pRoot); in testCancel()
481 pDoc->appendChild(pRoot); in testAddRemoveInEvent()
[all …]
H A DNodeIteratorTest.cpp59 AutoPtr<Document> pDoc = new Document; in testShowAll() local
60 AutoPtr<Element> pRoot = pDoc->createElement("root"); in testShowAll()
63 AutoPtr<Text> pText1 = pDoc->createTextNode("text1"); in testShowAll()
64 AutoPtr<Text> pText2 = pDoc->createTextNode("text2"); in testShowAll()
70 pDoc->appendChild(pRoot); in testShowAll()
92 AutoPtr<Document> pDoc = new Document; in testShowElements() local
103 pDoc->appendChild(pRoot); in testShowElements()
121 AutoPtr<Document> pDoc = new Document; in testFilter() local
132 pDoc->appendChild(pRoot); in testFilter()
147 AutoPtr<Document> pDoc = new Document; in testShowNothing() local
[all …]
H A DElementTest.cpp46 AutoPtr<Document> pDoc = new Document; in testAttributes() local
93 pAttr3 = pDoc->createAttribute("a3"); in testAttributes()
112 pAttr2 = pDoc->createAttribute("a2"); in testAttributes()
124 pAttr1 = pDoc->createAttribute("a1"); in testAttributes()
136 pAttr3 = pDoc->createAttribute("a3"); in testAttributes()
163 AutoPtr<Document> pDoc = new Document; in testAttributesNS() local
274 AutoPtr<Document> pDoc = new Document; in testAttrMap() local
319 AutoPtr<Document> pDoc = new Document; in testAttrMapNS() local
364 AutoPtr<Document> pDoc = new Document; in testElementsByTagName() local
679 pDoc->appendChild(pRoot); in testNodeByPath()
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/replay/NT/
H A DXPreplayView.cpp344 pDoc->rc.cur = pDoc->rc.cur->prev; in OnTimer()
591 if(pDoc->rc.cur == pDoc->rc.tail) in OnPlay()
593 pDoc->rc.cur = pDoc->rc.head; in OnPlay()
618 if(pDoc->rc.cur == pDoc->rc.head) in OnReverse()
620 pDoc->rc.cur = pDoc->rc.tail; in OnReverse()
631 if(pDoc->rc.cur != pDoc->rc.head) in OnRewind()
645 if(pDoc->rc.cur != pDoc->rc.tail) in OnForward()
671 if(pDoc->rc.cur == pDoc->rc.tail) in OnSlowplay()
673 pDoc->rc.cur = pDoc->rc.head; in OnSlowplay()
684 if(pDoc->rc.cur == pDoc->rc.head) in OnSlowback()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/replay/NT/
H A DXPreplayView.cpp344 pDoc->rc.cur = pDoc->rc.cur->prev; in OnTimer()
591 if(pDoc->rc.cur == pDoc->rc.tail) in OnPlay()
593 pDoc->rc.cur = pDoc->rc.head; in OnPlay()
618 if(pDoc->rc.cur == pDoc->rc.head) in OnReverse()
620 pDoc->rc.cur = pDoc->rc.tail; in OnReverse()
631 if(pDoc->rc.cur != pDoc->rc.head) in OnRewind()
645 if(pDoc->rc.cur != pDoc->rc.tail) in OnForward()
671 if(pDoc->rc.cur == pDoc->rc.tail) in OnSlowplay()
673 pDoc->rc.cur = pDoc->rc.head; in OnSlowplay()
684 if(pDoc->rc.cur == pDoc->rc.head) in OnSlowback()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/svm/
H A Dsvmtest.cxx54 void checkErase(const xmlDocUniquePtr& pDoc);
338 CPPUNIT_ASSERT (pDoc); in dumpMeta()
340 checkVirtualDevice(pDoc); in dumpMeta()
341 checkErase(pDoc); in dumpMeta()
343 return pDoc; in dumpMeta()
373 xmlDocUniquePtr pDoc = dumpMeta(rMetaFile); in checkPixel() local
399 xmlDocUniquePtr pDoc = dumpMeta(rMetaFile); in checkPoint() local
420 xmlDocUniquePtr pDoc = dumpMeta(rMetaFile); in checkLine() local
473 xmlDocUniquePtr pDoc = dumpMeta(rMetaFile); in checkRect() local
501 xmlDocUniquePtr pDoc = dumpMeta(rMetaFile); in checkRoundRect() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/svm/
H A Dsvmtest.cxx49 void checkVirtualDevice(xmlDocPtr pDoc);
50 void checkErase(xmlDocPtr pDoc);
333 CPPUNIT_ASSERT (pDoc); in dumpMeta()
335 checkVirtualDevice(pDoc); in dumpMeta()
336 checkErase(pDoc); in dumpMeta()
338 return pDoc; in dumpMeta()
355 void SvmTest::checkErase(xmlDocPtr pDoc) in checkErase() argument
368 xmlDocPtr pDoc = dumpMeta(rMetaFile); in checkPixel() local
394 xmlDocPtr pDoc = dumpMeta(rMetaFile); in checkPoint() local
415 xmlDocPtr pDoc = dumpMeta(rMetaFile); in checkLine() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/LibreOfficeLight/LibreOfficeLight/LOKit/
H A DDocument.swift23 self.pDoc = pDoc
24 self.docClass = pDoc.pointee.pClass.pointee
64 return docClass.getParts(pDoc); in getParts()
92 return docClass.getPart(pDoc); in getPart()
98 docClass.setPart(pDoc, nPart); in setPart()
117 docClass.setPartMode( pDoc, nMode); in setPartMode()
375 docClass.resetSelection(pDoc); in resetSelection()
441 return docClass.createView(pDoc); in createView()
450 docClass.destroyView(pDoc, id); in destroyView()
459 docClass.setView(pDoc, id); in setView()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A Dsg_ProjectCommandPopup.cpp115 wxASSERT(pDoc); in ShowProjectCommandsMenu()
154 wxASSERT(pDoc); in OnProjectUpdate()
163 pDoc->ProjectUpdate(projectIndex); in OnProjectUpdate()
171 wxASSERT(pDoc); in OnProjectSuspendResume()
192 wxASSERT(pDoc); in OnProjectNoNewWork()
215 wxASSERT(pDoc); in OnResetProject()
218 if (!pDoc->IsUserAuthorized()) in OnResetProject()
252 wxASSERT(pDoc); in OnProjectDetach()
255 if (!pDoc->IsUserAuthorized()) in OnProjectDetach()
286 wxASSERT(pDoc); in OnProjectShowProperties()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/qa/extras/
H A Dmmlexport-test.cxx87 xmlDocUniquePtr pDoc = parseXml(aTempFile); in exportAndParse() local
88 CPPUNIT_ASSERT(pDoc); in exportAndParse()
89 return pDoc; in exportAndParse()
95 xmlDocUniquePtr pDoc = exportAndParse(); in testBlank() local
96 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mspace[1]", "width", "0.5em"); in testBlank()
97 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mspace[2]", "width", "4em"); in testBlank()
103 xmlDocUniquePtr pDoc = exportAndParse(); in testTdf97049() local
104 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mo[1]", "stretchy", "true"); in testTdf97049()
105 auto aContent = getXPathContent(pDoc, "/m:math/m:semantics/m:mrow/m:mo[1]"); in testTdf97049()
117 xmlDocUniquePtr pDoc = exportAndParse(); \ in testTdf101022()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/qa/extras/
H A Dmmlexport-test.cxx87 xmlDocPtr pDoc = parseXml(aTempFile); in exportAndParse() local
88 CPPUNIT_ASSERT(pDoc); in exportAndParse()
89 return pDoc; in exportAndParse()
95 xmlDocPtr pDoc = exportAndParse(); in testBlank() local
96 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mspace[1]", "width", "0.5em"); in testBlank()
97 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mspace[2]", "width", "4em"); in testBlank()
103 xmlDocPtr pDoc = exportAndParse(); in testTdf97049() local
104 assertXPath(pDoc, "/m:math/m:semantics/m:mrow/m:mo[1]", "stretchy", "true"); in testTdf97049()
105 auto aContent = getXPathContent(pDoc, "/m:math/m:semantics/m:mrow/m:mo[1]"); in testTdf97049()
116 xmlDocPtr pDoc = exportAndParse(); \ in testTdf101022()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionSource.cpp146 pDoc->writeToJson(pDocJson); in writeDocToJson()
157 pDoc->path(), pDoc->id(), &notebook); in writeDocToJson()
168 if (!pDoc->path().empty()) in writeDocToJson()
401 oldPath = pDoc->path(); in saveDocumentCore()
409 pDoc->setDirty(!hasPath && (contents != pDoc->contents())); in saveDocumentCore()
615 if (pDoc->hash() != hash) in saveDocumentDiff()
728 error = pDoc->setPathAndContents(pDoc->path(), false); in reopen()
731 error = pDoc->setPathAndContents(pDoc->path(), true); in reopen()
739 pDoc->setDirty(false); in reopen()
1247 pDoc->setDirty(dirty); in setSourceDocumentDirty()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/layout/
H A Dlayout2.cxx309 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
326 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
349 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
376 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
404 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
429 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
447 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
464 SwDocShell* pShell = pDoc->GetDocShell(); in CPPUNIT_TEST_FIXTURE()
1132 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
1463 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_export-test2.cxx520 xmlDocUniquePtr pDoc in testTextDirectionXLSX() local
535 xmlDocUniquePtr pDoc in testTdf120168() local
554 xmlDocUniquePtr pDoc in testTdf66668() local
565 xmlDocUniquePtr pDoc in testTdf130108() local
614 xmlDocUniquePtr pDoc in testTdf55417() local
628 xmlDocUniquePtr pDoc in testTdf129985() local
642 xmlDocUniquePtr pDoc in testTdf73063() local
762 pDoc, in testAutofilterColorsODF()
1507 assertXPath(pDoc, in testTdf123645XLSX()
1511 assertXPath(pDoc, in testTdf123645XLSX()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview2.cxx48 bool bCellProtected = pDoc->HasAttrib( in isCellQualified()
163 else if (rCol > pDoc->MaxCol()) in checkBoundary()
165 rCol = pDoc->MaxCol(); in checkBoundary()
174 else if (rRow > pDoc->MaxRow()) in checkBoundary()
176 rRow = pDoc->MaxRow(); in checkBoundary()
431 if ( pDoc->HasTable(nTab) ) in DoneBlockMode()
742 auto nMaxCol = pDoc->ClampToAllocatedColumns(nTab, pDoc->MaxCol()); in SkipCursorHorizontal()
745 bSkipCell = pDoc->ColHidden(rCurX, nTab) || pDoc->IsHorOverlapped(rCurX, rCurY, nTab); in SkipCursorHorizontal()
918 ((nNewX != pDoc->MaxCol()) || (nNewY != pDoc->MaxRow()))) in ExpandBlock()
1073 if ( aMarkRange == ScRange( 0,0,nTab, pDoc->MaxCol(),pDoc->MaxRow(),nTab ) ) in SelectAll()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A DSwUndoFmt.cxx74 pDoc->ChgFormat(*pFormat, *pNewSet); in RedoImpl()
100 pDoc(_pDoc), sOldName(_pOld->GetName()), in SwUndoFormatDelete()
120 pDoc->ChgFormat(*pFormat, aOldSet); in UndoImpl()
152 sNewName(_sNewName), pDoc(_pDoc) in SwUndoRenameFormat()
286 return pDoc->FindCharFormatByName(rName); in Find()
306 return pDoc->FindCharFormatByName(rName); in Find()
318 return pDoc->FindCharFormatByName(rName); in Find()
340 return pDoc->FindFrameFormatByName(rName); in Find()
390 pDoc->DelNumRule(aNew.GetName(), true); in UndoImpl()
426 pDoc->DelNumRule(aOld.GetName(), true); in RedoImpl()
[all …]

12345678910>>...98