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
878461f9
Kaydet (Commit)
878461f9
authored
Ara 07, 2016
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
üst
a08cb3b5
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
14 additions
and
14 deletions
+14
-14
dp_gui_extensioncmdqueue.cxx
desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+1
-1
source.hxx
dtrans/source/win32/dnd/source.hxx
+1
-1
framework.hxx
include/jvmfwk/framework.hxx
+1
-1
utils.java
qadevOOo/runner/util/utils.java
+2
-2
_XInitialization.java
qadevOOo/tests/java/ifc/lang/_XInitialization.java
+1
-1
bcaslot.hxx
sc/source/core/inc/bcaslot.hxx
+1
-1
SwNumberTree.hxx
sw/inc/SwNumberTree.hxx
+1
-1
wrtww8.hxx
sw/source/filter/ww8/wrtww8.hxx
+1
-1
glossary.cxx
sw/source/ui/misc/glossary.cxx
+2
-2
viewtab.cxx
sw/source/uibase/uiview/viewtab.cxx
+1
-1
wrtsh1.cxx
sw/source/uibase/wrtsh/wrtsh1.cxx
+1
-1
graphicfilter2.cxx
vcl/source/filter/graphicfilter2.cxx
+1
-1
No files found.
desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
Dosyayı görüntüle @
878461f9
...
@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute()
...
@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute()
catch
(
const
ucb
::
CommandFailedException
&
)
catch
(
const
ucb
::
CommandFailedException
&
)
{
{
//This exception is thrown when a user clicked cancel in the messagebox which was
//This exception is thrown when a user clicked cancel in the messagebox which was
//starte
t
by the interaction handler. For example the user will be asked if he/she
//starte
d
by the interaction handler. For example the user will be asked if he/she
//really wants to install the extension.
//really wants to install the extension.
//These interaction are run for exactly one extension at a time. Therefore we continue
//These interaction are run for exactly one extension at a time. Therefore we continue
//with installing the remaining extensions.
//with installing the remaining extensions.
...
...
dtrans/source/win32/dnd/source.hxx
Dosyayı görüntüle @
878461f9
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::datatransfer;
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::datatransfer;
using
namespace
::
com
::
sun
::
star
::
datatransfer
::
dnd
;
using
namespace
::
com
::
sun
::
star
::
datatransfer
::
dnd
;
class
SourceContext
;
class
SourceContext
;
// RIGHT MOUSE BUTTON drag and drop not supporte
t
currently.
// RIGHT MOUSE BUTTON drag and drop not supporte
d
currently.
// ALT modifier is considered to effect a user selection of effects
// ALT modifier is considered to effect a user selection of effects
class
DragSource
:
class
DragSource
:
public
MutexDummy
,
public
MutexDummy
,
...
...
include/jvmfwk/framework.hxx
Dosyayı görüntüle @
878461f9
...
@@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM(
...
@@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM(
/** determines the JRE that is to be used.
/** determines the JRE that is to be used.
<p>When calling <code>jfw_startVM</code> then a VM is starte
t
from
<p>When calling <code>jfw_startVM</code> then a VM is starte
d
from
the JRE that is determined by this function.<br/>
the JRE that is determined by this function.<br/>
It is not verified if the JRE represented by the <code>JavaInfo</code>
It is not verified if the JRE represented by the <code>JavaInfo</code>
argument meets the requirements as specified by the javavendors.xml file.
argument meets the requirements as specified by the javavendors.xml file.
...
...
qadevOOo/runner/util/utils.java
Dosyayı görüntüle @
878461f9
...
@@ -376,10 +376,10 @@ public class utils {
...
@@ -376,10 +376,10 @@ public class utils {
/**
/**
* This method deletes via office the given file URL. It checks the existence
* This method deletes via office the given file URL. It checks the existence
* of <CODE>fileURL</CODE>. If exists it will be delete
t
.
* of <CODE>fileURL</CODE>. If exists it will be delete
d
.
* @param xMsf the multiservice factory
* @param xMsf the multiservice factory
* @param fileURL the file to delete
* @param fileURL the file to delete
* @return true if the file could be delete
t
or the file does not exist
* @return true if the file could be delete
d
or the file does not exist
*/
*/
public
static
boolean
deleteFile
(
XMultiServiceFactory
xMsf
,
String
fileURL
)
{
public
static
boolean
deleteFile
(
XMultiServiceFactory
xMsf
,
String
fileURL
)
{
boolean
delete
=
true
;
boolean
delete
=
true
;
...
...
qadevOOo/tests/java/ifc/lang/_XInitialization.java
Dosyayı görüntüle @
878461f9
...
@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization;
...
@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization;
* <ul>
* <ul>
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* (<b>Optional</b>) : argument for <code>initialize</code>
* (<b>Optional</b>) : argument for <code>initialize</code>
* method. If ommit
et
zero length array is used. </li>
* method. If ommit
ted
zero length array is used. </li>
* <ul> <p>
* <ul> <p>
* Test is multithread compliant. <p>
* Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment
* Till the present time there was no need to recreate environment
...
...
sc/source/core/inc/bcaslot.hxx
Dosyayı görüntüle @
878461f9
...
@@ -191,7 +191,7 @@ public:
...
@@ -191,7 +191,7 @@ public:
found, that is assigned. In any case, the SvtListener is added to
found, that is assigned. In any case, the SvtListener is added to
the broadcaster.
the broadcaster.
If not NULL then no listeners are starte
t
, only the area is
If not NULL then no listeners are starte
d
, only the area is
inserted and the reference count incremented. Effectively the same
inserted and the reference count incremented. Effectively the same
as InsertListeningArea(), so use that instead.
as InsertListeningArea(), so use that instead.
...
...
sw/inc/SwNumberTree.hxx
Dosyayı görüntüle @
878461f9
...
@@ -172,7 +172,7 @@ public:
...
@@ -172,7 +172,7 @@ public:
SwNumberTree
::
tNumberVector
GetNumberVector
()
const
;
SwNumberTree
::
tNumberVector
GetNumberVector
()
const
;
/**
/**
Return if numbering is restarte
t
at this node.
Return if numbering is restarte
d
at this node.
*/
*/
virtual
bool
IsRestart
()
const
=
0
;
virtual
bool
IsRestart
()
const
=
0
;
...
...
sw/source/filter/ww8/wrtww8.hxx
Dosyayı görüntüle @
878461f9
...
@@ -543,7 +543,7 @@ public:
...
@@ -543,7 +543,7 @@ public:
// ( is reset e.g. for Flys in a table )
// ( is reset e.g. for Flys in a table )
bool
m_bOutGrf
:
1
;
// graphics are being written
bool
m_bOutGrf
:
1
;
// graphics are being written
bool
m_bInWriteEscher
:
1
;
// in write textboxes
bool
m_bInWriteEscher
:
1
;
// in write textboxes
bool
m_bStartTOX
:
1
;
// true: a TOX is starte
t
bool
m_bStartTOX
:
1
;
// true: a TOX is starte
d
bool
m_bInWriteTOX
:
1
;
// true: all content are in a TOX
bool
m_bInWriteTOX
:
1
;
// true: all content are in a TOX
bool
m_bFootnoteAtTextEnd
:
1
;
// true: all FTN at Textend
bool
m_bFootnoteAtTextEnd
:
1
;
// true: all FTN at Textend
bool
m_bEndAtTextEnd
:
1
;
// true: all END at Textend
bool
m_bEndAtTextEnd
:
1
;
// true: all END at Textend
...
...
sw/source/ui/misc/glossary.cxx
Dosyayı görüntüle @
878461f9
...
@@ -764,8 +764,8 @@ void SwGlossaryDlg::Init()
...
@@ -764,8 +764,8 @@ void SwGlossaryDlg::Init()
GrpSelect
(
m_pCategoryBox
);
GrpSelect
(
m_pCategoryBox
);
}
}
//JP 16.11.99: the SvxTreeListBox has a Bug. The Box don't recalc the
//JP 16.11.99: the SvxTreeListBox has a Bug. The Box don't recalc the
// outputsize, when all entries are inserte
t
. The result is, that
// outputsize, when all entries are inserte
d
. The result is, that
// the Focus/Highlight rectangle is to large and painte
t
over the
// the Focus/Highlight rectangle is to large and painte
d
over the
// HScrollbar. -> Fix: call the resize
// HScrollbar. -> Fix: call the resize
m_pCategoryBox
->
Resize
();
m_pCategoryBox
->
Resize
();
...
...
sw/source/uibase/uiview/viewtab.cxx
Dosyayı görüntüle @
878461f9
...
@@ -1164,7 +1164,7 @@ void SwView::ExecTabWin( SfxRequest& rReq )
...
@@ -1164,7 +1164,7 @@ void SwView::ExecTabWin( SfxRequest& rReq )
// Here the status of the tab bar will be determined.
// Here the status of the tab bar will be determined.
// This means that all relevant attributes at the CursorPos
// This means that all relevant attributes at the CursorPos
// will be submitte
t
to the tab bar.
// will be submitte
d
to the tab bar.
void
SwView
::
StateTabWin
(
SfxItemSet
&
rSet
)
void
SwView
::
StateTabWin
(
SfxItemSet
&
rSet
)
{
{
SwWrtShell
&
rSh
=
GetWrtShell
();
SwWrtShell
&
rSh
=
GetWrtShell
();
...
...
sw/source/uibase/wrtsh/wrtsh1.cxx
Dosyayı görüntüle @
878461f9
...
@@ -451,7 +451,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame
...
@@ -451,7 +451,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame
//1. Selections should be deleted. For StarMath the Text should be
//1. Selections should be deleted. For StarMath the Text should be
// passed to the Object
// passed to the Object
//2. If the cursor is at the end of an non empty paragraph a paragraph
//2. If the cursor is at the end of an non empty paragraph a paragraph
// break should be inserte
t
. StarMath objects are character bound and
// break should be inserte
d
. StarMath objects are character bound and
// no break should be inserted.
// no break should be inserted.
//3. If an selection is passed to a StarMath object, this object should
//3. If an selection is passed to a StarMath object, this object should
// not be activated. false should be returned then.
// not be activated. false should be returned then.
...
...
vcl/source/filter/graphicfilter2.cxx
Dosyayı görüntüle @
878461f9
...
@@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm )
...
@@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm )
while
(
nByte
==
0xff
);
while
(
nByte
==
0xff
);
}
}
while
(
nByte
==
0
);
// 0xff00 represents 0xff and not a marker,
while
(
nByte
==
0
);
// 0xff00 represents 0xff and not a marker,
// the marker detection has to be restarte
t
.
// the marker detection has to be restarte
d
.
return
nByte
;
return
nByte
;
}
}
...
...
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