Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
14a49736
Kaydet (Commit)
14a49736
authored
Ock 30, 2003
tarafından
Christoph Neumann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CHG: Use only valid Frame sets
üst
5c1f7dc3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
text_BaseFrame.xba
qadevOOo/tests/basic/ifc/text/BaseFrame/text_BaseFrame.xba
+11
-4
No files found.
qadevOOo/tests/basic/ifc/text/BaseFrame/text_BaseFrame.xba
Dosyayı görüntüle @
14a49736
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
'*
'*
'* $RCSfile: text_BaseFrame.xba,v $
'* $RCSfile: text_BaseFrame.xba,v $
'*
'*
'* $Revision: 1.
1
$
'* $Revision: 1.
2
$
'*
'*
'* last change:$Date: 2003-01-
27 17:53:44
$
'* last change:$Date: 2003-01-
30 14:14:12
$
'*
'*
'* The Contents of this file are made available subject to the terms of
'* The Contents of this file are made available subject to the terms of
'* either of the following licenses
'* either of the following licenses
...
@@ -78,8 +78,15 @@ Sub RunTest()
...
@@ -78,8 +78,15 @@ Sub RunTest()
On Error Goto ErrHndl
On Error Goto ErrHndl
Dim bOK As Boolean
Dim bOK As Boolean
Dim FrameStyles(6) as String
PropertyTester.TestProperty("FrameStyleName")
FrameStyles(0) = "Formula"
FrameStyles(1) = "Graphics"
FrameStyles(2) = "Marginalia"
FrameStyles(3) = "OLE"
FrameStyles(4) = "Labels"
FrameStyles(5) = "Watermark"
FrameStyles(6) = "Frame"
PropertyTester.TestProperty("FrameStyleName", FrameStyles())
Exit Sub
Exit Sub
ErrHndl:
ErrHndl:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment