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
b5a0b00d
Kaydet (Commit)
b5a0b00d
authored
Agu 18, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: another round of resource ctor removals
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
üst
e2b9531e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
75 deletions
+10
-75
controlwizard.cxx
extensions/source/dbpilots/controlwizard.cxx
+0
-25
controlwizard.hxx
extensions/source/dbpilots/controlwizard.hxx
+0
-2
gridwizard.hxx
extensions/source/dbpilots/gridwizard.hxx
+0
-5
groupboxwiz.hxx
extensions/source/dbpilots/groupboxwiz.hxx
+4
-2
listcombowizard.hxx
extensions/source/dbpilots/listcombowizard.hxx
+4
-4
tabdlg.hxx
include/sfx2/tabdlg.hxx
+0
-1
dlgctrl.hxx
include/svx/dlgctrl.hxx
+0
-4
tabdlg.cxx
sfx2/source/dialog/tabdlg.cxx
+0
-32
unusedcode.easy
unusedcode.easy
+2
-0
No files found.
extensions/source/dbpilots/controlwizard.cxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -46,11 +46,8 @@
...
@@ -46,11 +46,8 @@
#include <tools/urlobj.hxx>
#include <tools/urlobj.hxx>
#include <vcl/layout.hxx>
#include <vcl/layout.hxx>
namespace
dbp
namespace
dbp
{
{
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
awt
;
using
namespace
::
com
::
sun
::
star
::
awt
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
...
@@ -68,9 +65,6 @@ namespace dbp
...
@@ -68,9 +65,6 @@ namespace dbp
using
namespace
::
comphelper
;
using
namespace
::
comphelper
;
using
namespace
::
dbtools
;
using
namespace
::
dbtools
;
//= OAccessRegulator
struct
OAccessRegulator
struct
OAccessRegulator
{
{
friend
class
OControlWizardPage
;
friend
class
OControlWizardPage
;
...
@@ -79,22 +73,6 @@ namespace dbp
...
@@ -79,22 +73,6 @@ namespace dbp
OAccessRegulator
()
{
}
OAccessRegulator
()
{
}
};
};
//= OControlWizardPage
OControlWizardPage
::
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
ResId
&
_rResId
)
:
OControlWizardPage_Base
(
_pParent
,
_rResId
)
,
m_pFormDatasourceLabel
(
NULL
)
,
m_pFormDatasource
(
NULL
)
,
m_pFormContentTypeLabel
(
NULL
)
,
m_pFormContentType
(
NULL
)
,
m_pFormTableLabel
(
NULL
)
,
m_pFormTable
(
NULL
)
{
}
OControlWizardPage
::
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
OControlWizardPage
::
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
:
OControlWizardPage_Base
(
_pParent
,
rID
,
rUIXMLDescription
)
:
OControlWizardPage_Base
(
_pParent
,
rID
,
rUIXMLDescription
)
,
m_pFormDatasourceLabel
(
NULL
)
,
m_pFormDatasourceLabel
(
NULL
)
...
@@ -106,18 +84,15 @@ namespace dbp
...
@@ -106,18 +84,15 @@ namespace dbp
{
{
}
}
OControlWizardPage
::~
OControlWizardPage
()
OControlWizardPage
::~
OControlWizardPage
()
{
{
}
}
OControlWizard
*
OControlWizardPage
::
getDialog
()
OControlWizard
*
OControlWizardPage
::
getDialog
()
{
{
return
static_cast
<
OControlWizard
*
>
(
GetParent
());
return
static_cast
<
OControlWizard
*
>
(
GetParent
());
}
}
const
OControlWizard
*
OControlWizardPage
::
getDialog
()
const
const
OControlWizard
*
OControlWizardPage
::
getDialog
()
const
{
{
return
static_cast
<
OControlWizard
*
>
(
GetParent
());
return
static_cast
<
OControlWizard
*
>
(
GetParent
());
...
...
extensions/source/dbpilots/controlwizard.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -72,9 +72,7 @@ namespace dbp
...
@@ -72,9 +72,7 @@ namespace dbp
void
setFormConnection
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XConnection
>&
_rxConn
,
bool
_bAutoDispose
=
true
);
void
setFormConnection
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XConnection
>&
_rxConn
,
bool
_bAutoDispose
=
true
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XConnection
>
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XConnection
>
getFormConnection
()
const
;
getFormConnection
()
const
;
public
:
public
:
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
ResId
&
_rResId
);
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
OControlWizardPage
(
OControlWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
virtual
~
OControlWizardPage
();
virtual
~
OControlWizardPage
();
...
...
extensions/source/dbpilots/gridwizard.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -68,22 +68,17 @@ namespace dbp
...
@@ -68,22 +68,17 @@ namespace dbp
void
implApplySettings
();
void
implApplySettings
();
};
};
//= OGridPage
//= OGridPage
class
OGridPage
:
public
OControlWizardPage
class
OGridPage
:
public
OControlWizardPage
{
{
public
:
public
:
OGridPage
(
OGridWizard
*
_pParent
,
const
ResId
&
_rId
)
:
OControlWizardPage
(
_pParent
,
_rId
)
{
}
OGridPage
(
OGridWizard
*
_pParent
,
const
OString
&
_rID
,
const
OUString
&
_rUIXMLDescription
)
:
OControlWizardPage
(
_pParent
,
_rID
,
_rUIXMLDescription
)
{
}
OGridPage
(
OGridWizard
*
_pParent
,
const
OString
&
_rID
,
const
OUString
&
_rUIXMLDescription
)
:
OControlWizardPage
(
_pParent
,
_rID
,
_rUIXMLDescription
)
{
}
protected
:
protected
:
OGridSettings
&
getSettings
()
{
return
static_cast
<
OGridWizard
*>
(
getDialog
())
->
getSettings
();
}
OGridSettings
&
getSettings
()
{
return
static_cast
<
OGridWizard
*>
(
getDialog
())
->
getSettings
();
}
};
};
//= OGridFieldsSelection
//= OGridFieldsSelection
class
OGridFieldsSelection
:
public
OGridPage
class
OGridFieldsSelection
:
public
OGridPage
{
{
protected
:
protected
:
...
...
extensions/source/dbpilots/groupboxwiz.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -79,8 +79,10 @@ namespace dbp
...
@@ -79,8 +79,10 @@ namespace dbp
class
OGBWPage
:
public
OControlWizardPage
class
OGBWPage
:
public
OControlWizardPage
{
{
public
:
public
:
OGBWPage
(
OControlWizard
*
_pParent
,
const
ResId
&
_rId
)
:
OControlWizardPage
(
_pParent
,
_rId
)
{
}
OGBWPage
(
OControlWizard
*
_pParent
,
const
OString
&
_rID
,
const
OUString
&
_rUIXMLDescription
)
OGBWPage
(
OControlWizard
*
_pParent
,
const
OString
&
_rID
,
const
OUString
&
_rUIXMLDescription
)
:
OControlWizardPage
(
_pParent
,
_rID
,
_rUIXMLDescription
)
{
}
:
OControlWizardPage
(
_pParent
,
_rID
,
_rUIXMLDescription
)
{
}
protected
:
protected
:
OOptionGroupSettings
&
getSettings
()
{
return
static_cast
<
OGroupBoxWizard
*>
(
getDialog
())
->
getSettings
();
}
OOptionGroupSettings
&
getSettings
()
{
return
static_cast
<
OGroupBoxWizard
*>
(
getDialog
())
->
getSettings
();
}
...
...
extensions/source/dbpilots/listcombowizard.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -82,14 +82,14 @@ namespace dbp
...
@@ -82,14 +82,14 @@ namespace dbp
void
implApplySettings
();
void
implApplySettings
();
};
};
//= OLCPage
//= OLCPage
class
OLCPage
:
public
OControlWizardPage
class
OLCPage
:
public
OControlWizardPage
{
{
public
:
public
:
OLCPage
(
OListComboWizard
*
_pParent
,
const
ResId
&
_rId
)
:
OControlWizardPage
(
_pParent
,
_rId
)
{
}
OLCPage
(
OListComboWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
OLCPage
(
OListComboWizard
*
_pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
:
OControlWizardPage
(
_pParent
,
rID
,
rUIXMLDescription
)
{
}
:
OControlWizardPage
(
_pParent
,
rID
,
rUIXMLDescription
)
{
}
protected
:
protected
:
OListComboSettings
&
getSettings
()
{
return
static_cast
<
OListComboWizard
*>
(
getDialog
())
->
getSettings
();
}
OListComboSettings
&
getSettings
()
{
return
static_cast
<
OListComboWizard
*>
(
getDialog
())
->
getSettings
();
}
...
...
include/sfx2/tabdlg.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -237,7 +237,6 @@ private:
...
@@ -237,7 +237,6 @@ private:
SAL_DLLPRIVATE
void
SetInputSet
(
const
SfxItemSet
*
pNew
)
{
pSet
=
pNew
;
}
SAL_DLLPRIVATE
void
SetInputSet
(
const
SfxItemSet
*
pNew
)
{
pSet
=
pNew
;
}
protected
:
protected
:
SfxTabPage
(
Window
*
pParent
,
const
ResId
&
,
const
SfxItemSet
&
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
rAttrSet
);
SfxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
rAttrSet
);
sal_uInt16
GetSlot
(
sal_uInt16
nWhich
)
const
sal_uInt16
GetSlot
(
sal_uInt16
nWhich
)
const
...
...
include/svx/dlgctrl.hxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -42,10 +42,6 @@ class SvxTabPage : public SfxTabPage
...
@@ -42,10 +42,6 @@ class SvxTabPage : public SfxTabPage
{
{
public
:
public
:
SvxTabPage
(
Window
*
pParent
,
ResId
Id
,
const
SfxItemSet
&
rInAttrs
)
:
SfxTabPage
(
pParent
,
Id
,
rInAttrs
)
{
}
SvxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
&
rAttrSet
)
SvxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
&
rAttrSet
)
:
SfxTabPage
(
pParent
,
rID
,
rUIXMLDescription
,
&
rAttrSet
)
:
SfxTabPage
(
pParent
,
rID
,
rUIXMLDescription
,
&
rAttrSet
)
{
{
...
...
sfx2/source/dialog/tabdlg.cxx
Dosyayı görüntüle @
b5a0b00d
...
@@ -163,24 +163,6 @@ void SfxTabPage::SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::st
...
@@ -163,24 +163,6 @@ void SfxTabPage::SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::st
return
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
();
return
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
();
}
}
SfxTabPage
::
SfxTabPage
(
Window
*
pParent
,
const
ResId
&
rResId
,
const
SfxItemSet
&
rAttrSet
)
:
/* [Description]
Constructor
*/
TabPage
(
pParent
,
rResId
),
pSet
(
&
rAttrSet
),
bHasExchangeSupport
(
false
),
pImpl
(
new
TabPageImpl
)
{
}
SfxTabPage
::
SfxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
rAttrSet
)
SfxTabPage
::
SfxTabPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
rAttrSet
)
:
TabPage
(
pParent
,
rID
,
rUIXMLDescription
)
:
TabPage
(
pParent
,
rID
,
rUIXMLDescription
)
,
pSet
(
rAttrSet
)
,
pSet
(
rAttrSet
)
...
@@ -189,50 +171,36 @@ SfxTabPage::SfxTabPage(Window *pParent, const OString& rID, const OUString& rUIX
...
@@ -189,50 +171,36 @@ SfxTabPage::SfxTabPage(Window *pParent, const OString& rID, const OUString& rUIX
{
{
}
}
SfxTabPage
::~
SfxTabPage
()
SfxTabPage
::~
SfxTabPage
()
/* [Description]
/* [Description]
Destructor
Destructor
*/
*/
{
{
delete
pImpl
;
delete
pImpl
;
}
}
bool
SfxTabPage
::
FillItemSet
(
SfxItemSet
*
rSet
)
bool
SfxTabPage
::
FillItemSet
(
SfxItemSet
*
rSet
)
{
{
return
pImpl
->
maItemConn
.
DoFillItemSet
(
*
rSet
,
GetItemSet
()
);
return
pImpl
->
maItemConn
.
DoFillItemSet
(
*
rSet
,
GetItemSet
()
);
}
}
void
SfxTabPage
::
Reset
(
const
SfxItemSet
*
rSet
)
void
SfxTabPage
::
Reset
(
const
SfxItemSet
*
rSet
)
{
{
pImpl
->
maItemConn
.
DoApplyFlags
(
*
rSet
);
pImpl
->
maItemConn
.
DoApplyFlags
(
*
rSet
);
pImpl
->
maItemConn
.
DoReset
(
*
rSet
);
pImpl
->
maItemConn
.
DoReset
(
*
rSet
);
}
}
void
SfxTabPage
::
ActivatePage
(
const
SfxItemSet
&
)
void
SfxTabPage
::
ActivatePage
(
const
SfxItemSet
&
)
/* [Description]
/* [Description]
Default implementation of the virtual ActivatePage method. This method is
Default implementation of the virtual ActivatePage method. This method is
called when a page of dialogue supports the exchange of data between pages.
called when a page of dialogue supports the exchange of data between pages.
<SfxTabPage::DeactivatePage(SfxItemSet *)>
<SfxTabPage::DeactivatePage(SfxItemSet *)>
*/
*/
{
{
}
}
int
SfxTabPage
::
DeactivatePage
(
SfxItemSet
*
)
int
SfxTabPage
::
DeactivatePage
(
SfxItemSet
*
)
/* [Description]
/* [Description]
...
...
unusedcode.easy
Dosyayı görüntüle @
b5a0b00d
...
@@ -20,6 +20,8 @@ OutputDevice::LogicToPixel(Region const&, MapMode const&) const
...
@@ -20,6 +20,8 @@ OutputDevice::LogicToPixel(Region const&, MapMode const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
OutputDevice::PixelToLogic(Region const&, MapMode const&) const
OutputDevice::PixelToLogic(Region const&, MapMode const&) const
Primitive2dXmlDump::filterActionType(unsigned short, bool)
Primitive2dXmlDump::filterAllActionTypes()
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
ScDBFuncUndo::SetDrawUndoAction(SdrUndoAction*)
ScDBFuncUndo::SetDrawUndoAction(SdrUndoAction*)
ScDocument::AreaBroadcastInRange(ScRange const&, ScHint const&)
ScDocument::AreaBroadcastInRange(ScRange const&, ScHint const&)
...
...
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