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
4a56fc07
Kaydet (Commit)
4a56fc07
authored
Mar 14, 2011
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
debuglevels: pulled and merged DEV300.m102
üst
747e78b7
e8a6c5a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
7 deletions
+28
-7
baside2b.cxx
basctl/source/basicide/baside2b.cxx
+1
-0
basidesh.cxx
basctl/source/basicide/basidesh.cxx
+4
-1
bastype2.cxx
basctl/source/basicide/bastype2.cxx
+1
-1
numpages.cxx
cui/source/tabpages/numpages.cxx
+9
-2
page.cxx
cui/source/tabpages/page.cxx
+5
-2
unoobjw.cxx
extensions/source/ole/unoobjw.cxx
+1
-1
ZipPackageFolder.hxx
package/inc/ZipPackageFolder.hxx
+7
-0
ZipPackageFolder.cxx
package/source/zippackage/ZipPackageFolder.cxx
+0
-0
No files found.
basctl/source/basicide/baside2b.cxx
Dosyayı görüntüle @
4a56fc07
...
@@ -465,6 +465,7 @@ void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt )
...
@@ -465,6 +465,7 @@ void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt )
{
{
pBindings
->
Invalidate
(
SID_SAVEDOC
);
pBindings
->
Invalidate
(
SID_SAVEDOC
);
pBindings
->
Invalidate
(
SID_DOC_MODIFIED
);
pBindings
->
Invalidate
(
SID_DOC_MODIFIED
);
pBindings
->
Invalidate
(
SID_UNDO
);
}
}
if
(
rKEvt
.
GetKeyCode
().
GetCode
()
==
KEY_INSERT
)
if
(
rKEvt
.
GetKeyCode
().
GetCode
()
==
KEY_INSERT
)
pBindings
->
Invalidate
(
SID_ATTR_INSERT
);
pBindings
->
Invalidate
(
SID_ATTR_INSERT
);
...
...
basctl/source/basicide/basidesh.cxx
Dosyayı görüntüle @
4a56fc07
...
@@ -309,7 +309,10 @@ void BasicIDEShell::onDocumentSave( const ScriptDocument& /*_rDocument*/ )
...
@@ -309,7 +309,10 @@ void BasicIDEShell::onDocumentSave( const ScriptDocument& /*_rDocument*/ )
void
BasicIDEShell
::
onDocumentSaveDone
(
const
ScriptDocument
&
/*_rDocument*/
)
void
BasicIDEShell
::
onDocumentSaveDone
(
const
ScriptDocument
&
/*_rDocument*/
)
{
{
// not interested in
// #i115671: Update SID_SAVEDOC after saving is completed
SfxBindings
*
pBindings
=
BasicIDE
::
GetBindingsPtr
();
if
(
pBindings
)
pBindings
->
Invalidate
(
SID_SAVEDOC
);
}
}
void
BasicIDEShell
::
onDocumentSaveAs
(
const
ScriptDocument
&
/*_rDocument*/
)
void
BasicIDEShell
::
onDocumentSaveAs
(
const
ScriptDocument
&
/*_rDocument*/
)
...
...
basctl/source/basicide/bastype2.cxx
Dosyayı görüntüle @
4a56fc07
...
@@ -383,7 +383,7 @@ void BasicTreeListBox::ImpCreateLibSubEntries( SvLBoxEntry* pLibRootEntry, const
...
@@ -383,7 +383,7 @@ void BasicTreeListBox::ImpCreateLibSubEntries( SvLBoxEntry* pLibRootEntry, const
// dialogs
// dialogs
if
(
nMode
&
BROWSEMODE_DIALOGS
)
if
(
nMode
&
BROWSEMODE_DIALOGS
)
{
{
Reference
<
script
::
XLibraryContainer
>
xDlgLibContainer
(
rDocument
.
getLibraryContainer
(
E_
SCRIPT
S
)
);
Reference
<
script
::
XLibraryContainer
>
xDlgLibContainer
(
rDocument
.
getLibraryContainer
(
E_
DIALOG
S
)
);
if
(
xDlgLibContainer
.
is
()
&&
xDlgLibContainer
->
hasByName
(
aOULibName
)
&&
xDlgLibContainer
->
isLibraryLoaded
(
aOULibName
)
)
if
(
xDlgLibContainer
.
is
()
&&
xDlgLibContainer
->
hasByName
(
aOULibName
)
&&
xDlgLibContainer
->
isLibraryLoaded
(
aOULibName
)
)
{
{
...
...
cui/source/tabpages/numpages.cxx
Dosyayı görüntüle @
4a56fc07
...
@@ -613,6 +613,9 @@ IMPL_LINK(SvxBulletPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
...
@@ -613,6 +613,9 @@ IMPL_LINK(SvxBulletPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
{
{
SvxNumberFormat
aFmt
(
pActNum
->
GetLevel
(
i
));
SvxNumberFormat
aFmt
(
pActNum
->
GetLevel
(
i
));
aFmt
.
SetNumberingType
(
SVX_NUM_CHAR_SPECIAL
);
aFmt
.
SetNumberingType
(
SVX_NUM_CHAR_SPECIAL
);
// #i93908# clear suffix for bullet lists
aFmt
.
SetPrefix
(
::
rtl
::
OUString
());
aFmt
.
SetSuffix
(
::
rtl
::
OUString
());
aFmt
.
SetBulletFont
(
&
rActBulletFont
);
aFmt
.
SetBulletFont
(
&
rActBulletFont
);
aFmt
.
SetBulletChar
(
cChar
);
aFmt
.
SetBulletChar
(
cChar
);
aFmt
.
SetCharFmtName
(
sBulletCharFmtName
);
aFmt
.
SetCharFmtName
(
sBulletCharFmtName
);
...
@@ -859,6 +862,9 @@ IMPL_LINK(SvxNumPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
...
@@ -859,6 +862,9 @@ IMPL_LINK(SvxNumPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
sal_uInt16
nUpperLevelOrChar
=
(
sal_uInt16
)
pLevelSettings
->
nParentNumbering
;
sal_uInt16
nUpperLevelOrChar
=
(
sal_uInt16
)
pLevelSettings
->
nParentNumbering
;
if
(
aFmt
.
GetNumberingType
()
==
SVX_NUM_CHAR_SPECIAL
)
if
(
aFmt
.
GetNumberingType
()
==
SVX_NUM_CHAR_SPECIAL
)
{
{
// #i93908# clear suffix for bullet lists
aFmt
.
SetPrefix
(
::
rtl
::
OUString
());
aFmt
.
SetSuffix
(
::
rtl
::
OUString
());
if
(
pLevelSettings
->
sBulletFont
.
getLength
()
&&
if
(
pLevelSettings
->
sBulletFont
.
getLength
()
&&
pLevelSettings
->
sBulletFont
.
compareTo
(
pLevelSettings
->
sBulletFont
.
compareTo
(
rActBulletFont
.
GetName
()))
rActBulletFont
.
GetName
()))
...
@@ -908,9 +914,10 @@ IMPL_LINK(SvxNumPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
...
@@ -908,9 +914,10 @@ IMPL_LINK(SvxNumPickTabPage, NumSelectHdl_Impl, ValueSet*, EMPTYARG)
aFmt
.
SetCharFmtName
(
sNumCharFmtName
);
aFmt
.
SetCharFmtName
(
sNumCharFmtName
);
// #62069# // #92724#
// #62069# // #92724#
aFmt
.
SetBulletRelSize
(
100
);
aFmt
.
SetBulletRelSize
(
100
);
// #i93908#
aFmt
.
SetPrefix
(
pLevelSettings
->
sPrefix
);
aFmt
.
SetSuffix
(
pLevelSettings
->
sSuffix
);
}
}
aFmt
.
SetPrefix
(
pLevelSettings
->
sPrefix
);
aFmt
.
SetSuffix
(
pLevelSettings
->
sSuffix
);
pActNum
->
SetLevel
(
i
,
aFmt
);
pActNum
->
SetLevel
(
i
,
aFmt
);
}
}
}
}
...
...
cui/source/tabpages/page.cxx
100644 → 100755
Dosyayı görüntüle @
4a56fc07
...
@@ -608,6 +608,7 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
...
@@ -608,6 +608,7 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
ResStringArray
aPaperAry
(
CUI_RES
(
nAryId
)
);
ResStringArray
aPaperAry
(
CUI_RES
(
nAryId
)
);
sal_uInt32
nCnt
=
aPaperAry
.
Count
();
sal_uInt32
nCnt
=
aPaperAry
.
Count
();
sal_uInt16
nUserPos
=
LISTBOX_ENTRY_NOTFOUND
;
for
(
sal_uInt32
i
=
0
;
i
<
nCnt
;
++
i
)
for
(
sal_uInt32
i
=
0
;
i
<
nCnt
;
++
i
)
{
{
String
aStr
=
aPaperAry
.
GetString
(
i
);
String
aStr
=
aPaperAry
.
GetString
(
i
);
...
@@ -617,9 +618,11 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
...
@@ -617,9 +618,11 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
if
(
eSize
==
ePaper
)
if
(
eSize
==
ePaper
)
nActPos
=
nPos
;
nActPos
=
nPos
;
if
(
eSize
==
PAPER_USER
)
nUserPos
=
nPos
;
}
}
//
aktuelles Papierformat selektieren
//
preselect current paper format - #115915#: ePaper might not be in aPaperSizeBox so use PAPER_USER instead
aPaperSizeBox
.
SelectEntryPos
(
nActPos
);
aPaperSizeBox
.
SelectEntryPos
(
nActPos
!=
LISTBOX_ENTRY_NOTFOUND
?
nActPos
:
nUserPos
);
// Applikationsspezifisch
// Applikationsspezifisch
...
...
extensions/source/ole/unoobjw.cxx
Dosyayı görüntüle @
4a56fc07
...
@@ -931,7 +931,7 @@ HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT *
...
@@ -931,7 +931,7 @@ HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT *
// try to write back out parameter
// try to write back out parameter
if
(
outIndex
.
getLength
()
>
0
)
if
(
outIndex
.
getLength
()
>
0
)
{
{
const
INT
16
*
pOutIndex
=
outIndex
.
getConstArray
();
const
sal_Int
16
*
pOutIndex
=
outIndex
.
getConstArray
();
const
Any
*
pOutParams
=
outParams
.
getConstArray
();
const
Any
*
pOutParams
=
outParams
.
getConstArray
();
for
(
sal_Int32
i
=
0
;
i
<
outIndex
.
getLength
();
i
++
)
for
(
sal_Int32
i
=
0
;
i
<
outIndex
.
getLength
();
i
++
)
...
...
package/inc/ZipPackageFolder.hxx
Dosyayı görüntüle @
4a56fc07
...
@@ -39,7 +39,12 @@ namespace beans
...
@@ -39,7 +39,12 @@ namespace beans
{
{
struct
PropertyValue
;
struct
PropertyValue
;
}
}
namespace
packages
{
class
ContentInfo
;
}
}
}
}
}
}
}
class
ZipFile
;
class
ZipFile
;
class
ZipPackage
;
class
ZipPackage
;
class
ZipOutputStream
;
class
ZipOutputStream
;
...
@@ -85,6 +90,8 @@ public:
...
@@ -85,6 +90,8 @@ public:
void
setPackageFormat_Impl
(
sal_Int32
nFormat
)
{
m_nFormat
=
nFormat
;
}
void
setPackageFormat_Impl
(
sal_Int32
nFormat
)
{
m_nFormat
=
nFormat
;
}
void
setRemoveOnInsertMode_Impl
(
sal_Bool
bRemove
)
{
this
->
mbAllowRemoveOnInsert
=
bRemove
;
}
void
setRemoveOnInsertMode_Impl
(
sal_Bool
bRemove
)
{
this
->
mbAllowRemoveOnInsert
=
bRemove
;
}
bool
saveChild
(
const
rtl
::
OUString
&
rShortName
,
const
com
::
sun
::
star
::
packages
::
ContentInfo
&
rInfo
,
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
);
// Recursive functions
// Recursive functions
void
saveContents
(
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
)
void
saveContents
(
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
package/source/zippackage/ZipPackageFolder.cxx
Dosyayı görüntüle @
4a56fc07
This diff is collapsed.
Click to expand it.
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