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
0413cc28
Kaydet (Commit)
0413cc28
authored
Ock 11, 2012
tarafından
Philipp Weissenbacher
Kaydeden (comit)
David Tardon
Ock 12, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translate German comments to English
üst
842523e4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
13 deletions
+10
-13
docruby.cxx
sw/source/core/doc/docruby.cxx
+3
-3
docsort.cxx
sw/source/core/doc/docsort.cxx
+0
-0
poolfmt.cxx
sw/source/core/doc/poolfmt.cxx
+0
-0
sortopt.cxx
sw/source/core/doc/sortopt.cxx
+2
-2
visiturl.cxx
sw/source/core/doc/visiturl.cxx
+5
-8
No files found.
sw/source/core/doc/docruby.cxx
Dosyayı görüntüle @
0413cc28
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
************************************************************************/
************************************************************************/
#include <string.h> // f
ue
r strchr()
#include <string.h> // f
o
r strchr()
#include <com/sun/star/i18n/UnicodeType.hdl>
#include <com/sun/star/i18n/UnicodeType.hdl>
#include <com/sun/star/i18n/WordType.hdl>
#include <com/sun/star/i18n/WordType.hdl>
...
@@ -38,12 +38,12 @@
...
@@ -38,12 +38,12 @@
#include <doc.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentUndoRedo.hxx>
#include <docary.hxx>
#include <docary.hxx>
#include <mvsave.hxx> //
Strukturen zum Sichern beim
Move/Delete
#include <mvsave.hxx> //
structures for Saving by
Move/Delete
#include <ndtxt.hxx>
#include <ndtxt.hxx>
#include <txatbase.hxx>
#include <txatbase.hxx>
#include <rubylist.hxx>
#include <rubylist.hxx>
#include <pam.hxx>
#include <pam.hxx>
#include <swundo.hxx> // f
uer di
e UndoIds
#include <swundo.hxx> // f
or th
e UndoIds
#include <breakit.hxx>
#include <breakit.hxx>
#include <crsskip.hxx>
#include <crsskip.hxx>
...
...
sw/source/core/doc/docsort.cxx
Dosyayı görüntüle @
0413cc28
This diff is collapsed.
Click to expand it.
sw/source/core/doc/poolfmt.cxx
Dosyayı görüntüle @
0413cc28
This diff is collapsed.
Click to expand it.
sw/source/core/doc/sortopt.cxx
Dosyayı görüntüle @
0413cc28
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
SV_IMPL_PTRARR
(
SwSortKeys
,
SwSortKey
*
)
SV_IMPL_PTRARR
(
SwSortKeys
,
SwSortKey
*
)
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
Beschreibung: Sortier-Schluessel
Description: Sort Key
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
SwSortKey
::
SwSortKey
()
:
SwSortKey
::
SwSortKey
()
:
eSortOrder
(
SRT_ASCENDING
),
eSortOrder
(
SRT_ASCENDING
),
...
@@ -59,7 +59,7 @@ SwSortKey::SwSortKey(const SwSortKey& rOld) :
...
@@ -59,7 +59,7 @@ SwSortKey::SwSortKey(const SwSortKey& rOld) :
}
}
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
Beschreibung: Sortieroptionen fuers Sortieren
Description: Sorting options for Sorting
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
SwSortOptions
::
SwSortOptions
()
SwSortOptions
::
SwSortOptions
()
:
eDirection
(
SRT_ROWS
),
:
eDirection
(
SRT_ROWS
),
...
...
sw/source/core/doc/visiturl.cxx
Dosyayı görüntüle @
0413cc28
...
@@ -55,14 +55,14 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
...
@@ -55,14 +55,14 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
{
{
if
(
rHint
.
ISA
(
INetURLHistoryHint
)
&&
pDoc
->
GetCurrentViewShell
()
)
//swmod 071108//swmod 071225
if
(
rHint
.
ISA
(
INetURLHistoryHint
)
&&
pDoc
->
GetCurrentViewShell
()
)
//swmod 071108//swmod 071225
{
{
//
diese URL wurde veraendert
:
//
This URL has been changed
:
const
INetURLObject
*
pIURL
=
((
INetURLHistoryHint
&
)
rHint
).
GetObject
();
const
INetURLObject
*
pIURL
=
((
INetURLHistoryHint
&
)
rHint
).
GetObject
();
String
sURL
(
pIURL
->
GetMainURL
(
INetURLObject
::
NO_DECODE
)
),
sBkmk
;
String
sURL
(
pIURL
->
GetMainURL
(
INetURLObject
::
NO_DECODE
)
),
sBkmk
;
SwEditShell
*
pESh
=
pDoc
->
GetEditShell
();
SwEditShell
*
pESh
=
pDoc
->
GetEditShell
();
if
(
pDoc
->
GetDocShell
()
&&
pDoc
->
GetDocShell
()
->
GetMedium
()
&&
if
(
pDoc
->
GetDocShell
()
&&
pDoc
->
GetDocShell
()
->
GetMedium
()
&&
//
falls das unser Doc ist, kann es auch lokale Spruenge geben
!
//
If this is our Doc, we can also have local jumps
!
sURL
==
pDoc
->
GetDocShell
()
->
GetMedium
()
->
GetName
()
)
sURL
==
pDoc
->
GetDocShell
()
->
GetMedium
()
->
GetName
()
)
(
sBkmk
=
pIURL
->
GetMark
()).
Insert
(
INET_MARK_TOKEN
,
0
);
(
sBkmk
=
pIURL
->
GetMark
()).
Insert
(
INET_MARK_TOKEN
,
0
);
...
@@ -101,8 +101,8 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
...
@@ -101,8 +101,8 @@ void SwURLStateChanged::Notify( SfxBroadcaster& , const SfxHint& rHint )
}
}
}
}
// erfrage ob die URL besucht war. Uebers Doc, falls nur ein Bookmark
// Check if the URL has been visited before. Via the Doc, if only one Bookmark is set
// angegeben ist. Dann muss der Doc. Name davor gesetzt werden
!
// We need to put the Doc's name before it
!
sal_Bool
SwDoc
::
IsVisitedURL
(
const
String
&
rURL
)
const
sal_Bool
SwDoc
::
IsVisitedURL
(
const
String
&
rURL
)
const
{
{
sal_Bool
bRet
=
sal_False
;
sal_Bool
bRet
=
sal_False
;
...
@@ -118,8 +118,7 @@ sal_Bool SwDoc::IsVisitedURL( const String& rURL ) const
...
@@ -118,8 +118,7 @@ sal_Bool SwDoc::IsVisitedURL( const String& rURL ) const
else
else
bRet
=
pHist
->
QueryUrl
(
rURL
);
bRet
=
pHist
->
QueryUrl
(
rURL
);
// dann wollen wird auch ueber Statusaenderungen in der History
// We also want to be informed about status updates in the History
// informiert werden!
if
(
!
pURLStateChgd
)
if
(
!
pURLStateChgd
)
{
{
SwDoc
*
pD
=
(
SwDoc
*
)
this
;
SwDoc
*
pD
=
(
SwDoc
*
)
this
;
...
@@ -129,6 +128,4 @@ sal_Bool SwDoc::IsVisitedURL( const String& rURL ) const
...
@@ -129,6 +128,4 @@ sal_Bool SwDoc::IsVisitedURL( const String& rURL ) const
return
bRet
;
return
bRet
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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