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
f8adeb29
Kaydet (Commit)
f8adeb29
authored
Şub 25, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
(T/t)herfor -> (T/t)herefore
Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca
üst
a96d7ce3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
accframe.cxx
sw/source/core/access/accframe.cxx
+1
-1
tabfrm.cxx
sw/source/core/layout/tabfrm.cxx
+1
-1
UnoDialog.java
wizards/com/sun/star/wizards/ui/UnoDialog.java
+1
-1
UnoDialog.py
wizards/com/sun/star/wizards/ui/UnoDialog.py
+1
-1
txtparae.cxx
xmloff/source/text/txtparae.cxx
+1
-1
No files found.
sw/source/core/access/accframe.cxx
Dosyayı görüntüle @
f8adeb29
...
...
@@ -41,7 +41,7 @@
using
namespace
sw
::
access
;
// Regarding visibility (or in terms of accessibility: regarding the showing
// state): A frame is visible and ther
for
contained in the tree if its frame
// state): A frame is visible and ther
efore
contained in the tree if its frame
// size overlaps with the visible area. The bounding box however is the
// frame's paint area.
sal_Int32
SwAccessibleFrame
::
GetChildCount
(
SwAccessibleMap
&
rAccMap
,
...
...
sw/source/core/layout/tabfrm.cxx
Dosyayı görüntüle @
f8adeb29
...
...
@@ -4447,7 +4447,7 @@ SwCellFrm::~SwCellFrm()
if
(
pMod
)
{
// At this stage the lower frames aren't destroyed already,
// ther
for
we have to do a recursive dispose.
// ther
efore
we have to do a recursive dispose.
SwRootFrm
*
pRootFrm
=
getRootFrm
();
if
(
pRootFrm
&&
pRootFrm
->
IsAnyShellAccessible
()
&&
pRootFrm
->
GetCurrShell
()
)
...
...
wizards/com/sun/star/wizards/ui/UnoDialog.java
Dosyayı görüntüle @
f8adeb29
...
...
@@ -521,7 +521,7 @@ public class UnoDialog implements EventNames
/**
* The problem with setting the visibility of controls is that changing the current step
* of a dialog will automatically make all controls visible. The PropertyNames.PROPERTY_STEP property always wins against
* the property "visible". Ther
for
a control meant to be invisible is placed on a step far far away.
* the property "visible". Ther
efore
a control meant to be invisible is placed on a step far far away.
* @param controlname the name of the control
* @param iStep change the step if you want to make the control invisible
*/
...
...
wizards/com/sun/star/wizards/ui/UnoDialog.py
Dosyayı görüntüle @
f8adeb29
...
...
@@ -93,7 +93,7 @@ class UnoDialog(object):
changing the current step of a dialog will automatically make
all controls visible. The PropertyNames.PROPERTY_STEP property
always wins against the property "visible".
Ther
for
a control meant to be invisible is placed on a step far far away.
Ther
efore
a control meant to be invisible is placed on a step far far away.
Afterwards the step property of the dialog has to be set with
"repaintDialogStep". As the performance of that method is very bad it
should be used only once for all controls
...
...
xmloff/source/text/txtparae.cxx
Dosyayı görüntüle @
f8adeb29
...
...
@@ -2129,7 +2129,7 @@ void XMLTextParagraphExport::exportParagraph(
if
(
bHasContentEnum
)
{
// For the auto styles, the multi property set helper is only used
// if hard attributes are existing. Ther
for
, it seems to be a better
// if hard attributes are existing. Ther
efore
, it seems to be a better
// strategy to have the TextSection property separate, because otherwise
// we always retrieve the style names even if they are not required.
if
(
bAutoStyles
)
...
...
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