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
20ac67f0
Kaydet (Commit)
20ac67f0
authored
Tem 23, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: misc. fixes.
Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe
üst
0f6101cf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
baside2.cxx
basctl/source/basicide/baside2.cxx
+0
-1
baside2b.cxx
basctl/source/basicide/baside2b.cxx
+1
-0
optcolor.cxx
cui/source/options/optcolor.cxx
+1
-1
olinefun.cxx
sc/source/ui/docshell/olinefun.cxx
+1
-0
No files found.
basctl/source/basicide/baside2.cxx
Dosyayı görüntüle @
20ac67f0
...
...
@@ -772,7 +772,6 @@ void ModulWindow::BasicAddWatch()
aWatchStr
=
GetEditView
()
->
GetSelected
();
pLayout
->
GetWatchWindow
().
AddWatch
(
aWatchStr
);
pLayout
->
GetWatchWindow
().
UpdateWatches
();
bInserted
=
sal_True
;
}
}
}
...
...
basctl/source/basicide/baside2b.cxx
Dosyayı görüntüle @
20ac67f0
...
...
@@ -2006,6 +2006,7 @@ sal_Bool WatchTreeListBox::ImplBasicEntryEdited( SvLBoxEntry* pEntry, const Stri
bError
=
sal_True
;
SbxBase
::
ResetError
();
}
(
void
)
bError
;
// used to Beep.
UpdateWatches
();
...
...
cui/source/options/optcolor.cxx
Dosyayı görüntüle @
20ac67f0
...
...
@@ -779,7 +779,7 @@ void ColorConfigWindow_Impl::SetAppearance ()
ColorListBox
aSampleColorList
(
this
);
{
XColorListRef
const
xColorTable
=
XColorList
::
CreateStdColorList
();
for
(
unsigned
i
=
0
;
i
!=
xColorTable
->
Count
();
++
i
)
for
(
sal_Int32
i
=
0
;
i
!=
xColorTable
->
Count
();
++
i
)
{
XColorEntry
&
rEntry
=
*
xColorTable
->
GetColor
(
i
);
aSampleColorList
.
InsertEntry
(
rEntry
.
GetColor
(),
rEntry
.
GetName
());
...
...
sc/source/ui/docshell/olinefun.cxx
Dosyayı görüntüle @
20ac67f0
...
...
@@ -444,6 +444,7 @@ sal_Bool ScOutlineDocFunc::SelectLevel( SCTAB nTab, sal_Bool bColumns, sal_uInt1
sal_Bool
ScOutlineDocFunc
::
ShowMarkedOutlines
(
const
ScRange
&
rRange
,
sal_Bool
bRecord
,
sal_Bool
bApi
)
{
(
void
)
bApi
;
sal_Bool
bDone
=
false
;
SCCOL
nStartCol
=
rRange
.
aStart
.
Col
();
...
...
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