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
ac310071
Kaydet (Commit)
ac310071
authored
Ock 10, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: lets trust my own tooling
üst
988829d5
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
77 deletions
+0
-77
pstm.hxx
tools/inc/tools/pstm.hxx
+0
-1
ref.hxx
tools/inc/tools/ref.hxx
+0
-4
pstm.cxx
tools/source/ref/pstm.cxx
+0
-3
unusedcode.easy
unusedcode.easy
+0
-5
event.hxx
vcl/inc/vcl/event.hxx
+0
-6
field.hxx
vcl/inc/vcl/field.hxx
+0
-2
keycod.hxx
vcl/inc/vcl/keycod.hxx
+0
-1
field2.cxx
vcl/source/control/field2.cxx
+0
-15
keycod.cxx
vcl/source/window/keycod.cxx
+0
-9
keyevent.cxx
vcl/source/window/keyevent.cxx
+0
-31
No files found.
tools/inc/tools/pstm.hxx
Dosyayı görüntüle @
ac310071
...
...
@@ -127,7 +127,6 @@ class TOOLS_DLLPUBLIC SvPersistBaseMemberList : public SuperSvPersistBaseMemberL
{
public
:
SvPersistBaseMemberList
();
SvPersistBaseMemberList
(
sal_uInt16
nInitSz
,
sal_uInt16
nResize
);
void
WriteObjects
(
SvPersistStream
&
,
sal_Bool
bOnlyStreamedObj
=
sal_False
)
const
;
TOOLS_DLLPUBLIC
friend
SvPersistStream
&
operator
<<
(
SvPersistStream
&
,
const
SvPersistBaseMemberList
&
);
...
...
tools/inc/tools/ref.hxx
Dosyayı görüntüle @
ac310071
...
...
@@ -274,7 +274,6 @@ inline void CN##MemberList::Append( const CN##MemberList & rList )\
/************************** S v M e m b e r L i s t **********************/
#define PRV_SV_DECL_MEMBER_LIST(Class,EntryName) \
Class##MemberList() {} \
inline Class##MemberList(sal_uInt16 nInitSz,sal_uInt16 nResize);\
inline void Insert( EntryName p ); \
inline void Insert( EntryName p, sal_uIntPtr nIndex ); \
inline void Append( EntryName p ); \
...
...
@@ -295,9 +294,6 @@ inline EntryName Prev();\
inline void Append( const Class##MemberList & rList );
#define PRV_SV_IMPL_MEMBER_LIST(ClassName,EntryName,BaseList)\
inline ClassName##MemberList::ClassName##MemberList\
(sal_uInt16 nInitSz,sal_uInt16 nResize)\
: BaseList( nInitSz, nResize ){}\
inline void ClassName##MemberList::Insert( EntryName p )\
{BaseList::Insert(p);}\
inline void ClassName##MemberList::Insert( EntryName p, sal_uIntPtr nIdx )\
...
...
tools/source/ref/pstm.cxx
Dosyayı görüntüle @
ac310071
...
...
@@ -62,9 +62,6 @@ TYPEINIT0( SvRttiBase );
/****************** SvPersistBaseMemberList ******************************/
SvPersistBaseMemberList
::
SvPersistBaseMemberList
(){}
SvPersistBaseMemberList
::
SvPersistBaseMemberList
(
sal_uInt16
nInitSz
,
sal_uInt16
nResize
)
:
SuperSvPersistBaseMemberList
(
nInitSz
,
nResize
){}
#define PERSIST_LIST_VER (sal_uInt8)0
#define PERSIST_LIST_DBGUTIL (sal_uInt8)0x80
...
...
unusedcode.easy
Dosyayı görüntüle @
ac310071
...
...
@@ -119,9 +119,6 @@ InsCapOptArr::Insert(InsCaptionOpt* const*, unsigned short)
InsCapOptArr::Remove(InsCaptionOpt* const&, unsigned short)
InsCapOptArr::Remove(unsigned short, unsigned short)
ItemList::FindAttrib(unsigned short)
KeyCode::GetSymbolName(String const&, Window*) const
KeyEvent::InitKeyEvent(com::sun::star::awt::KeyEvent&) const
KeyEvent::KeyEvent(com::sun::star::awt::KeyEvent const&)
KeyboardSettings::CopyData()
Line::Enum(Link const&)
Line::NearestPoint(Point const&) const
...
...
@@ -186,7 +183,6 @@ ParagraphObj::ParagraphObj(ParagraphObj&)
ParagraphStyleManager::get(WPXString const&) const
PathDialog::SetPath(Edit const&)
PatternFormatter::ImplLoadRes(ResId const&)
PatternFormatter::SelectFixedFont()
PluginConnector::getInstance(_NPP*)
PluginConnector::getInstanceById(unsigned int)
PopupMenu::SetSelectedEntry(unsigned short)
...
...
@@ -472,7 +468,6 @@ SvLBoxButtonData::SvLBoxButtonData()
SvLBoxEntryArr::DeleteAndDestroy(unsigned short, unsigned short)
SvLBoxItem::GetSize(SvLBoxEntry*, SvViewDataEntry*)
SvListView::SvListView(SvTreeList*)
SvPersistBaseMemberList::SvPersistBaseMemberList(unsigned short, unsigned short)
SvPersistStream::InsertObj(SvPersistBase*)
SvPersistStream::RemoveObj(SvPersistBase*)
SvPersistStream::SvPersistStream(SvClassManager&, SvStream*, SvPersistStream const&)
...
...
vcl/inc/vcl/event.hxx
Dosyayı görüntüle @
ac310071
...
...
@@ -66,12 +66,6 @@ public:
KeyEvent
(
xub_Unicode
nChar
,
const
KeyCode
&
rKeyCode
,
sal_uInt16
nRepeat
=
0
);
/** inits this vcl KeyEvent with all settings from the given awt event **/
KeyEvent
(
const
::
com
::
sun
::
star
::
awt
::
KeyEvent
&
rEvent
);
/** fills out the given awt KeyEvent with all settings from this vcl event **/
void
InitKeyEvent
(
::
com
::
sun
::
star
::
awt
::
KeyEvent
&
rEvent
)
const
;
xub_Unicode
GetCharCode
()
const
{
return
mnCharCode
;
}
const
KeyCode
&
GetKeyCode
()
const
{
return
maKeyCode
;
}
sal_uInt16
GetRepeat
()
const
{
return
mnRepeat
;
}
...
...
vcl/inc/vcl/field.hxx
Dosyayı görüntüle @
ac310071
...
...
@@ -142,8 +142,6 @@ public:
void
SetString
(
const
XubString
&
rStr
);
XubString
GetString
()
const
;
sal_Bool
IsStringModified
()
const
{
return
!
(
GetString
().
Equals
(
maFieldString
));
}
void
SelectFixedFont
();
};
// --------------------
...
...
vcl/inc/vcl/keycod.hxx
Dosyayı görüntüle @
ac310071
...
...
@@ -98,7 +98,6 @@ public:
{
return
(
nCode
&
KEYGROUP_TYPE
);
}
XubString
GetName
(
Window
*
pWindow
=
NULL
)
const
;
XubString
GetSymbolName
(
const
XubString
&
rFontName
,
Window
*
pWindow
=
NULL
)
const
;
sal_Bool
IsFunction
()
const
{
return
((
eFunc
!=
KEYFUNC_DONTKNOW
)
?
sal_True
:
sal_False
);
}
...
...
vcl/source/control/field2.cxx
Dosyayı görüntüle @
ac310071
...
...
@@ -903,21 +903,6 @@ void PatternFormatter::Reformat()
// -----------------------------------------------------------------------
void
PatternFormatter
::
SelectFixedFont
()
{
if
(
GetField
()
)
{
Font
aFont
=
OutputDevice
::
GetDefaultFont
(
DEFAULTFONT_FIXED
,
Application
::
GetSettings
().
GetLanguage
(),
0
);
Font
aControlFont
;
aControlFont
.
SetName
(
aFont
.
GetName
()
);
aControlFont
.
SetFamily
(
aFont
.
GetFamily
()
);
aControlFont
.
SetPitch
(
aFont
.
GetPitch
()
);
GetField
()
->
SetControlFont
(
aControlFont
);
}
}
// -----------------------------------------------------------------------
PatternField
::
PatternField
(
Window
*
pParent
,
WinBits
nWinStyle
)
:
SpinField
(
pParent
,
nWinStyle
)
{
...
...
vcl/source/window/keycod.cxx
Dosyayı görüntüle @
ac310071
...
...
@@ -119,15 +119,6 @@ XubString KeyCode::GetName( Window* pWindow ) const
// -----------------------------------------------------------------------
XubString
KeyCode
::
GetSymbolName
(
const
XubString
&
rFontName
,
Window
*
pWindow
)
const
{
if
(
!
pWindow
)
pWindow
=
ImplGetDefaultWindow
();
return
pWindow
?
XubString
(
pWindow
->
ImplGetFrame
()
->
GetSymbolKeyName
(
rFontName
,
GetFullCode
()
)
)
:
XubString
();
}
// -----------------------------------------------------------------------
KeyFuncType
KeyCode
::
GetFunction
()
const
{
if
(
eFunc
!=
KEYFUNC_DONTKNOW
)
...
...
vcl/source/window/keyevent.cxx
Dosyayı görüntüle @
ac310071
...
...
@@ -38,37 +38,6 @@ KeyEvent::KeyEvent (const KeyEvent& rKeyEvent) :
mnCharCode
(
rKeyEvent
.
mnCharCode
)
{}
/** inits this vcl KeyEvent with all settings from the given awt event **/
KeyEvent
::
KeyEvent
(
const
::
com
::
sun
::
star
::
awt
::
KeyEvent
&
rEvent
)
{
maKeyCode
=
KeyCode
(
rEvent
.
KeyCode
,
(
rEvent
.
Modifiers
&
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
SHIFT
)
!=
0
,
(
rEvent
.
Modifiers
&
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD1
)
!=
0
,
(
rEvent
.
Modifiers
&
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD2
)
!=
0
,
(
rEvent
.
Modifiers
&
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD3
)
!=
0
);
mnRepeat
=
0
;
mnCharCode
=
rEvent
.
KeyChar
;
}
/** fills out the given awt KeyEvent with all settings from this vcl event **/
void
KeyEvent
::
InitKeyEvent
(
::
com
::
sun
::
star
::
awt
::
KeyEvent
&
rEvent
)
const
{
rEvent
.
Modifiers
=
0
;
if
(
GetKeyCode
().
IsShift
()
)
rEvent
.
Modifiers
|=
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
SHIFT
;
if
(
GetKeyCode
().
IsMod1
()
)
rEvent
.
Modifiers
|=
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD1
;
if
(
GetKeyCode
().
IsMod2
()
)
rEvent
.
Modifiers
|=
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD2
;
if
(
GetKeyCode
().
IsMod3
()
)
rEvent
.
Modifiers
|=
::
com
::
sun
::
star
::
awt
::
KeyModifier
::
MOD3
;
rEvent
.
KeyCode
=
GetKeyCode
().
GetCode
();
rEvent
.
KeyChar
=
GetCharCode
();
rEvent
.
KeyFunc
=
sal
::
static_int_cast
<
sal_Int16
>
(
GetKeyCode
().
GetFunction
());
}
KeyEvent
KeyEvent
::
LogicalTextDirectionality
(
TextDirectionality
eMode
)
const
{
KeyEvent
aClone
(
*
this
);
...
...
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