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
d40971a4
Kaydet (Commit)
d40971a4
authored
Mar 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MoreButtons cannot be loaded from .src anymore
Change-Id: Ib831895b33323dd478cc125b3bf93c43826ef59d
üst
82380478
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
63 deletions
+1
-63
new.hxx
include/sfx2/new.hxx
+0
-1
srchdlg.hxx
include/svx/srchdlg.hxx
+0
-1
rc.h
include/tools/rc.h
+0
-5
rcid.h
include/tools/rcid.h
+1
-1
morebtn.hxx
include/vcl/morebtn.hxx
+0
-1
rscdb.hxx
rsc/inc/rscdb.hxx
+0
-1
rscicpx.cxx
rsc/source/parser/rscicpx.cxx
+0
-25
rscinit.cxx
rsc/source/parser/rscinit.cxx
+0
-4
pvlaydlg.hxx
sc/source/ui/inc/pvlaydlg.hxx
+0
-2
column.cxx
sw/source/ui/frmdlg/column.cxx
+0
-1
resmgr.cxx
tools/source/rc/resmgr.cxx
+0
-1
morebtn.cxx
vcl/source/control/morebtn.cxx
+0
-20
No files found.
include/sfx2/new.hxx
Dosyayı görüntüle @
d40971a4
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
class
SfxObjectShellLock
;
class
SfxObjectShellLock
;
class
SfxObjectShell
;
class
SfxObjectShell
;
class
MoreButton
;
...
...
include/svx/srchdlg.hxx
Dosyayı görüntüle @
d40971a4
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include <vector>
#include <vector>
class
SvxSearchItem
;
class
SvxSearchItem
;
class
MoreButton
;
class
SfxStyleSheetBasePool
;
class
SfxStyleSheetBasePool
;
class
SvxJSearchOptionsPage
;
class
SvxJSearchOptionsPage
;
class
SvxSearchController
;
class
SvxSearchController
;
...
...
include/tools/rc.h
Dosyayı görüntüle @
d40971a4
...
@@ -156,11 +156,6 @@ typedef short RSWND_STYLE;
...
@@ -156,11 +156,6 @@ typedef short RSWND_STYLE;
#define RSC_TOOLBOX_ITEMIMAGELIST 0x40
#define RSC_TOOLBOX_ITEMIMAGELIST 0x40
#define RSC_TOOLBOX_ITEMLIST 0x80
#define RSC_TOOLBOX_ITEMLIST 0x80
// For "MoreButton" resources:
#define RSC_MOREBUTTON_STATE 0x01
#define RSC_MOREBUTTON_MAPUNIT 0x02
#define RSC_MOREBUTTON_DELTA 0x04
// For "FloatingWindow" resources:
// For "FloatingWindow" resources:
#define RSC_FLOATINGWINDOW_WHMAPMODE 0x01
#define RSC_FLOATINGWINDOW_WHMAPMODE 0x01
#define RSC_FLOATINGWINDOW_WIDTH 0x02
#define RSC_FLOATINGWINDOW_WIDTH 0x02
...
...
include/tools/rcid.h
Dosyayı görüntüle @
d40971a4
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
#define RSC_HELPBUTTON (RSC_NOTYPE + 0x49)
#define RSC_HELPBUTTON (RSC_NOTYPE + 0x49)
#define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a)
#define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a)
#define RSC_MENUBUTTON (RSC_NOTYPE + 0x4b)
#define RSC_MENUBUTTON (RSC_NOTYPE + 0x4b)
#define RSC_MOREBUTTON (RSC_NOTYPE + 0x4c)
#define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d)
#define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d)
#define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e)
#define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e)
...
...
include/vcl/morebtn.hxx
Dosyayı görüntüle @
d40971a4
...
@@ -47,7 +47,6 @@ private:
...
@@ -47,7 +47,6 @@ private:
protected
:
protected
:
using
Window
::
ImplInit
;
using
Window
::
ImplInit
;
SAL_DLLPRIVATE
void
ImplInit
(
Window
*
pParent
,
WinBits
nStyle
);
SAL_DLLPRIVATE
void
ImplInit
(
Window
*
pParent
,
WinBits
nStyle
);
SAL_DLLPRIVATE
void
ImplLoadRes
(
const
ResId
&
rResId
);
public
:
public
:
explicit
MoreButton
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
explicit
MoreButton
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
...
...
rsc/inc/rscdb.hxx
Dosyayı görüntüle @
d40971a4
...
@@ -238,7 +238,6 @@ class RscTypCont
...
@@ -238,7 +238,6 @@ class RscTypCont
RscTop
*
InitClassToolBox
(
RscTop
*
pSuper
,
RscTop
*
pClassToolBoxItem
,
RscTop
*
InitClassToolBox
(
RscTop
*
pSuper
,
RscTop
*
pClassToolBoxItem
,
RscTop
*
pClassImageList
);
RscTop
*
pClassImageList
);
RscTop
*
InitClassStatusBar
(
RscTop
*
pSuper
);
RscTop
*
InitClassStatusBar
(
RscTop
*
pSuper
);
RscTop
*
InitClassMoreButton
(
RscTop
*
pSuper
,
RscEnum
*
pMapUnit
);
RscTop
*
InitClassFloatingWindow
(
RscTop
*
pSuper
,
RscTop
*
InitClassFloatingWindow
(
RscTop
*
pSuper
,
RscEnum
*
pMapUnit
);
RscEnum
*
pMapUnit
);
RscTop
*
InitClassTabControlItem
(
RscTop
*
pSuper
);
RscTop
*
InitClassTabControlItem
(
RscTop
*
pSuper
);
...
...
rsc/source/parser/rscicpx.cxx
Dosyayı görüntüle @
d40971a4
...
@@ -1899,31 +1899,6 @@ RscTop * RscTypCont::InitClassStatusBar( RscTop * pSuper )
...
@@ -1899,31 +1899,6 @@ RscTop * RscTypCont::InitClassStatusBar( RscTop * pSuper )
return
pClassStatusBar
;
return
pClassStatusBar
;
}
}
RscTop
*
RscTypCont
::
InitClassMoreButton
(
RscTop
*
pSuper
,
RscEnum
*
pMapUnit
)
{
Atom
nId
;
RscTop
*
pClassMoreButton
;
// Klasse anlegen
nId
=
pHS
->
getID
(
"MoreButton"
);
pClassMoreButton
=
new
RscClass
(
nId
,
RSC_MOREBUTTON
,
pSuper
);
pClassMoreButton
->
SetCallPar
(
*
pWinPar1
,
*
pWinPar2
,
*
pWinParType
);
aNmTb
.
Put
(
nId
,
CLASSNAME
,
pClassMoreButton
);
// Variablen anlegen
nId
=
aNmTb
.
Put
(
"State"
,
VARNAME
);
pClassMoreButton
->
SetVariable
(
nId
,
&
aBool
,
NULL
,
0
,
RSC_MOREBUTTON_STATE
);
nId
=
aNmTb
.
Put
(
"MapUnit"
,
VARNAME
);
pClassMoreButton
->
SetVariable
(
nId
,
pMapUnit
,
NULL
,
0
,
RSC_MOREBUTTON_MAPUNIT
);
nId
=
aNmTb
.
Put
(
"Delta"
,
VARNAME
);
pClassMoreButton
->
SetVariable
(
nId
,
&
aUShort
,
NULL
,
0
,
RSC_MOREBUTTON_DELTA
);
return
pClassMoreButton
;
}
RscTop
*
RscTypCont
::
InitClassFloatingWindow
(
RscTop
*
pSuper
,
RscTop
*
RscTypCont
::
InitClassFloatingWindow
(
RscTop
*
pSuper
,
RscEnum
*
pMapUnit
)
RscEnum
*
pMapUnit
)
{
{
...
...
rsc/source/parser/rscinit.cxx
Dosyayı görüntüle @
d40971a4
...
@@ -131,7 +131,6 @@ void RscTypCont::Init()
...
@@ -131,7 +131,6 @@ void RscTypCont::Init()
RscTop
*
pClassToolBoxItem
;
RscTop
*
pClassToolBoxItem
;
RscTop
*
pClassToolBox
;
RscTop
*
pClassToolBox
;
RscTop
*
pClassStatusBar
;
RscTop
*
pClassStatusBar
;
RscTop
*
pClassMoreButton
;
RscTop
*
pClassFloatingWindow
;
RscTop
*
pClassFloatingWindow
;
RscTop
*
pClassTabPage
;
RscTop
*
pClassTabPage
;
RscTop
*
pClassTabDialog
;
RscTop
*
pClassTabDialog
;
...
@@ -711,9 +710,6 @@ void RscTypCont::Init()
...
@@ -711,9 +710,6 @@ void RscTypCont::Init()
pClassStatusBar
=
InitClassStatusBar
(
pClassWindow
);
pClassStatusBar
=
InitClassStatusBar
(
pClassWindow
);
pRoot
->
Insert
(
pClassStatusBar
);
pRoot
->
Insert
(
pClassStatusBar
);
pClassMoreButton
=
InitClassMoreButton
(
pClassPushButton
,
pMapUnit
);
pRoot
->
Insert
(
pClassMoreButton
);
pClassFloatingWindow
=
InitClassFloatingWindow
(
pClassSystemWindow
,
pClassFloatingWindow
=
InitClassFloatingWindow
(
pClassSystemWindow
,
pMapUnit
);
pMapUnit
);
pRoot
->
Insert
(
pClassFloatingWindow
);
pRoot
->
Insert
(
pClassFloatingWindow
);
...
...
sc/source/ui/inc/pvlaydlg.hxx
Dosyayı görüntüle @
d40971a4
...
@@ -240,8 +240,6 @@ private:
...
@@ -240,8 +240,6 @@ private:
CancelButton
*
mpBtnCancel
;
CancelButton
*
mpBtnCancel
;
PushButton
*
mpBtnRemove
;
PushButton
*
mpBtnRemove
;
PushButton
*
mpBtnOptions
;
PushButton
*
mpBtnOptions
;
//FIXME: replace with expander
//MoreButton* mpBtnMore;
VclExpander
*
mpExpander
;
VclExpander
*
mpExpander
;
std
::
vector
<
OUString
>
maFuncNames
;
/// Localized function names from resource.
std
::
vector
<
OUString
>
maFuncNames
;
/// Localized function names from resource.
boost
::
ptr_vector
<
OUString
>
maRefStrs
;
/// Reference strings stored with the output list box.
boost
::
ptr_vector
<
OUString
>
maRefStrs
;
/// Reference strings stored with the output list box.
...
...
sw/source/ui/frmdlg/column.cxx
Dosyayı görüntüle @
d40971a4
...
@@ -478,7 +478,6 @@ SwColumnPage::SwColumnPage(Window *pParent, const SfxItemSet &rSet)
...
@@ -478,7 +478,6 @@ SwColumnPage::SwColumnPage(Window *pParent, const SfxItemSet &rSet)
m_pDefaultVS
->
SetSelectHdl
(
LINK
(
this
,
SwColumnPage
,
SetDefaultsHdl
));
m_pDefaultVS
->
SetSelectHdl
(
LINK
(
this
,
SwColumnPage
,
SetDefaultsHdl
));
// announce Controls for additional region at the MoreButton
Link
aCLNrLk
=
LINK
(
this
,
SwColumnPage
,
ColModify
);
Link
aCLNrLk
=
LINK
(
this
,
SwColumnPage
,
ColModify
);
m_pCLNrEdt
->
SetModifyHdl
(
aCLNrLk
);
m_pCLNrEdt
->
SetModifyHdl
(
aCLNrLk
);
Link
aLk
=
LINK
(
this
,
SwColumnPage
,
GapModify
);
Link
aLk
=
LINK
(
this
,
SwColumnPage
,
GapModify
);
...
...
tools/source/rc/resmgr.cxx
Dosyayı görüntüle @
d40971a4
...
@@ -1504,7 +1504,6 @@ OString ResMgr::GetAutoHelpId()
...
@@ -1504,7 +1504,6 @@ OString ResMgr::GetAutoHelpId()
case
RSC_TIMEBOX
:
aHID
.
append
(
"TimeBox"
);
break
;
case
RSC_TIMEBOX
:
aHID
.
append
(
"TimeBox"
);
break
;
case
RSC_IMAGEBUTTON
:
aHID
.
append
(
"ImageButton"
);
break
;
case
RSC_IMAGEBUTTON
:
aHID
.
append
(
"ImageButton"
);
break
;
case
RSC_MENUBUTTON
:
aHID
.
append
(
"MenuButton"
);
break
;
case
RSC_MENUBUTTON
:
aHID
.
append
(
"MenuButton"
);
break
;
case
RSC_MOREBUTTON
:
aHID
.
append
(
"MoreButton"
);
break
;
default
:
default
:
// no type, no auto HID
// no type, no auto HID
return
OString
();
return
OString
();
...
...
vcl/source/control/morebtn.cxx
Dosyayı görüntüle @
d40971a4
...
@@ -78,26 +78,6 @@ MoreButton::MoreButton( Window* pParent, WinBits nStyle ) :
...
@@ -78,26 +78,6 @@ MoreButton::MoreButton( Window* pParent, WinBits nStyle ) :
ImplInit
(
pParent
,
nStyle
);
ImplInit
(
pParent
,
nStyle
);
}
}
void
MoreButton
::
ImplLoadRes
(
const
ResId
&
rResId
)
{
PushButton
::
ImplLoadRes
(
rResId
);
sal_uLong
nObjMask
=
ReadLongRes
();
if
(
nObjMask
&
RSC_MOREBUTTON_STATE
)
{
// Don't call method as Dialog should not be switched over
mbState
=
ReadShortRes
()
!=
0
;
// SetText( GetText() );
ShowState
();
}
if
(
nObjMask
&
RSC_MOREBUTTON_MAPUNIT
)
meUnit
=
(
MapUnit
)
ReadLongRes
();
if
(
nObjMask
&
RSC_MOREBUTTON_DELTA
)
// Size for resizing the Dialog
mnDelta
=
ReadShortRes
();
}
MoreButton
::~
MoreButton
()
MoreButton
::~
MoreButton
()
{
{
delete
mpMBData
->
mpItemList
;
delete
mpMBData
->
mpItemList
;
...
...
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