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
f75aa266
Kaydet (Commit)
f75aa266
authored
Nis 10, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: hierarchie -> hierarchy
üst
83d84ade
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
WinFileOpenImpl.cxx
fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+1
-1
WinFOPImpl.cxx
fpicker/source/win32/folderpicker/WinFOPImpl.cxx
+2
-2
desktop.cxx
framework/source/services/desktop.cxx
+1
-1
frame.cxx
framework/source/services/frame.cxx
+1
-1
sbxvar.hxx
include/basic/sbxvar.hxx
+1
-1
animations.hxx
sd/inc/animations.hxx
+2
-2
CustomAnimationCloner.cxx
sd/source/core/CustomAnimationCloner.cxx
+1
-1
dialog.cxx
vcl/source/window/dialog.cxx
+2
-2
No files found.
fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -126,7 +126,7 @@ void CWinFileOpenImpl::setDisplayDirectory(const OUString& aDirectory)
// works correctly when providing "c:\" or an environment
// variable like "=c:=c:\.." etc. is set, else the
// FolderPicker would stand in the root of the shell
// hierarch
ie
which is the desktop folder
// hierarch
y
which is the desktop folder
if
(
aSysDirectory
.
lastIndexOf
(
BACKSLASH
)
!=
(
aSysDirectory
.
getLength
()
-
1
))
aSysDirectory
+=
BACKSLASH
;
}
...
...
fpicker/source/win32/folderpicker/WinFOPImpl.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -60,7 +60,7 @@ CWinFolderPickerImpl::CWinFolderPickerImpl( CFolderPicker* aFolderPicker ) :
// If the given URL for the directory is invalid the function throws an
// IllegalArgumentException
// If the specified path is well formed but invalid for the underlying
// OS the FolderPicker starts in the root of the file system hierarch
ie
// OS the FolderPicker starts in the root of the file system hierarch
y
void
SAL_CALL
CWinFolderPickerImpl
::
setDisplayDirectory
(
const
OUString
&
aDirectory
)
...
...
@@ -86,7 +86,7 @@ void SAL_CALL CWinFolderPickerImpl::setDisplayDirectory( const OUString& aDirect
// works correctly when providing "c:\" or an environment
// variable like "=c:=c:\.." etc. is set, else the
// FolderPicker would stand in the root of the shell
// hierarch
ie
which is the desktop folder
// hierarch
y
which is the desktop folder
if
(
sysDir
.
lastIndexOf
(
BACKSLASH
)
!=
(
sysDir
.
getLength
(
)
-
1
)
)
sysDir
+=
BACKSLASH
;
}
...
...
framework/source/services/desktop.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -866,7 +866,7 @@ void SAL_CALL Desktop::removeFrameActionListener( const css::uno::Reference< css
@short try to find a frame with special parameters
@descr This method searches for a frame with the specified name.
Frames may contain other frames (e.g. a frameset) and may
be contained in other frames. This hierarch
ie
is searched by
be contained in other frames. This hierarch
y
is searched by
this method.
First some special names are taken into account, i.e. "",
"_self", "_top", "_parent" etc. The FrameSearchFlags are ignored
...
...
framework/source/services/frame.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -976,7 +976,7 @@ void SAL_CALL Frame::setName( const OUString& sName ) throw( css::uno::RuntimeEx
@short search for frames
@descr This method searches for a frame with the specified name.
Frames may contain other frames (e.g. a frameset) and may
be contained in other frames. This hierarch
ie
is searched by
be contained in other frames. This hierarch
y
is searched by
this method.
First some special names are taken into account, i.e. "",
"_self", "_top", "_blank" etc. The nSearchFlags are ignored
...
...
include/basic/sbxvar.hxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -331,7 +331,7 @@ public:
SbxArray
*
GetParameters
()
const
;
// Sfx-Broadcasting-Support:
// Due to data reduction and better DLL-hierarch
ie
currently via casting
// Due to data reduction and better DLL-hierarch
y
currently via casting
SfxBroadcaster
&
GetBroadcaster
();
bool
IsBroadcaster
()
const
{
return
pCst
!=
NULL
;
}
virtual
void
Broadcast
(
sal_uIntPtr
nHintId
)
SAL_OVERRIDE
;
...
...
sd/inc/animations.hxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -26,7 +26,7 @@ namespace sd
{
/** stores the link between an after effect node and its master for later insertion
into the timing hierarch
ie
into the timing hierarch
y
*/
struct
AfterEffectNode
{
...
...
@@ -41,7 +41,7 @@ struct AfterEffectNode
typedef
std
::
list
<
AfterEffectNode
>
AfterEffectNodeList
;
/** inserts the animation node in the given AfterEffectNode at the correct position
in the timing hierarch
ie
of its master */
in the timing hierarch
y
of its master */
SD_DLLPUBLIC
void
stl_process_after_effect_node_func
(
AfterEffectNode
&
rNode
);
}
// namespace sd;
...
...
sd/source/core/CustomAnimationCloner.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -89,7 +89,7 @@ namespace sd
{
try
{
// clone animation hierarch
ie
// clone animation hierarch
y
Reference
<
::
com
::
sun
::
star
::
util
::
XCloneable
>
xClonable
(
xSourceNode
,
UNO_QUERY_THROW
);
Reference
<
XAnimationNode
>
xCloneNode
(
xClonable
->
createClone
(),
UNO_QUERY_THROW
);
...
...
vcl/source/window/dialog.cxx
Dosyayı görüntüle @
f75aa266
...
...
@@ -1055,7 +1055,7 @@ void Dialog::SetModalInputMode( bool bModal )
if
(
pParent
)
{
// #103716# dialogs should always be modal to the whole frame window
// #115933# disable the whole frame hierarch
ie
, useful if our parent
// #115933# disable the whole frame hierarch
y
, useful if our parent
// is a modeless dialog
mpDialogParent
=
pParent
->
mpWindowImpl
->
mpFrameWindow
;
mpDialogParent
->
ImplIncModalCount
();
...
...
@@ -1068,7 +1068,7 @@ void Dialog::SetModalInputMode( bool bModal )
if
(
mpDialogParent
)
{
// #115933# re-enable the whole frame hierarch
ie
again (see above)
// #115933# re-enable the whole frame hierarch
y
again (see above)
// note that code in getfocus assures that we do not accidentally enable
// windows that were disabled before
mpDialogParent
->
ImplDecModalCount
();
...
...
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