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
5bfac537
Kaydet (Commit)
5bfac537
authored
Tem 08, 2011
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed typos in comments
üst
c139307b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
lwptablelayout.cxx
lotuswordpro/source/filter/lwptablelayout.cxx
+1
-1
DefColWidth.java
.../xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java
+1
-1
ExtendedFormat.java
...erge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
+1
-1
ColourConverter.java
...erge/java/org/openoffice/xmerge/util/ColourConverter.java
+1
-1
No files found.
lotuswordpro/source/filter/lwptablelayout.cxx
Dosyayı görüntüle @
5bfac537
...
...
@@ -620,7 +620,7 @@ void LwpTableLayout::RegisterColumns()
// justifiable columns will share the remain width averagely
dDefaultColumn
=
dTableWidth
/
nJustifiableColumn
;
// register def
ua
lt column style
// register def
au
lt column style
XFColStyle
*
pColStyle
=
new
XFColStyle
();
pColStyle
->
SetWidth
(
static_cast
<
float
>
(
dDefaultColumn
));
...
...
xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java
Dosyayı görüntüle @
5bfac537
...
...
@@ -36,7 +36,7 @@ import org.openoffice.xmerge.util.EndianConverter;
import
org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants
;
/**
* Represents a BIFF record defi
uning the defua
lt column width
* Represents a BIFF record defi
ning the defau
lt column width
*/
public
class
DefColWidth
implements
BIFFRecord
{
...
...
xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
Dosyayı görüntüle @
5bfac537
...
...
@@ -88,7 +88,7 @@ org.openoffice.xmerge.converter.xml.OfficeConstants {
}
/**
* Constructs a pocket Excel Document using def
ua
lt values and sets the
* Constructs a pocket Excel Document using def
au
lt values and sets the
* font index using the specified attribute
*
* @param ixfnt index of the font this format should use
...
...
xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
Dosyayı görüntüle @
5bfac537
...
...
@@ -34,7 +34,7 @@ import java.awt.Color;
* Utility class mapping RGB colour specifications to the colour indices used
* in the Pocket PC. The original converter was written for use with Pocket
* Word it was later put into the utils so Pocket excel could use this code
* also. For this reason the def
ua
lt values are those used by Pocket Word but
* also. For this reason the def
au
lt values are those used by Pocket Word but
* a colour table can be passed in through the constructor to map the 16
* values to a colour table.
*
...
...
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