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
1f8c7028
Kaydet (Commit)
1f8c7028
authored
Eki 12, 2009
tarafından
Philipp Lohmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
solve rebase problems
üst
2231280a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
32 deletions
+9
-32
printdata.hxx
sw/inc/printdata.hxx
+1
-1
swriter.sdi
sw/sdi/swriter.sdi
+0
-25
doc.cxx
sw/source/core/doc/doc.cxx
+7
-5
unomod.cxx
sw/source/ui/uno/unomod.cxx
+1
-1
No files found.
sw/inc/printdata.hxx
Dosyayı görüntüle @
1f8c7028
...
@@ -284,7 +284,7 @@ public:
...
@@ -284,7 +284,7 @@ public:
void
SetPrintEmptyPages
(
sal_Bool
b
)
{
doSetModified
();
bPrintEmptyPages
=
b
;}
void
SetPrintEmptyPages
(
sal_Bool
b
)
{
doSetModified
();
bPrintEmptyPages
=
b
;}
void
SetPrintPostIts
(
sal_Int16
n
){
doSetModified
();
nPrintPostIts
=
n
;
}
void
SetPrintPostIts
(
sal_Int16
n
){
doSetModified
();
nPrintPostIts
=
n
;
}
void
SetPrintProspect
(
sal_Bool
b
)
{
doSetModified
();
bPrintProspect
=
b
;
}
void
SetPrintProspect
(
sal_Bool
b
)
{
doSetModified
();
bPrintProspect
=
b
;
}
void
SetPrintProspect_RTL
(
sal_Bool
b
)
{
doSetModified
();
bPrintProspect
_
RTL
=
b
;
}
void
SetPrintProspect_RTL
(
sal_Bool
b
)
{
doSetModified
();
bPrintProspectRTL
=
b
;
}
void
SetPrintPageBackground
(
sal_Bool
b
){
doSetModified
();
bPrintPageBackground
=
b
;}
void
SetPrintPageBackground
(
sal_Bool
b
){
doSetModified
();
bPrintPageBackground
=
b
;}
void
SetPrintBlackFont
(
sal_Bool
b
){
doSetModified
();
bPrintBlackFont
=
b
;}
void
SetPrintBlackFont
(
sal_Bool
b
){
doSetModified
();
bPrintBlackFont
=
b
;}
void
SetPrintSingleJobs
(
sal_Bool
b
){
doSetModified
();
bPrintSingleJobs
=
b
;}
void
SetPrintSingleJobs
(
sal_Bool
b
){
doSetModified
();
bPrintSingleJobs
=
b
;}
...
...
sw/sdi/swriter.sdi
Dosyayı görüntüle @
1f8c7028
...
@@ -6508,31 +6508,6 @@ SfxVoidItem PageUpSel FN_PAGEUP_SEL
...
@@ -6508,31 +6508,6 @@ SfxVoidItem PageUpSel FN_PAGEUP_SEL
GroupId = GID_NAVIGATOR;
GroupId = GID_NAVIGATOR;
]
]
//--------------------------------------------------------------------------
SfxVoidItem PreviewPrintOptions FN_PREVIEW_PRINT_OPTIONS
()
[
/* flags: */
AutoUpdate = TRUE,
Cachable = Cachable,
FastCall = TRUE,
HasCoreId = FALSE,
HasDialog = TRUE,
ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_DOC;
]
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
SfxVoidItem PreviewZoom FN_PREVIEW_ZOOM
SfxVoidItem PreviewZoom FN_PREVIEW_ZOOM
( SfxUInt16Item PreviewZoom FN_PREVIEW_ZOOM )
( SfxUInt16Item PreviewZoom FN_PREVIEW_ZOOM )
...
...
sw/source/core/doc/doc.cxx
Dosyayı görüntüle @
1f8c7028
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <vcl/virdev.hxx>
#include <vcl/virdev.hxx>
#include <svtools/itemiter.hxx>
#include <svtools/itemiter.hxx>
#include <svtools/syslocale.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/printer.hxx>
#include <svx/keepitem.hxx>
#include <svx/keepitem.hxx>
#include <svx/cscoitem.hxx>
#include <svx/cscoitem.hxx>
...
@@ -1116,7 +1117,7 @@ static void lcl_FormatPostIt(
...
@@ -1116,7 +1117,7 @@ static void lcl_FormatPostIt(
if
(
bNewPage
)
if
(
bNewPage
)
{
{
pIDCO
->
Insert
(
aPam
,
SvxFmtBreakItem
(
SVX_BREAK_PAGE_AFTER
,
RES_BREAK
),
0
);
pIDCO
->
Insert
PoolItem
(
aPam
,
SvxFmtBreakItem
(
SVX_BREAK_PAGE_AFTER
,
RES_BREAK
),
0
);
pIDCO
->
SplitNode
(
*
aPam
.
GetPoint
(),
false
);
pIDCO
->
SplitNode
(
*
aPam
.
GetPoint
(),
false
);
}
}
else
if
(
!
bIsFirstPostIt
)
else
if
(
!
bIsFirstPostIt
)
...
@@ -1142,8 +1143,9 @@ static void lcl_FormatPostIt(
...
@@ -1142,8 +1143,9 @@ static void lcl_FormatPostIt(
aStr
.
AppendAscii
(
sTmp
);
aStr
.
AppendAscii
(
sTmp
);
aStr
+=
pField
->
GetPar1
();
aStr
+=
pField
->
GetPar1
();
aStr
+=
' '
;
aStr
+=
' '
;
aStr
+=
GetAppLocaleData
().
getDate
(
pField
->
GetDate
()
);
SvtSysLocale
aSysLocale
;
pIDCO
->
Insert
(
aPam
,
aStr
,
true
);
aStr
+=
/*(LocaleDataWrapper&)*/
aSysLocale
.
GetLocaleData
().
getDate
(
pField
->
GetDate
()
);
pIDCO
->
InsertString
(
aPam
,
aStr
);
pIDCO
->
SplitNode
(
*
aPam
.
GetPoint
(),
false
);
pIDCO
->
SplitNode
(
*
aPam
.
GetPoint
(),
false
);
aStr
=
pField
->
GetPar2
();
aStr
=
pField
->
GetPar2
();
...
@@ -1151,7 +1153,7 @@ static void lcl_FormatPostIt(
...
@@ -1151,7 +1153,7 @@ static void lcl_FormatPostIt(
// Bei Windows und Co alle CR rausschmeissen
// Bei Windows und Co alle CR rausschmeissen
aStr
.
EraseAllChars
(
'\r'
);
aStr
.
EraseAllChars
(
'\r'
);
#endif
#endif
pIDCO
->
Insert
(
aPam
,
aStr
,
true
);
pIDCO
->
Insert
String
(
aPam
,
aStr
);
}
}
...
@@ -1324,7 +1326,7 @@ void SwDoc::UpdatePagesForPrintingWithPostItData(
...
@@ -1324,7 +1326,7 @@ void SwDoc::UpdatePagesForPrintingWithPostItData(
aPam
.
Move
(
fnMoveBackward
,
fnGoDoc
);
aPam
.
Move
(
fnMoveBackward
,
fnGoDoc
);
aPam
.
SetMark
();
aPam
.
SetMark
();
aPam
.
Move
(
fnMoveForward
,
fnGoDoc
);
aPam
.
Move
(
fnMoveForward
,
fnGoDoc
);
rData
.
m_pPostItDoc
->
Delete
(
aPam
);
rData
.
m_pPostItDoc
->
Delete
Range
(
aPam
);
const
StringRangeEnumerator
aRangeEnum
(
rData
.
GetPageRange
(),
1
,
nDocPageCount
,
0
);
const
StringRangeEnumerator
aRangeEnum
(
rData
.
GetPageRange
(),
1
,
nDocPageCount
,
0
);
...
...
sw/source/ui/uno/unomod.cxx
Dosyayı görüntüle @
1f8c7028
...
@@ -576,7 +576,7 @@ void SwXPrintSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo,
...
@@ -576,7 +576,7 @@ void SwXPrintSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo,
break
;
break
;
case
HANDLE_PRINTSET_PROSPECT_RTL
:
case
HANDLE_PRINTSET_PROSPECT_RTL
:
{
{
rValue
<<=
mpPrtOpt
->
IsPrintProspect
_
RTL
();
rValue
<<=
mpPrtOpt
->
IsPrintProspectRTL
();
}
}
break
;
break
;
case
HANDLE_PRINTSET_PLACEHOLDER
:
case
HANDLE_PRINTSET_PLACEHOLDER
:
...
...
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