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
2dca0ccf
Kaydet (Commit)
2dca0ccf
authored
Şub 23, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
üst
a97a16d3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
brwctrlr.hxx
dbaccess/source/ui/inc/brwctrlr.hxx
+1
-1
browserlistbox.cxx
extensions/source/propctrlr/browserlistbox.cxx
+1
-1
Helper.java
filter/qa/complex/filter/detection/typeDetection/Helper.java
+2
-2
LinguisticExamples.java
...elopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
+1
-1
cell.cxx
sc/source/core/data/cell.cxx
+1
-1
AccessibleDocumentViewBase.hxx
sd/source/ui/inc/AccessibleDocumentViewBase.hxx
+1
-1
ChildrenManager.hxx
svx/inc/svx/ChildrenManager.hxx
+1
-1
salinst.cxx
vcl/win/source/app/salinst.cxx
+1
-1
No files found.
dbaccess/source/ui/inc/brwctrlr.hxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -114,7 +114,7 @@ namespace dbaui
...
@@ -114,7 +114,7 @@ namespace dbaui
sal_uInt16
m_nFormActionNestingLevel
;
// see enter-/leaveFormAction
sal_uInt16
m_nFormActionNestingLevel
;
// see enter-/leaveFormAction
sal_Bool
m_bLoadCanceled
:
1
;
// the load was canceled somehow
sal_Bool
m_bLoadCanceled
:
1
;
// the load was canceled somehow
bool
m_bCannotSelectUnfiltered
:
1
;
// rec
ie
ved an DATA_CANNOT_SELECT_UNFILTERED error
bool
m_bCannotSelectUnfiltered
:
1
;
// rec
ei
ved an DATA_CANNOT_SELECT_UNFILTERED error
protected
:
protected
:
class
FormErrorHelper
class
FormErrorHelper
...
...
extensions/source/propctrlr/browserlistbox.cxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -162,7 +162,7 @@ namespace pcr
...
@@ -162,7 +162,7 @@ namespace pcr
*/
*/
void
SAL_CALL
dispose
();
void
SAL_CALL
dispose
();
/** sets the notification mode, so that notifications rec
ie
ved from the controls are
/** sets the notification mode, so that notifications rec
ei
ved from the controls are
forwarded to our IControlContext either synchronously or asynchronously
forwarded to our IControlContext either synchronously or asynchronously
@param _eMode
@param _eMode
the new notification mode
the new notification mode
...
...
filter/qa/complex/filter/detection/typeDetection/Helper.java
Dosyayı görüntüle @
2dca0ccf
...
@@ -134,13 +134,13 @@ public class Helper {
...
@@ -134,13 +134,13 @@ public class Helper {
// example: data = "firstData;secondData;;forthData"
// example: data = "firstData;secondData;;forthData"
// => three tokens => missing one data because the imagine
// => three tokens => missing one data because the imagine
// "thirdData" was not rec
ie
ved by data.nextToken()
// "thirdData" was not rec
ei
ved by data.nextToken()
// Therefore here comes a special handling for empty datas
// Therefore here comes a special handling for empty datas
boolean
nextIsData
=
false
;
boolean
nextIsData
=
false
;
int
dataCount
=
0
;
int
dataCount
=
0
;
while
(
data
.
hasMoreTokens
())
{
while
(
data
.
hasMoreTokens
())
{
String
myToken
=
data
.
nextToken
();
String
myToken
=
data
.
nextToken
();
// if the "thirdData" will be rec
ie
ved, myToken=";" but
// if the "thirdData" will be rec
ei
ved, myToken=";" but
// vData must add an empty String
// vData must add an empty String
if
(
myToken
.
equals
(
";"
)){
if
(
myToken
.
equals
(
";"
)){
if
(
nextIsData
)
{
if
(
nextIsData
)
{
...
...
odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
Dosyayı görüntüle @
2dca0ccf
...
@@ -351,7 +351,7 @@ public class LinguisticExamples
...
@@ -351,7 +351,7 @@ public class LinguisticExamples
public
void
processLinguServiceEvent
(
LinguServiceEvent
aServiceEvent
)
public
void
processLinguServiceEvent
(
LinguServiceEvent
aServiceEvent
)
{
{
//! do here whatever you think needs to be done depending
//! do here whatever you think needs to be done depending
//! on the event rec
ie
ved (e.g. trigger background spellchecking
//! on the event rec
ei
ved (e.g. trigger background spellchecking
//! or hyphenation again.)
//! or hyphenation again.)
System
.
out
.
println
(
"Listener called"
);
System
.
out
.
println
(
"Listener called"
);
...
...
sc/source/core/data/cell.cxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -780,7 +780,7 @@ ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, cons
...
@@ -780,7 +780,7 @@ ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, cons
pCode
=
rCell
.
pCode
->
Clone
();
pCode
=
rCell
.
pCode
->
Clone
();
// set back any errors and recompile
// set back any errors and recompile
// not in the Clipboard - it must keep the rec
ie
ved error flag
// not in the Clipboard - it must keep the rec
ei
ved error flag
// Special Length=0: as bad cells are generated, then they are also retained
// Special Length=0: as bad cells are generated, then they are also retained
if
(
pCode
->
GetCodeError
()
&&
!
pDocument
->
IsClipboard
()
&&
pCode
->
GetLen
()
)
if
(
pCode
->
GetCodeError
()
&&
!
pDocument
->
IsClipboard
()
&&
pCode
->
GetLen
()
)
{
{
...
...
sd/source/ui/inc/AccessibleDocumentViewBase.hxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -122,7 +122,7 @@ public:
...
@@ -122,7 +122,7 @@ public:
//===== IAccessibleViewForwarderListener ================================
//===== IAccessibleViewForwarderListener ================================
/** A view forwarder change is signalled for instance when any of the
/** A view forwarder change is signalled for instance when any of the
window events is rec
ie
ved. Thus, instead of overloading the four
window events is rec
ei
ved. Thus, instead of overloading the four
windowResized... methods it will be sufficient in most cases just to
windowResized... methods it will be sufficient in most cases just to
overload this method.
overload this method.
*/
*/
...
...
svx/inc/svx/ChildrenManager.hxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -53,7 +53,7 @@ class ChildrenManagerImpl;
...
@@ -53,7 +53,7 @@ class ChildrenManagerImpl;
forwarder in the shape tree info.</p>
forwarder in the shape tree info.</p>
<p>A children manager registers itself at the broadcaster passed to its
<p>A children manager registers itself at the broadcaster passed to its
constructor and transforms/forwards the rec
ie
ved events to the listeners
constructor and transforms/forwards the rec
ei
ved events to the listeners
of the also given context base. The transformation process includes
of the also given context base. The transformation process includes
interpreting a <type>document::XEventListener</type>, the change from
interpreting a <type>document::XEventListener</type>, the change from
XShape references to the associated XAccessible reference, and the
XShape references to the associated XAccessible reference, and the
...
...
vcl/win/source/app/salinst.cxx
Dosyayı görüntüle @
2dca0ccf
...
@@ -726,7 +726,7 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
...
@@ -726,7 +726,7 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
rDef
=
FALSE
;
rDef
=
FALSE
;
break
;
break
;
// If we get this message, because another GetMessage() call
// If we get this message, because another GetMessage() call
// has rec
ie
ved this message, we must post this message to
// has rec
ei
ved this message, we must post this message to
// us again, because in the other case we wait forever.
// us again, because in the other case we wait forever.
case
SAL_MSG_RELEASEWAITYIELD
:
case
SAL_MSG_RELEASEWAITYIELD
:
{
{
...
...
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