DocumentAnalysis.cls (cdf0e10c) DocumentAnalysis.cls (d4a3fa4b)
1VERSION 1.0 CLASS
2BEGIN
3 MultiUse = -1 'True
4END
5Attribute VB_Name = "DocumentAnalysis"
6Attribute VB_GlobalNameSpace = False
7Attribute VB_Creatable = False
8Attribute VB_PredeclaredId = False
9Attribute VB_Exposed = False
1VERSION 1.0 CLASS
2BEGIN
3 MultiUse = -1 'True
4END
5Attribute VB_Name = "DocumentAnalysis"
6Attribute VB_GlobalNameSpace = False
7Attribute VB_Creatable = False
8Attribute VB_PredeclaredId = False
9Attribute VB_Exposed = False
10'/*************************************************************************
11' *
12' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
13'
14' Copyright 2000, 2010 Oracle and/or its affiliates.
10'*************************************************************************
15'
11'
16' OpenOffice.org - a multi-platform office productivity suite
12' Licensed to the Apache Software Foundation (ASF) under one
13' or more contributor license agreements. See the NOTICE file
14' distributed with this work for additional information
15' regarding copyright ownership. The ASF licenses this file
16' to you under the Apache License, Version 2.0 (the
17' "License"); you may not use this file except in compliance
18' with the License. You may obtain a copy of the License at
19'
20' http://www.apache.org/licenses/LICENSE-2.0
21'
22' Unless required by applicable law or agreed to in writing,
23' software distributed under the License is distributed on an
24' "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
25' KIND, either express or implied. See the License for the
26' specific language governing permissions and limitations
27' under the License.
17'
28'
18' This file is part of OpenOffice.org.
19'
20' OpenOffice.org is free software: you can redistribute it and/or modify
21' it under the terms of the GNU Lesser General Public License version 3
22' only, as published by the Free Software Foundation.
23'
24' OpenOffice.org is distributed in the hope that it will be useful,
25' but WITHOUT ANY WARRANTY; without even the implied warranty of
26' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27' GNU Lesser General Public License version 3 for more details
28' (a copy is included in the LICENSE file that accompanied this code).
29'
30' You should have received a copy of the GNU Lesser General Public License
31' version 3 along with OpenOffice.org. If not, see
32' <http://www.openoffice.org/license.html>
33' for a copy of the LGPLv3 License.
34'
35' ************************************************************************/
29'*************************************************************************
36Option Explicit
37
38Const CMAX_NUM_ISSUETYPES = 100
39
40Private mName As String
41Private mApplication As String
42Private mPageCount As Long
43Private mCreated As Date

--- 299 unchanged lines hidden ---
30Option Explicit
31
32Const CMAX_NUM_ISSUETYPES = 100
33
34Private mName As String
35Private mApplication As String
36Private mPageCount As Long
37Private mCreated As Date

--- 299 unchanged lines hidden ---