Skip to content

Commit 5bf7f4b

Browse files
author
Linda Caputo
committed
Resolve API conflicts 1
1 parent 52e3045 commit 5bf7f4b

File tree

445 files changed

+0
-2910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

445 files changed

+0
-2910
lines changed

Office-Mac/GrantAccessToMultipleFiles.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ The command returns whether the user granted permission or not.
3131
|True|The user grants permission to the files.|
3232
|False|The user denies permission to the files.|
3333

34-
<<<<<<< HEAD
35-
**Note:** After the user grants permissions, the permissions are stored with the app. The user doesn’t need to grant permission to the file again.
36-
37-
**Example**
38-
=======
3934
**Note:** After the user grants permissions, the permissions are stored with the app. The user doesn’t need to grant permission to the file again.
4035

4136
## Example
42-
>>>>>>> master
4337

4438
```vb
4539
Sub requestFileAccess()

api/Publisher.Application.OfficeDataSourceObject.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,9 @@ Dim odsoTemp As Office.OfficeDataSourceObject
3939
Set odsoTemp = Application.OfficeDataSourceObject
4040

4141
With odsoTemp
42-
<<<<<<< HEAD
43-
Debug.Print "Connection string: " &; .ConnectString
44-
Debug.Print "Data source: " &; .DataSource
45-
Debug.Print "Table: " &; .Table
46-
=======
4742
Debug.Print "Connection string: " & .ConnectString
4843
Debug.Print "Data source: " & .DataSource
4944
Debug.Print "Table: " & .Table
50-
>>>>>>> master
5145
End With
5246
```
5347

api/Publisher.Application.Path.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,11 @@ Sub PathNames()
4444
strName = Application.ActiveDocument.Name
4545
strFullName = Application.ActiveDocument.FullName
4646

47-
<<<<<<< HEAD
48-
' Note the file name &; path differences
49-
' while executing.
50-
MsgBox "The path is: " &; strPath
51-
MsgBox "The file name is: " &; strName
52-
MsgBox "The path &; file name are: " &; strFullName
53-
=======
5447
' Note the file name & path differences
5548
' while executing.
5649
MsgBox "The path is: " & strPath
5750
MsgBox "The file name is: " & strName
5851
MsgBox "The path & file name are: " & strFullName
59-
>>>>>>> master
6052

6153
End Sub
6254
```

api/Publisher.Application.PathSeparator.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,8 @@ This example displays the path and file name of the active document.
4646
Sub PathFileName()
4747

4848
With Application
49-
<<<<<<< HEAD
50-
MsgBox "The name of the active document: " &; vbLf &; _
51-
.Path &; .PathSeparator &; ActiveDocument.Name
52-
=======
5349
MsgBox "The name of the active document: " & vbLf & _
5450
.Path & .PathSeparator & ActiveDocument.Name
55-
>>>>>>> master
5651
End With
5752

5853
End Sub

api/Publisher.Application.PicasToPoints.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,10 @@ Do While True
6060
If Val(strInput) = 0 Then Exit Do
6161

6262
' Evaluate and display result.
63-
<<<<<<< HEAD
64-
strOutput = Trim(strInput) &; " picas = " _
65-
&; Format(Application _
66-
.Picas ToPoints(Value:=Val(strInput)), _
67-
"0.00") &; " points"
68-
=======
6963
strOutput = Trim(strInput) & " picas = " _
7064
& Format(Application _
7165
.Picas ToPoints(Value:=Val(strInput)), _
7266
"0.00") & " points"
73-
>>>>>>> master
7467

7568
MsgBox strOutput
7669
Loop

api/Publisher.Application.PixelsToPoints.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,10 @@ Do While True
6060
If Val(strInput) = 0 Then Exit Do
6161

6262
' Evaluate and display result.
63-
<<<<<<< HEAD
64-
strOutput = Trim(strInput) &; " pixels = " _
65-
&; Format(Application _
66-
.PixelsToPoints(Value:=Val(strInput)), _
67-
"0.00") &; " points"
68-
=======
6963
strOutput = Trim(strInput) & " pixels = " _
7064
& Format(Application _
7165
.PixelsToPoints(Value:=Val(strInput)), _
7266
"0.00") & " points"
73-
>>>>>>> master
7467

7568
MsgBox strOutput
7669
Loop

api/Publisher.Application.PointsToCentimeters.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,10 @@ Do While True
6060
If Val(strInput) = 0 Then Exit Do
6161

6262
' Evaluate and display result.
63-
<<<<<<< HEAD
64-
strOutput = Trim(strInput) &; " points = " _
65-
&; Format(Application _
66-
.PointsToCentimeters(Value:=Val(strInput)), _
67-
"0.00") &; " cm"
68-
=======
6963
strOutput = Trim(strInput) & " points = " _
7064
& Format(Application _
7165
.PointsToCentimeters(Value:=Val(strInput)), _
7266
"0.00") & " cm"
73-
>>>>>>> master
7467

7568
MsgBox strOutput
7669
Loop

api/Publisher.Application.PointsToEmus.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,10 @@ Do While True
6060
If Val(strInput) = 0 Then Exit Do
6161

6262
' Evaluate and display result.
63-
<<<<<<< HEAD
64-
strOutput = Trim(strInput) &; " points = " _
65-
&; Format(Application _
66-
.PointsToEmus(Value:=Val(strInput)), _
67-
"0.00") &; " emus"
68-
=======
6963
strOutput = Trim(strInput) & " points = " _
7064
& Format(Application _
7165
.PointsToEmus(Value:=Val(strInput)), _
7266
"0.00") & " emus"
73-
>>>>>>> master
7467

7568
MsgBox strOutput
7669
Loop

api/Publisher.Application.PointsToInches.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,10 @@ Do While True
6060
If Val(strInput) = 0 Then Exit Do
6161

6262
' Evaluate and display result.
63-
<<<<<<< HEAD
64-
strOutput = Trim(strInput) &; " points = " _
65-
&; Format(Application _
66-
.PointsToInches(Value:=Val(strInput)), _
67-
"0.00") &; " in"
68-
=======
6963
strOutput = Trim(strInput) & " points = " _
7064
& Format(Application _
7165
.PointsToInches(Value:=Val(strInput)), _
7266
"0.00") & " in"
73-
>>>>>>> master
7467

7568
MsgBox strOutput
7669
Loop

api/Publisher.Application.PointsToLines.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,9 @@ Selection.TextRange.Font.Size = 10
5656

5757
' Display result for 12 points.
5858
strOutput = "12 points = " _
59-
<<<<<<< HEAD
60-
&; Format(Application _
61-
.PointsToLines(Value:=12), _
62-
"0.00") &; " lines"
63-
=======
6459
& Format(Application _
6560
.PointsToLines(Value:=12), _
6661
"0.00") & " lines"
67-
>>>>>>> master
6862
```
6963

7064

0 commit comments

Comments
 (0)