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
0c317af3
Kaydet (Commit)
0c317af3
authored
Şub 22, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
s/childrens/children/
Change-Id: I1731710811506383d29c835a613b07506e7232f0
üst
956002dc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
AccessibleStaticTextBase.hxx
editeng/inc/editeng/AccessibleStaticTextBase.hxx
+1
-1
oframes.cxx
framework/source/helper/oframes.cxx
+2
-2
desktop.cxx
framework/source/services/desktop.cxx
+1
-1
frame.cxx
framework/source/services/frame.cxx
+4
-4
SdDocLinkTargets.java
qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java
+1
-1
AccessibleTextHelper.hxx
svx/inc/svx/AccessibleTextHelper.hxx
+1
-1
NodeIterator.java
.../java/org/openoffice/xmerge/merger/diff/NodeIterator.java
+1
-1
No files found.
editeng/inc/editeng/AccessibleStaticTextBase.hxx
Dosyayı görüntüle @
0c317af3
...
...
@@ -205,7 +205,7 @@ namespace accessibility
only be called from the main office thread.
This method reevaluates the visibility of all
children
s
. Call this method if your visibility state has
children. Call this method if your visibility state has
changed somehow, e.g. if the visible area has changed and
the AccessibleStaticTextHelper isn't notified
internally. Normally, there should not be a need to call
...
...
framework/source/helper/oframes.cxx
Dosyayı görüntüle @
0c317af3
...
...
@@ -207,10 +207,10 @@ Sequence< css::uno::Reference< XFrame > > SAL_CALL OFrames::queryFrames( sal_Int
// If searched for children, step over all elements in container and collect the informations.
if
(
nSearchFlags
&
FrameSearchFlag
::
CHILDREN
)
{
// Don't search for parents, siblings and self at children
s
!
// Don't search for parents, siblings and self at children!
// These things are supported by this instance himself.
sal_Int32
nChildSearchFlags
=
FrameSearchFlag
::
SELF
|
FrameSearchFlag
::
CHILDREN
;
// Step over all items of container and ask children
s
for frames.
// Step over all items of container and ask children for frames.
sal_uInt32
nCount
=
m_pFrameContainer
->
getCount
();
for
(
sal_uInt32
nIndex
=
0
;
nIndex
<
nCount
;
++
nIndex
)
{
...
...
framework/source/services/desktop.cxx
Dosyayı görüntüle @
0c317af3
...
...
@@ -1110,7 +1110,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const ::r
// II.II) TASKS
// This is a special flag. Normaly it regulate search inside tasks and forbid access to parent trees.
// But the desktop exists outside such task trees. They are our sub trees. So the desktop implement
// a special feature: We use it to start search on our direct children
s
only. That means we supress
// a special feature: We use it to start search on our direct children only. That means we supress
// search on ALL child frames. May that can be usefull to get access on opened document tasks
// only without filter out all non realy required sub frames ...
// Used helper method on our container doesn't create any frame - its a search only.
...
...
framework/source/services/frame.cxx
Dosyayı görüntüle @
0c317af3
...
...
@@ -829,7 +829,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl
//-----------------------------------------------------------------------------------------------------
// I.V) "_beamer"
// This is a special sub frame of any task. We must return it if we found it on our direct children
s
// This is a special sub frame of any task. We must return it if we found it on our direct children
// or create it there if it not already exists.
// Note: Such beamer exists for task(top) frames only!
//-----------------------------------------------------------------------------------------------------
...
...
@@ -912,13 +912,13 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl
{
//-------------------------------------------------------------------------------------------------
// II.III.I) SIBLINGS
// Search on all our direct siblings - means all children
s
of our parent.
// Search on all our direct siblings - means all children of our parent.
// Use this flag in combination with TASK. We must supress such upper search if
// user has not set it and if we are a top frame.
// Attention: Don't forward this request to our parent as a findFrame() call.
// In such case we must protect us against recursive calls.
// Use snapshot of our parent. But don't use queryFrames() of XFrames interface.
// Because it's return all siblings and all her children
s
including our children too
// Because it's return all siblings and all her children including our children too
// if we call it with the CHILDREN flag. We doesn't need that - we need the direct container
// items of our parent only to start searches there. So we must use the container interface
// XIndexAccess instead of XFrames.
...
...
@@ -966,7 +966,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl
// II.III.II) PARENT
// Forward search to our parent (if he exists.)
// To prevent us against recursive and superflous calls (which can occure if we allow him
// to search on his children
s
too) we must change used search flags.
// to search on his children too) we must change used search flags.
//-------------------------------------------------------------------------------------------------
if
(
(
!
xTarget
.
is
()
)
&&
...
...
qadevOOo/tests/java/mod/_sd/SdDocLinkTargets.java
Dosyayı görüntüle @
0c317af3
...
...
@@ -77,7 +77,7 @@ public class SdDocLinkTargets extends TestCase {
/**
* Creating a Testenvironment for the interfaces to be tested.
* Retrieves the possible links to children
s
of the drawing document using
* Retrieves the possible links to children of the drawing document using
* the interface <code>XLinkTargetSupplier</code>. The retrieved collection
* is the instance of the service <code>com.sun.star.document.LinkTargets</code>.
* @see com.sun.star.document.XLinkTargetSupplier
...
...
svx/inc/svx/AccessibleTextHelper.hxx
Dosyayı görüntüle @
0c317af3
...
...
@@ -278,7 +278,7 @@ namespace accessibility
from the main office thread.
This method reevaluates the visibility of all
children
s
. Call this method if your visibility state has
children. Call this method if your visibility state has
changed somehow, e.g. if the visible area has changed and
the AccessibleTextHelper isn't notified internally
(e.g. via TEXT_HINT_VIEWSCROLLED). Normally, there should
...
...
xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/NodeIterator.java
Dosyayı görüntüle @
0c317af3
...
...
@@ -230,7 +230,7 @@ public abstract class NodeIterator implements Iterator {
break
childrenCheck
;
}
// compare all the children
s
// compare all the children
equal
=
true
;
for
(
int
i
=
0
;
i
<
node1Children
.
getLength
();
i
++)
{
...
...
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