代码搜索:pdf document
找到约 10,000 项符合「pdf document」的源代码
代码结果 10,000
www.eeworm.com/read/194563/5127870
tex document.tex
\section{\class{wxDocument}}\label{wxdocument}
The document class can be used to model an application's file-based
data. It is part of the document/view framework supported by wxWidgets,
and cooperat
www.eeworm.com/read/194563/5128702
h document.h
// Scintilla source code edit control
/** @file Document.h
** Text document that handles notifications, DBCS, styling, words and end of line.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/194563/5128742
cxx document.cxx
// Scintilla source code edit control
/** @file Document.cxx
** Text document that handles notifications, DBCS, styling, words and end of line.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/194535/5131427
h document.h
// Scintilla source code edit control
/** @file Document.h
** Text document that handles notifications, DBCS, styling, words and end of line.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/194535/5131467
cxx document.cxx
// Scintilla source code edit control
/** @file Document.cxx
** Text document that handles notifications, DBCS, styling, words and end of line.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/193950/5139567
cpp document.cpp
// Document.cpp : Implementation of CDocument
#include "stdafx.h"
#include "ObjectModel.h"
#include "Document.h"
/////////////////////////////////////////////////////////////////////////////
//
www.eeworm.com/read/193950/5139569
h document.h
// Document.h : Declaration of the CDocument
#ifndef __DOCUMENT_H_
#define __DOCUMENT_H_
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////
www.eeworm.com/read/193950/5139571
rgs document.rgs
HKCR
{
ObjectModel.Document.1 = s 'Document Class'
{
CLSID = s '{CB693B6D-80E2-11D2-987D-00600823CFFB}'
}
ObjectModel.Document = s 'Document Class'
{
CLSID = s '{CB693B6D-80E2-11D2-98
www.eeworm.com/read/191420/5165551
h document.h
#ifndef __DOCUMENT_H
#define __DOCUMENT_H
#include "tp-viewtest.h"
#include "AppUi.h"
class CDocument : public CQikDocument
{
public:
// construct/destruct
CDocument(CEikApplication&
www.eeworm.com/read/191420/5165562
cpp document.cpp
#include "tp-viewtest.h"
#include "Document.h"
CDocument::CDocument(CEikApplication& aApp)
: CQikDocument(aApp)
{
}
CEikAppUi* CDocument::CreateAppUiL()
{
return new(ELeave)