Home
last modified time | relevance | path

Searched refs:pDoc (Results 126 – 150 of 3213) sorted by relevance

12345678910>>...129

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/layout/
H A Dlayout.cxx221 SfxItemSet flySet(pDoc->GetAttrPool(), in CPPUNIT_TEST_FIXTURE()
476 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
499 SfxItemSet flySet(pDoc->GetAttrPool(), in CPPUNIT_TEST_FIXTURE()
776 SfxItemSet flySet(pDoc->GetAttrPool(), in CPPUNIT_TEST_FIXTURE()
1145 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
1153 CPPUNIT_ASSERT(pDoc); in CPPUNIT_TEST_FIXTURE()
3357 SwDoc* pDoc = createDoc(); in CPPUNIT_TEST_FIXTURE() local
3627 SwDoc* pDoc = createDoc(); in CPPUNIT_TEST_FIXTURE() local
3643 pDoc->ChgPageDesc(0, rPageDesc); in CPPUNIT_TEST_FIXTURE()
3672 SwDoc* pDoc = createDoc(); in CPPUNIT_TEST_FIXTURE() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddociter.cxx101 : pDoc(pDocument) in ScValueIterator()
352 , mpDoc(pDoc) in DataAccessInternal()
784 mpDoc(pDoc), in ScFormulaGroupIterator()
836 mpDoc(pDoc), in ScCellIterator()
1052 pDoc( pDocument ), in ScQueryCellIterator()
1453 return (nFoundCol <= pDoc->MaxCol()) && (nFoundRow <= pDoc->MaxRow()); in FindEqualOrSortedLastInRange()
1459 pDoc( pDocument ), in ScCountIfCellIterator()
2066 pDoc( pDocument ), in ScHorizontalCellIterator()
2294 pDoc( pDocument ), in ScHorizontalValueIterator()
2383 pDoc( pDocument ), in ScHorizontalAttrIterator()
[all …]
H A Ddrwlayer.cxx140 mpDoc( pDoc ), in ScUndoAnchorData()
320 if( pDoc ) in ScDrawLayer()
521 bool bNegativePage = pDoc && pDoc->IsNegativePage( nTab ); in MoveCells()
788 if( !pDoc ) in RecalcPos()
1084 if ( !pDoc ) in GetPrintArea()
1271 if ( !pDoc ) in MoveArea()
1316 if ( !pDoc ) in HasObjectsInRows()
1371 if ( !pDoc ) in DeleteObjectsInArea()
1426 if ( !pDoc ) in DeleteObjectsInSelection()
1649 bool bDestClip = pDoc && pDoc->IsClipboard(); in CopyFromClip()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewWork.cpp418 wxASSERT(pDoc); in OnActiveTasksOnly()
423 pDoc->m_ActiveTasksOnly = !pDoc->m_ActiveTasksOnly; in OnActiveTasksOnly()
438 wxASSERT(pDoc); in OnWorkSuspend()
476 wxASSERT(pDoc); in OnWorkShowGraphics()
509 wxASSERT(pDoc); in OnWorkShowVMConsole()
544 wxASSERT(pDoc); in OnWorkAbort()
551 if (!pDoc->IsUserAuthorized()) in OnWorkAbort()
621 wxASSERT(pDoc); in OnSaveState()
646 wxASSERT(pDoc); in OnRestoreState()
817 wxASSERT(NULL != pDoc); in UpdateSelection()
[all …]
H A DViewResources.cpp169 CMainDocument* pDoc = wxGetApp().GetDocument(); in OnListRender() local
174 wxASSERT(pDoc); in OnListRender()
175 wxASSERT(wxDynamicCast(pDoc, CMainDocument)); in OnListRender()
178 pDoc->CachedDiskUsageUpdate(); in OnListRender()
179 pDoc->CachedStateUpdate(); in OnListRender()
181 if (pDoc->disk_usage.projects.size()>0) { in OnListRender()
187 for (i=0; i<pDoc->disk_usage.projects.size(); i++) { in OnListRender()
204 PROJECT* project = pDoc->DiskUsageProject(i); in OnListRender()
239 double free = pDoc->disk_usage.d_free; in OnListRender()
240 double total = pDoc->disk_usage.d_total; in OnListRender()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dfuncuno.cxx77 ScDocument* pDoc = new ScDocument( SCDOCMODE_FUNCTIONACCESS ); in CreateDocument() local
78 pDoc->MakeTable( 0 ); in CreateDocument()
79 return pDoc; in CreateDocument()
321 explicit SimpleVisitor( ScDocument* pDoc ) : mbArgError( false ), mpDoc( pDoc ) {} in SimpleVisitor() argument
453 ScDocument* pDoc = aSource.GetDocument(); in callFunction() local
457 if ( !pDoc->HasTable( nTempSheet ) ) in callFunction()
458 pDoc->MakeTable( nTempSheet ); in callFunction()
462 ScCompiler aCompiler(pDoc, aAdr, pDoc->GetGrammar()); in callFunction()
476 pDoc->SetDocOptions( *pOptions ); in callFunction()
592 pFormula = pDoc->SetFormulaCell(aFormulaPos, pFormula); in callFunction()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/xml/
H A Dxmltxtimp.cxx214 EditDoc& pDoc = rEditEngine.GetEditDoc(); in SvxReadXML() local
215 rEditEngine.ParaAttribsToCharAttribs( pDoc.GetObject( rSel.nEndPara ) ); in SvxReadXML()
216 rEditEngine.ConnectParagraphs( pDoc.GetObject( rSel.nEndPara ), in SvxReadXML()
217 pDoc.GetObject( rSel.nEndPara + 1 ), true ); in SvxReadXML()
218 …rEditEngine.ParaAttribsToCharAttribs( pDoc.GetObject( pDoc.Count() - initialParaCount + aSel.nEndP… in SvxReadXML()
219 …rEditEngine.ConnectParagraphs( pDoc.GetObject( pDoc.Count() - initialParaCount + aSel.nEndPara - 2… in SvxReadXML()
220 pDoc.GetObject( pDoc.Count() - initialParaCount + aSel.nEndPara -1 ), true ); in SvxReadXML()
223 …aPaM = rEditEngine.ConnectParagraphs( pDoc.GetObject( pDoc.Count() - initialParaCount + aSel.nEndP… in SvxReadXML()
224 pDoc.GetObject( pDoc.Count() - initialParaCount + aSel.nEndPara -1 ), true ); in SvxReadXML()
/dports/graphics/podofo/podofo-0.9.7/test/FormTest/
H A DFormTest.cpp32 void CreateComplexForm( PdfPage* pPage, PdfStreamedDocument* pDoc ) in CreateComplexForm() argument
37 PdfFont* pFont = pDoc->CreateFont( "Courier" ); in CreateComplexForm()
59 80000.0 * CONVERSION_CONSTANT, h ), pDoc ); in CreateComplexForm()
76 80000.0 * CONVERSION_CONSTANT, h ), pDoc ); in CreateComplexForm()
89 h, h ), pDoc ); in CreateComplexForm()
96 h, h ), pDoc ); in CreateComplexForm()
120 PdfAction actionClear( ePdfAction_JavaScript, pDoc ); in CreateComplexForm()
132 PdfAction actionSubmit( ePdfAction_SubmitForm, pDoc ); in CreateComplexForm()
139 void CreateSimpleForm( PdfPage* pPage, PdfStreamedDocument* pDoc ) in CreateSimpleForm() argument
142 PdfFont* pFont = pDoc->CreateFont( "Courier" ); in CreateSimpleForm()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uibase/shells/
H A Dshells.cxx56 SwDoc* pDoc = createDoc(); in CPPUNIT_TEST_FIXTURE() local
57 IDocumentContentOperations& rIDCO = pDoc->getIDocumentContentOperations(); in CPPUNIT_TEST_FIXTURE()
58 SwCursorShell* pShell(pDoc->GetEditShell()); in CPPUNIT_TEST_FIXTURE()
59 SfxItemSet aFrameSet(pDoc->GetAttrPool(), svl::Items<RES_FRMATR_BEGIN, RES_FRMATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
60 SfxItemSet aGrfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
65 CPPUNIT_ASSERT_EQUAL(size_t(1), pDoc->GetFlyCount(FLYCNTTYPE_GRF)); in CPPUNIT_TEST_FIXTURE()
67 SwView* pView = pDoc->GetDocShell()->GetView(); in CPPUNIT_TEST_FIXTURE()
87 SwDoc* pDoc = createDoc(); in CPPUNIT_TEST_FIXTURE() local
88 SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell(); in CPPUNIT_TEST_FIXTURE()
96 SwView* pView = pDoc->GetDocShell()->GetView(); in CPPUNIT_TEST_FIXTURE()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdfview.cpp614 if (!pDoc) in FPDF_GetFileVersion()
643 if (!pDoc || !pDoc->GetParser()) in FPDF_GetSecurityHandlerRevision()
652 return pDoc ? pDoc->GetPageCount() : 0; in FPDF_GetPageCount()
658 if (!pDoc) in FPDF_LoadPage()
1031 if (!pDoc) in FPDF_GetPageSizeByIndex()
1059 if (!pDoc) in FPDF_VIEWERREF_GetPrintScaling()
1067 if (!pDoc) in FPDF_VIEWERREF_GetNumCopies()
1076 if (!pDoc) in FPDF_VIEWERREF_GetPrintPageRange()
1085 if (!pDoc) in FPDF_VIEWERREF_GetDuplex()
1103 if (!pDoc) in FPDF_VIEWERREF_GetName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Deditable.hxx47 ScEditableTester( const ScDocument* pDoc, SCTAB nTab,
52 ScEditableTester( const ScDocument* pDoc,
57 ScEditableTester( const ScDocument* pDoc, const ScRange& rRange );
60 ScEditableTester( const ScDocument* pDoc, const ScMarkData& rMark );
71 void TestBlock( const ScDocument* pDoc, SCTAB nTab,
74 void TestSelectedBlock( const ScDocument* pDoc,
77 void TestRange( const ScDocument* pDoc, const ScRange& rRange );
78 void TestSelection( const ScDocument* pDoc, const ScMarkData& rMark );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drefdata.cxx132 return ColValid(pDoc) && RowValid(pDoc) && TabValid(); in Valid()
139 if (mnCol < -pDoc->MaxCol() || pDoc->MaxCol() < mnCol) in ColValid()
144 if (mnCol < 0 || pDoc->MaxCol() < mnCol) in ColValid()
155 if (mnRow < -pDoc->MaxRow() || pDoc->MaxRow() < mnRow) in RowValid()
185 return ColValid(pDoc) && RowValid(pDoc) && mnTab >= -1; in ValidExternal()
475 return Ref1.Valid(pDoc) && Ref2.Valid(pDoc); in Valid()
480 …return Ref1.ValidExternal(pDoc) && Ref2.ColValid(pDoc) && Ref2.RowValid(pDoc) && Ref1.Tab() <= Ref… in ValidExternal()
510 if (nCol2 == pDoc->MaxCol()) in IncEndColSticky()
514 if (nCol2 < pDoc->MaxCol()) in IncEndColSticky()
539 if (nRow2 == pDoc->MaxRow()) in IncEndRowSticky()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/dif/
H A Ddifimp.cxx51 DifParser aDifParser( rIn, *pDoc, eVon ); in ScImportDif()
63 ScfStreamProgressBar aPrgrsBar( rIn, pDoc->GetDocumentShell() ); in ScImportDif()
80 pDoc->RenameTab(nBaseTab, rData.toString()); in ScImportDif()
154 if( pDoc->ValidCol(nColCnt) && pDoc->ValidRow(nRowCnt) ) in ScImportDif()
156 pDoc->EnsureTable(nBaseTab); in ScImportDif()
160 pDoc->SetValue(aPos, aDifParser.fVal); in ScImportDif()
189 if( pDoc->ValidCol(nColCnt) && pDoc->ValidRow(nRowCnt) ) in ScImportDif()
193 pDoc->EnsureTable(nBaseTab); in ScImportDif()
194 pDoc->SetTextCell(aPos, aData); in ScImportDif()
211 aAttrCache.Apply( *pDoc, nBaseTab ); in ScImportDif()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp117 uint32_t v_Load(CPDF_Document* pDoc,
152 uint32_t v_Load(CPDF_Document* pDoc,
189 uint32_t v_Load(CPDF_Document* pDoc,
196 explicit CPDF_LabCS(CPDF_Document* pDoc);
220 uint32_t v_Load(CPDF_Document* pDoc,
253 uint32_t v_Load(CPDF_Document* pDoc,
281 uint32_t v_Load(CPDF_Document* pDoc,
308 uint32_t v_Load(CPDF_Document* pDoc,
479 return Load(pDoc, pObj, &visited); in Load()
484 CPDF_Document* pDoc, in Load() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp374 pCS.reset(new CPDF_CalGray(pDoc)); in Load()
376 pCS.reset(new CPDF_CalRGB(pDoc)); in Load()
378 pCS.reset(new CPDF_LabCS(pDoc)); in Load()
380 pCS.reset(new CPDF_ICCBasedCS(pDoc)); in Load()
383 pCS.reset(new CPDF_IndexedCS(pDoc)); in Load()
387 pCS.reset(new CPDF_DeviceNCS(pDoc)); in Load()
389 pCS.reset(new CPDF_PatternCS(pDoc)); in Load()
394 if (!pCS->v_Load(pDoc, pArray)) in Load()
530 : m_pDocument(pDoc), in CPDF_ColorSpace()
1167 m_pAltCS = Load(pDoc, pAltCS); in v_Load()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp119 uint32_t v_Load(CPDF_Document* pDoc,
155 uint32_t v_Load(CPDF_Document* pDoc,
193 uint32_t v_Load(CPDF_Document* pDoc,
200 explicit CPDF_LabCS(CPDF_Document* pDoc);
225 uint32_t v_Load(CPDF_Document* pDoc,
259 uint32_t v_Load(CPDF_Document* pDoc,
288 uint32_t v_Load(CPDF_Document* pDoc,
316 uint32_t v_Load(CPDF_Document* pDoc,
487 return Load(pDoc, pObj, &visited); in Load()
492 CPDF_Document* pDoc, in Load() argument
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_colorspace.cpp372 pCS = new CPDF_CalGray(pDoc); in Load()
374 pCS = new CPDF_CalRGB(pDoc); in Load()
376 pCS = new CPDF_LabCS(pDoc); in Load()
378 pCS = new CPDF_ICCBasedCS(pDoc); in Load()
381 pCS = new CPDF_IndexedCS(pDoc); in Load()
385 pCS = new CPDF_DeviceNCS(pDoc); in Load()
387 pCS = new CPDF_PatternCS(pDoc); in Load()
392 if (!pCS->v_Load(pDoc, pArray)) { in Load()
535 : m_pDocument(pDoc), in CPDF_ColorSpace()
1186 m_pAltCS = Load(pDoc, pAltCS); in v_Load()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dzoomdlg.cc42 static void on_zoom_changed (GtkSpinButton *btn, gcp::Document *pDoc) in on_zoom_changed() argument
44 View *pView = pDoc->GetView (); in on_zoom_changed()
49 ZoomDlg::ZoomDlg (gcp::Document *pDoc): in ZoomDlg() argument
50 gcugtk::Dialog (pDoc->GetApplication (), UIDIR"/zoom.ui", "zoomdlg", GETTEXT_PACKAGE, pDoc) in ZoomDlg()
54 …oomSignal = g_signal_connect (G_OBJECT (btn), "value-changed", G_CALLBACK (on_zoom_changed), pDoc); in ZoomDlg()
55 m_Doc = pDoc; in ZoomDlg()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Dgcrcrystalviewer.cc40 gcr::Document *pDoc; member
94 viewer->pView = viewer->pDoc->GetView(); in gcr_crystal_viewer_new()
98 viewer->pDoc->ParseXMLTree (node); in gcr_crystal_viewer_new()
143 delete viewer->pDoc; in gcr_crystal_viewer_finalize()
167 viewer->pDoc->ParseXMLTree (node); in gcr_crystal_viewer_set_data()
173 return viewer->pDoc->GetView ()->BuildPixbuf (width, height, use_bg); in gcr_crystal_viewer_new_pixbuf()
189 viewer->pDoc->Reinit (); in gcr_crystal_viewer_set_uri_with_mime_type()
200 App = viewer->pDoc->GetApp (); in gcr_crystal_viewer_set_uri_with_mime_type()
205 viewer->pDoc->Loaded (); in gcr_crystal_viewer_set_uri_with_mime_type()
206 viewer->pDoc->Update (); in gcr_crystal_viewer_set_uri_with_mime_type()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/session/xp/
H A DAbiCollabSessionManager.cpp129 UT_return_val_if_fail(pDoc, false); in serializeDocument()
200 bool create = (*pDoc == NULL); in deserializeDocument()
204 (*pDoc) = new PD_Document(); in deserializeDocument()
205 (*pDoc)->createRawDocument(); in deserializeDocument()
209 (*pDoc)->repairDoc(); in deserializeDocument()
211 (*pDoc)->finishRawCreation(); in deserializeDocument()
562 if (pSessionDoc == pDoc) in destroySession()
767 pDoc->sendAddAuthorCR(pA); in startSession()
857 UT_return_if_fail(pDoc); in joinSession()
864 pFrame->loadDocument(pDoc); in joinSession()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Drolbck.hxx86 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) = 0;
100 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
113 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
129 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
147 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
162 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
177 virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
249 virtual void SetInDoc(SwDoc * pDoc, bool) override;
277 virtual void SetInDoc(SwDoc* pDoc, bool) override;
292 virtual void SetInDoc(SwDoc* pDoc, bool) override;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/01_Geometry/src/
H A DGeometryApp.cpp96 CFrameWnd* CGeometryApp::CreateView2D(CGeometryDoc* pDoc ) in CreateView2D() argument
98 ASSERT_VALID(pDoc); in CreateView2D()
103 CFrameWnd* pNewFrame = pDocTemplateForView2d->CreateNewFrame(pDoc, NULL); in CreateView2D()
104 pDocTemplateForView2d->InitialUpdateFrame(pNewFrame, pDoc); in CreateView2D()
108 BOOL CGeometryApp::IsViewExisting(CDocument * pDoc, CRuntimeClass * pViewClass, CView * & pView) in IsViewExisting() argument
110 ASSERT_VALID(pDoc); in IsViewExisting()
113 POSITION position = pDoc->GetFirstViewPosition(); in IsViewExisting()
116 CView* pCurrentView = pDoc->GetNextView(position); in IsViewExisting()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlimp.cxx637 if( !pDoc ) in startDocument()
670 if( !pDoc ) in startDocument()
752 SwDoc *pDoc = nullptr; in endDocument() local
921 if ( pDoc ) in endDocument()
1024 if (! pDoc) in MergeListsAtDocumentInsertPosition()
1234 SwDoc *pDoc = getDoc(); in SetViewSettings() local
1236 if( pDoc->GetDocShell() ) in SetViewSettings()
1287 if( pDoc->GetDocShell() ) in SetViewSettings()
1659 SwDoc *pDoc = getDoc(); in SetConfigurationSettings() local
1728 return pDoc; in GetDocFromXMLImport()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfg_GraphicVector.cpp44 const PD_Document* pDoc = pFL->getDocument(); in createFromChangeRecord() local
74 const PD_Document* pDoc = pFL->getDocument(); in createFromStrux() local
262 UT_return_val_if_fail(pDoc,NULL); in createDataItem()
264 pDoc->createDataItem(szName, false, m_pbbSVG, getMimeType(), NULL); in createDataItem()
277 UT_return_val_if_fail(pDoc, UT_ERROR); in insertIntoDocument()
283 pDoc->createDataItem(szName, false, m_pbbSVG, getMimeType(), NULL); in insertIntoDocument()
299 pDoc->insertObject(iPos, PTO_Image, attributes, NULL); in insertIntoDocument()
309 UT_Error FG_GraphicVector::insertAtStrux(PD_Document* pDoc, in insertAtStrux() argument
315 UT_return_val_if_fail(pDoc, UT_ERROR); in insertAtStrux()
322 pDoc->createDataItem(szName, false, m_pbbSVG, mimetype, NULL); in insertAtStrux()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/shells/
H A Dshells.cxx46 SwDoc* pDoc = createSwDoc(); in CPPUNIT_TEST_FIXTURE() local
47 IDocumentContentOperations& rIDCO = pDoc->getIDocumentContentOperations(); in CPPUNIT_TEST_FIXTURE()
48 SwCursorShell* pShell(pDoc->GetEditShell()); in CPPUNIT_TEST_FIXTURE()
50 SfxItemSet aGrfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
55 CPPUNIT_ASSERT_EQUAL(size_t(1), pDoc->GetFlyCount(FLYCNTTYPE_GRF)); in CPPUNIT_TEST_FIXTURE()
57 SwView* pView = pDoc->GetDocShell()->GetView(); in CPPUNIT_TEST_FIXTURE()
77 SwDoc* pDoc = createSwDoc(); in CPPUNIT_TEST_FIXTURE() local
78 SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell(); in CPPUNIT_TEST_FIXTURE()
86 SwView* pView = pDoc->GetDocShell()->GetView(); in CPPUNIT_TEST_FIXTURE()
139 SwDoc* pDoc = createSwDoc(); in CPPUNIT_TEST_FIXTURE() local
[all …]

12345678910>>...129