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
c0e0f396
Kaydet (Commit)
c0e0f396
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
5f520bf6
852a59c2
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
45 additions
and
26 deletions
+45
-26
stlpool.cxx
sd/source/core/stlpool.cxx
+3
-0
BasicViewFactory.cxx
sd/source/ui/framework/factories/BasicViewFactory.cxx
+2
-1
BasicViewFactory.hxx
sd/source/ui/framework/factories/BasicViewFactory.hxx
+1
-0
ModuleController.cxx
sd/source/ui/framework/module/ModuleController.cxx
+4
-0
fuhhconv.cxx
sd/source/ui/func/fuhhconv.cxx
+5
-5
PresenterTextView.cxx
sd/source/ui/presenter/PresenterTextView.cxx
+1
-1
SlideSorterController.cxx
...ource/ui/slidesorter/controller/SlideSorterController.cxx
+5
-0
TaskPaneFocusManager.cxx
sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
+13
-6
TaskPaneFocusManager.hxx
sd/source/ui/toolpanel/TaskPaneFocusManager.hxx
+0
-1
CurrentMasterPagesSelector.cxx
...urce/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx
+1
-1
basenode.hxx
slideshow/source/engine/animationnodes/basenode.hxx
+1
-1
drawshape.hxx
slideshow/source/engine/shapes/drawshape.hxx
+1
-1
gdimtftools.cxx
slideshow/source/engine/shapes/gdimtftools.cxx
+3
-2
slideimpl.cxx
slideshow/source/engine/slide/slideimpl.cxx
+1
-1
randomwipe.cxx
slideshow/source/engine/transitions/randomwipe.cxx
+4
-6
No files found.
sd/source/core/stlpool.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -1060,6 +1060,9 @@ void SdStyleSheetPool::PutNumBulletItem( SfxStyleSheetBase* pSheet,
{
SvxNumberFormat
aFrmt
(
pDefaultRule
->
GetLevel
(
i
)
);
aFrmt
.
SetNumberingType
(
SVX_NUM_CHAR_SPECIAL
);
// #i93908# clear suffix for bullet lists
aFrmt
.
SetPrefix
(
::
rtl
::
OUString
());
aFrmt
.
SetSuffix
(
::
rtl
::
OUString
());
aFrmt
.
SetStart
(
1
);
aFrmt
.
SetBulletRelSize
(
45
);
aFrmt
.
SetBulletChar
(
0x25CF
);
// StarBats: 0xF000 + 34
...
...
sd/source/ui/framework/factories/BasicViewFactory.cxx
100755 → 100644
Dosyayı görüntüle @
c0e0f396
...
...
@@ -142,8 +142,9 @@ BasicViewFactory::BasicViewFactory (
mpViewShellContainer
(
new
ViewShellContainer
()),
mpBase
(
NULL
),
mpFrameView
(
NULL
),
mpWindow
(
new
WorkWindow
(
NULL
,
WB_STDWORK
)),
mpViewCache
(
new
ViewCache
()),
mxLocalPane
(
new
Pane
(
Reference
<
XResourceId
>
(),
new
WorkWindow
(
NULL
,
WB_STDWORK
)))
mxLocalPane
(
new
Pane
(
Reference
<
XResourceId
>
(),
mpWindow
.
get
(
)))
{
(
void
)
rxContext
;
}
...
...
sd/source/ui/framework/factories/BasicViewFactory.hxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -119,6 +119,7 @@ private:
FrameView
*
mpFrameView
;
class
ViewCache
;
::
boost
::
shared_ptr
<
Window
>
mpWindow
;
::
boost
::
shared_ptr
<
ViewCache
>
mpViewCache
;
css
::
uno
::
Reference
<
css
::
drawing
::
framework
::
XPane
>
mxLocalPane
;
...
...
sd/source/ui/framework/module/ModuleController.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -143,6 +143,10 @@ ModuleController::~ModuleController (void) throw()
void
SAL_CALL
ModuleController
::
disposing
(
void
)
{
// Break the cyclic reference back to DrawController object
mpLoadedFactories
.
reset
();
mpResourceToFactoryMap
.
reset
();
mxController
.
clear
();
}
...
...
sd/source/ui/func/fuhhconv.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -203,11 +203,11 @@ void FuHangulHanjaConversion::ConvertStyles( sal_Int16 nTargetLanguage, const Fo
{
// set new font attribute
SvxFontItem
aFontItem
(
(
SvxFontItem
&
)
rSet
.
Get
(
EE_CHAR_FONTINFO_CJK
)
);
aFontItem
.
GetFamilyName
()
=
pTargetFont
->
GetName
(
);
aFontItem
.
GetFamily
()
=
pTargetFont
->
GetFamily
(
);
aFontItem
.
GetStyleName
()
=
pTargetFont
->
GetStyleName
(
);
aFontItem
.
GetPitch
()
=
pTargetFont
->
GetPitch
(
);
aFontItem
.
GetCharSet
()
=
pTargetFont
->
GetCharSet
(
);
aFontItem
.
SetFamilyName
(
pTargetFont
->
GetName
()
);
aFontItem
.
SetFamily
(
pTargetFont
->
GetFamily
()
);
aFontItem
.
SetStyleName
(
pTargetFont
->
GetStyleName
()
);
aFontItem
.
SetPitch
(
pTargetFont
->
GetPitch
()
);
aFontItem
.
SetCharSet
(
pTargetFont
->
GetCharSet
()
);
rSet
.
Put
(
aFontItem
);
}
...
...
sd/source/ui/presenter/PresenterTextView.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -498,7 +498,7 @@ void PresenterTextView::Implementation::SetFontDescriptor (
mpEditEngineItemPool
->
SetPoolDefaultItem
(
aFontHeight
);
SvxFontItem
aSvxFontItem
(
EE_CHAR_FONTINFO
);
aSvxFontItem
.
GetFamilyName
()
=
rFontDescriptor
.
Name
;
aSvxFontItem
.
SetFamilyName
(
rFontDescriptor
.
Name
)
;
mpEditEngineItemPool
->
SetPoolDefaultItem
(
aSvxFontItem
);
mnTotalHeight
=
-
1
;
...
...
sd/source/ui/slidesorter/controller/SlideSorterController.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -372,7 +372,12 @@ bool SlideSorterController::Command (
{
bool
bEventHasBeenHandled
=
false
;
if
(
pWindow
==
NULL
)
return
false
;
ViewShell
*
pViewShell
=
mrSlideSorter
.
GetViewShell
();
if
(
pViewShell
==
NULL
)
return
false
;
switch
(
rEvent
.
GetCommand
())
{
...
...
sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
100644 → 100755
Dosyayı görüntüle @
c0e0f396
...
...
@@ -31,9 +31,9 @@
#include "TaskPaneFocusManager.hxx"
#include <vcl/window.hxx>
#include <vos/mutex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/event.hxx>
#include <rtl/instance.hxx>
#include <hash_map>
namespace
{
...
...
@@ -70,16 +70,23 @@ class FocusManager::LinkMap
FocusManager
*
FocusManager
::
spInstance
=
NULL
;
FocusManager
&
FocusManager
::
Instance
(
void
)
{
static
FocusManager
*
spInstance
=
NULL
;
if
(
spInstance
==
NULL
)
{
::
vos
::
OGuard
aGuard
(
::
Application
::
GetSolar
Mutex
());
::
osl
::
MutexGuard
aGuard
(
::
osl
::
Mutex
::
getGlobal
Mutex
());
if
(
spInstance
==
NULL
)
spInstance
=
new
FocusManager
();
{
static
FocusManager
aInstance
;
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER
();
spInstance
=
&
aInstance
;
}
}
else
{
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER
();
}
return
*
spInstance
;
}
...
...
sd/source/ui/toolpanel/TaskPaneFocusManager.hxx
100644 → 100755
Dosyayı görüntüle @
c0e0f396
...
...
@@ -103,7 +103,6 @@ public:
bool
TransferFocus
(
::
Window
*
pSource
,
const
KeyCode
&
rCode
);
private
:
static
FocusManager
*
spInstance
;
class
LinkMap
;
::
std
::
auto_ptr
<
LinkMap
>
mpLinks
;
...
...
sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -227,7 +227,7 @@ void CurrentMasterPagesSelector::Execute (SfxRequest& rRequest)
// i.e. is not used.
SdPage
*
pMasterPage
=
GetSelectedMasterPage
();
if
(
pMasterPage
!=
NULL
&&
mrDocument
.
GetMasterPageUserCount
(
pMasterPage
)
>
0
)
&&
mrDocument
.
GetMasterPageUserCount
(
pMasterPage
)
==
0
)
{
// Removing the precious flag so that the following call to
// RemoveUnnessesaryMasterPages() will remove this master page.
...
...
slideshow/source/engine/animationnodes/basenode.hxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -89,7 +89,7 @@ class BaseContainerNode;
file-private accessor methods.
*/
class
BaseNode
:
public
AnimationNode
,
p
rotected
::
osl
::
DebugBase
<
BaseNode
>
,
p
ublic
::
osl
::
DebugBase
<
BaseNode
>
,
private
::
boost
::
noncopyable
{
public
:
...
...
slideshow/source/engine/shapes/drawshape.hxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -65,7 +65,7 @@ namespace slideshow
class
DrawShape
:
public
AttributableShape
,
public
DocTreeNodeSupplier
,
public
HyperlinkArea
,
p
rotected
::
osl
::
DebugBase
<
DrawShape
>
p
ublic
::
osl
::
DebugBase
<
DrawShape
>
{
public
:
/** Create a shape for the given XShape
...
...
slideshow/source/engine/shapes/gdimtftools.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -491,9 +491,10 @@ bool getAnimationFromGraphic( VectorOfMtfAnimationFrames& o_rFrames,
nWaitTime100thSeconds
=
100
*
60
*
60
*
24
;
}
// There are animated GIFs with no WaitTime set. Take 1 sec, then.
// There are animated GIFs with no WaitTime set. Take 0.1 sec, the
// same duration that is used by the edit view.
if
(
nWaitTime100thSeconds
==
0
)
nWaitTime100thSeconds
=
10
0
;
nWaitTime100thSeconds
=
10
;
o_rFrames
.
push_back
(
MtfAnimationFrame
(
pMtf
,
nWaitTime100thSeconds
/
100.0
)
);
...
...
slideshow/source/engine/slide/slideimpl.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -94,7 +94,7 @@ namespace
class
SlideImpl
:
public
Slide
,
public
CursorManager
,
public
ViewEventHandler
,
p
rotected
::
osl
::
DebugBase
<
SlideImpl
>
p
ublic
::
osl
::
DebugBase
<
SlideImpl
>
{
public
:
SlideImpl
(
const
uno
::
Reference
<
drawing
::
XDrawPage
>&
xDrawPage
,
...
...
slideshow/source/engine/transitions/randomwipe.cxx
Dosyayı görüntüle @
c0e0f396
...
...
@@ -68,13 +68,11 @@ RandomWipe::RandomWipe( sal_Int32 nElements, bool randomBars )
m_rect
.
transform
(
aTransform
);
// mix up:
for
(
sal_Int32
i
=
(
nElements
/
2
);
i
--
;
)
for
(
sal_Int32
nIndex
=
0
;
nIndex
<
nElements
;
++
nIndex
)
{
const
sal_Int32
pos1
=
getRandomOrdinal
(
nElements
);
const
sal_Int32
pos2
=
getRandomOrdinal
(
nElements
);
const
::
basegfx
::
B2DPoint
point
(
m_positions
[
pos1
]
);
m_positions
[
pos1
]
=
m_positions
[
pos2
];
m_positions
[
pos2
]
=
point
;
const
sal_Int32
nOtherIndex
(
getRandomOrdinal
(
nElements
));
OSL_ASSERT
(
nOtherIndex
>=
0
&&
nOtherIndex
<
nElements
);
::
std
::
swap
(
m_positions
[
nIndex
],
m_positions
[
nOtherIndex
]);
}
}
...
...
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