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
3e926736
Kaydet (Commit)
3e926736
authored
Tem 21, 2015
tarafından
Adolfo Jayme Barrientos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
üst
34d06214
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
32 additions
and
32 deletions
+32
-32
sbxcurr.cxx
basic/source/sbx/sbxcurr.cxx
+2
-2
NativeView.java
embeddedobj/test/Container1/NativeView.java
+8
-8
typedetection.cxx
filter/source/config/cache/typedetection.cxx
+3
-3
ocomponentenumeration.hxx
framework/inc/helper/ocomponentenumeration.hxx
+1
-1
persistentwindowstate.hxx
framework/inc/helper/persistentwindowstate.hxx
+1
-1
quietinteraction.hxx
framework/inc/interaction/quietinteraction.hxx
+2
-2
NativeView.java
...elopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
+4
-4
_XShape.java
qadevOOo/tests/java/ifc/drawing/_XShape.java
+1
-1
_XObjectInspectorModel.java
...OOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
+2
-2
configitem.cxx
unotools/source/config/configitem.cxx
+1
-1
AgendaDocument.py
wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+1
-1
TopicsControl.py
wizards/com/sun/star/wizards/agenda/TopicsControl.py
+5
-5
saxeventkeeperimpl.cxx
xmlsecurity/source/framework/saxeventkeeperimpl.cxx
+1
-1
No files found.
basic/source/sbx/sbxcurr.cxx
Dosyayı görüntüle @
3e926736
...
...
@@ -158,7 +158,7 @@ static sal_Int64 ImpStringToCurrency( const OUString &rStr )
OUString
sTmp
(
rStr
.
trim
()
);
const
sal_Unicode
*
p
=
sTmp
.
getStr
();
// normalise string number by remov
eing thousands
& decimal point separators
// normalise string number by remov
ing thousand
& decimal point separators
OUStringBuffer
sNormalisedNumString
(
sTmp
.
getLength
()
+
nFractDigit
);
if
(
*
p
==
'-'
||
*
p
==
'+'
)
...
...
@@ -195,7 +195,7 @@ static sal_Int64 ImpStringToCurrency( const OUString &rStr )
}
// can we raise error here ? ( previous behaviour was more forgiving )
// so... not sure that could brea
d existing code, let
s see if anyone
// so... not sure that could brea
k existing code, let'
s see if anyone
// complains.
if
(
p
!=
sTmp
.
getStr
()
+
sTmp
.
getLength
()
)
...
...
embeddedobj/test/Container1/NativeView.java
Dosyayı görüntüle @
3e926736
...
...
@@ -61,10 +61,10 @@ public class NativeView extends java.awt.Canvas
* ( e.g. get the window handle and necessary system information )
*
* Why here?
* Because the handle seems to be available for already
visible windows
* only. So it's the best place to get it.
S
pecial helper method
* can be called more than on
es - but call native code one times
only
* and sa
f
e the handle and the system type on our members maHandle/maSystem!
* Because the handle seems to be available for already
-
visible windows
* only. So it's the best place to get it.
The s
pecial helper method
* can be called more than on
ce - but call native code one time
only
* and sa
v
e the handle and the system type on our members maHandle/maSystem!
*/
public
void
setVisible
(
boolean
bState
)
{
...
...
@@ -123,11 +123,11 @@ public class NativeView extends java.awt.Canvas
* windows in a java UI container.
*
* Note:
* Native code for
windows register
special function pointer to handle
* window messages
... But if it doesn't check for an already
registered
* Native code for
Windows registers a
special function pointer to handle
* window messages
... But if it doesn't check for an already-
registered
* instance of this handler it will do it twice and produce a stack overflow
* because such method call
herself in a never ending loop
...
* So we try to use the JNI code one time
s only and safe already gett
ed
* because such method call
s itself in a never-ending loop
...
* So we try to use the JNI code one time
only and save already-obtain
ed
* information inside this class.
*/
public
native
int
getNativeWindowSystemType
();
...
...
filter/source/config/cache/typedetection.cxx
Dosyayı görüntüle @
3e926736
...
...
@@ -763,8 +763,8 @@ bool TypeDetection::impl_getPreselectionForDocumentService(
// step over all filters, and check if its registered type
// match the given URL.
// But use temp. list of "preselected types" instead of incoming rFlatTypes list!
// The reason behind: we must filter the
getted results. And copying of
stl entries
// is an easier job th
en removing it
.-)
// The reason behind: we must filter the
obtained results. And copying
stl entries
// is an easier job th
an removing them
.-)
for
(
OUStringList
::
const_iterator
pFilter
=
lFilters
.
begin
();
pFilter
!=
lFilters
.
end
();
++
pFilter
)
...
...
@@ -895,7 +895,7 @@ OUString TypeDetection::impl_detectTypeFlatAndDeep( utl::MediaDescriptor& r
// d) detect service return a valid result => return its decision
// e) detect service return an invalid result
// or any needed information could not be
//
getted from the cache
=> ignore it, and continue with search
//
obtained from the cache
=> ignore it, and continue with search
for
(
FlatDetection
::
const_iterator
pFlatIt
=
lFlatTypes
.
begin
();
pFlatIt
!=
lFlatTypes
.
end
()
;
...
...
framework/inc/helper/ocomponentenumeration.hxx
Dosyayı görüntüle @
3e926736
...
...
@@ -88,7 +88,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
/*-****************************************************************************************************
@short check count of accessible elements of enumeration
@descr You can call this method to get information about accessible elements in future.
Elements you have already g
etted
are not accessible!
Elements you have already g
otten
are not accessible!
@seealso interface XEnumeration
@return sal_True = if more elements accessible<BR>
...
...
framework/inc/helper/persistentwindowstate.hxx
Dosyayı görüntüle @
3e926736
...
...
@@ -117,7 +117,7 @@ class PersistentWindowState : public ::cppu::WeakImplHelper2<
@param sModuleName
identifies the application module, where the
information should be
gett
ed for.
information should be
obtain
ed for.
@return [string]
contains the information about position and size.
...
...
framework/inc/interaction/quietinteraction.hxx
Dosyayı görüntüle @
3e926736
...
...
@@ -84,8 +84,8 @@ class QuietInteraction : public ::cppu::WeakImplHelper1<
/**
@short return the handled interaction request
@descr We saved any
gett
ed interaction request internally.
May
the outside user of this class is interes
sted
@descr We saved any
obtain
ed interaction request internally.
May
be the outside user of this class is intere
sted
on that. Especially we got an unknown interaction
and aborted it hard.
...
...
odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
Dosyayı görüntüle @
3e926736
...
...
@@ -141,11 +141,11 @@ public class NativeView extends java.awt.Canvas
* windows in a java UI container.
*
* Note:
* Native code for
windows register
special function pointer to handle
* window messages
... But if it doesn't check for an already
registered
* Native code for
Windows registers a
special function pointer to handle
* window messages
... But if it doesn't check for an already-
registered
* instance of this handler it will do it twice and produce a stack overflow
* because such method call
herself in a never ending loop
...
* So we try to use the JNI code one time only and save already
gett
ed
* because such method call
s itself in a never-ending loop
...
* So we try to use the JNI code one time only and save already
-obtain
ed
* information inside this class.
*/
public
native
int
getNativeWindowSystemType
();
...
...
qadevOOo/tests/java/ifc/drawing/_XShape.java
Dosyayı görüntüle @
3e926736
...
...
@@ -136,7 +136,7 @@ public class _XShape extends MultiMethodTest {
result
&=
(
sNew
.
Height
-
gSize
.
Height
<=
2
)
&&
(
sNew
.
Width
-
gSize
.
Width
<=
2
);
if
(
result
&&
((
sNew
.
Height
-
gSize
.
Height
!=
0
)
||
(
sNew
.
Width
-
gSize
.
Width
!=
0
))){
log
.
println
(
"NOTE: there is a difference between the expected and the g
etted
value. "
+
log
.
println
(
"NOTE: there is a difference between the expected and the g
otten
value. "
+
"This might be ok because of problems in calculation from points <-> twips"
);
}
tRes
.
tested
(
"setSize()"
,
result
);
...
...
qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
Dosyayı görüntüle @
3e926736
...
...
@@ -105,7 +105,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
boolean
result
=
(
minHelpTextLines
.
intValue
()
==
getMinHelpTextLines
);
if
(!
result
)
log
.
println
(
"FAILED: value:"
+
minHelpTextLines
+
" g
etted
value:"
+
getMinHelpTextLines
);
log
.
println
(
"FAILED: value:"
+
minHelpTextLines
+
" g
otten
value:"
+
getMinHelpTextLines
);
tRes
.
tested
(
"MinHelpTextLines()"
,
result
)
;
}
...
...
@@ -123,7 +123,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
boolean
result
=
(
maxHelpTextLines
.
intValue
()
==
getMaxHelpTextLines
);
if
(!
result
)
log
.
println
(
"FAILED: expected value:"
+
maxHelpTextLines
+
" g
etted
value:"
+
getMaxHelpTextLines
);
log
.
println
(
"FAILED: expected value:"
+
maxHelpTextLines
+
" g
otten
value:"
+
getMaxHelpTextLines
);
tRes
.
tested
(
"MaxHelpTextLines()"
,
result
);
}
...
...
unotools/source/config/configitem.cxx
Dosyayı görüntüle @
3e926736
...
...
@@ -279,7 +279,7 @@ void ConfigItem::impl_unpackLocalizedProperties( const Sequence< OUString >
sal_Int32
nPropertyCounter
;
// counter of inner loop for Sequence< PropertyValue >
sal_Int32
nPropertiesSize
;
// marks end of inner loop
OUString
sNodeName
;
// base name of node ( e.g. "UIName/" ) ... expand to locale ( e.g. "UIName/de" )
Sequence
<
PropertyValue
>
lProperties
;
// localized values of an configuration entry g
etted
from lInValues-Any
Sequence
<
PropertyValue
>
lProperties
;
// localized values of an configuration entry g
otten
from lInValues-Any
// Optimise follow algorithm ... A LITTLE BIT :-)
// There exist two different possibilities:
...
...
wizards/com/sun/star/wizards/agenda/AgendaDocument.py
Dosyayı görüntüle @
3e926736
...
...
@@ -724,7 +724,7 @@ class Topics(object):
We hold the format of the last row, because one might wish to give it
a special format, other than the one on the bottom of each topic.
The left and right borders of the whole table are, on the other side,
part of the topics rows format, and need not be preserved separatel
e
y.
part of the topics rows format, and need not be preserved separately.
'''
table
=
None
lastRowFormat
=
[]
...
...
wizards/com/sun/star/wizards/agenda/TopicsControl.py
Dosyayı görüntüle @
3e926736
...
...
@@ -193,11 +193,11 @@ class TopicsControl(ControlScroller):
self
.
focusGained2
(
xc
)
'''
Sometimes I set the focus programatically to a control
Sometimes I set the focus program
m
atically to a control
(for example when moving a row up or down, the focus should move
with it).
In such cases, no VCL event is being triggered so it must
be called programtically.
be called program
ma
tically.
This is done by this method.
@param control
'''
...
...
@@ -608,7 +608,7 @@ class TopicsControl(ControlScroller):
After moving row X to X+/-1, the selection (or cursor position) of the
last focused control should be restored.
The control's row is the given guiRow.
The control's column is detecte
4
d according to the given event.
The control's column is detected according to the given event.
This method is called as subsequent to different events,
thus it is comfortable to use the event here to detect the column,
rather than in the different event methods.
...
...
@@ -693,7 +693,7 @@ class TopicsControl(ControlScroller):
'''
updates a single cell in the preview document.
Is called when a single value is changed, since we really
don't have to update the whole row for one small chang
h
e...
don't have to update the whole row for one small change...
@param row the data row to update (topic number).
@param column the column to update (a gui column, not a document column).
@param data the data of the entire row.
...
...
@@ -707,7 +707,7 @@ class TopicsControl(ControlScroller):
traceback
.
print_exc
()
'''
when remov
e
ing rows, this method updates
when removing rows, this method updates
the preview document to show the number of rows
according to the data model.
'''
...
...
xmlsecurity/source/framework/saxeventkeeperimpl.cxx
Dosyayı görüntüle @
3e926736
...
...
@@ -462,7 +462,7 @@ void SAXEventKeeperImpl::smashBufferNode(
* empty
*
* NOTES
* when remov
e
ing a Blocker's BufferNode, the bClearRoot flag should be
* when removing a Blocker's BufferNode, the bClearRoot flag should be
* true. Because a Blocker can buffer many SAX events which are not used
* by any other ElementCollector or Blocker.
* When the bClearRoot is set to true, the root BufferNode will be first
...
...
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