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
668408fa
Kaydet (Commit)
668408fa
authored
May 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix accidental mis-uses of VclPtr address-of operator
Change-Id: I3a82423378d3198a25f90ddfbf42af55d85c96fb
üst
66854d69
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
88 additions
and
9 deletions
+88
-9
dlgname.cxx
cui/source/dialogs/dlgname.cxx
+2
-2
AppSwapWindow.cxx
dbaccess/source/ui/app/AppSwapWindow.cxx
+1
-1
fwktabwindow.cxx
framework/source/classes/fwktabwindow.cxx
+1
-1
CellLineStyleControl.cxx
sc/source/ui/sidebar/CellLineStyleControl.cxx
+1
-1
filectrl.cxx
svtools/source/control/filectrl.cxx
+1
-1
TextCharacterSpacingControl.cxx
svx/source/sidebar/text/TextCharacterSpacingControl.cxx
+1
-1
TextUnderlineControl.cxx
svx/source/sidebar/text/TextUnderlineControl.cxx
+1
-1
htmlexport-swobjects.patch
sw/htmlexport-swobjects.patch
+79
-0
mailconfigpage.cxx
sw/source/ui/config/mailconfigpage.cxx
+1
-1
No files found.
cui/source/dialogs/dlgname.cxx
Dosyayı görüntüle @
668408fa
...
@@ -41,7 +41,7 @@ SvxNameDialog::SvxNameDialog( vcl::Window* pWindow, const OUString& rName, const
...
@@ -41,7 +41,7 @@ SvxNameDialog::SvxNameDialog( vcl::Window* pWindow, const OUString& rName, const
pFtDescription
->
SetText
(
rDesc
);
pFtDescription
->
SetText
(
rDesc
);
pEdtName
->
SetText
(
rName
);
pEdtName
->
SetText
(
rName
);
pEdtName
->
SetSelection
(
Selection
(
SELECTION_MIN
,
SELECTION_MAX
));
pEdtName
->
SetSelection
(
Selection
(
SELECTION_MIN
,
SELECTION_MAX
));
ModifyHdl
(
&
pEdtName
);
ModifyHdl
(
pEdtName
.
get
()
);
pEdtName
->
SetModifyHdl
(
LINK
(
this
,
SvxNameDialog
,
ModifyHdl
));
pEdtName
->
SetModifyHdl
(
LINK
(
this
,
SvxNameDialog
,
ModifyHdl
));
}
}
...
@@ -82,7 +82,7 @@ SvxObjectNameDialog::SvxObjectNameDialog(
...
@@ -82,7 +82,7 @@ SvxObjectNameDialog::SvxObjectNameDialog(
// activate name
// activate name
pEdtName
->
SetSelection
(
Selection
(
SELECTION_MIN
,
SELECTION_MAX
));
pEdtName
->
SetSelection
(
Selection
(
SELECTION_MIN
,
SELECTION_MAX
));
ModifyHdl
(
&
pEdtName
);
ModifyHdl
(
pEdtName
.
get
()
);
pEdtName
->
SetModifyHdl
(
LINK
(
this
,
SvxObjectNameDialog
,
ModifyHdl
));
pEdtName
->
SetModifyHdl
(
LINK
(
this
,
SvxObjectNameDialog
,
ModifyHdl
));
}
}
...
...
dbaccess/source/ui/app/AppSwapWindow.cxx
Dosyayı görüntüle @
668408fa
...
@@ -118,7 +118,7 @@ void OApplicationSwapWindow::clearSelection()
...
@@ -118,7 +118,7 @@ void OApplicationSwapWindow::clearSelection()
SvxIconChoiceCtrlEntry
*
pEntry
=
m_aIconControl
->
GetSelectedEntry
(
nPos
);
SvxIconChoiceCtrlEntry
*
pEntry
=
m_aIconControl
->
GetSelectedEntry
(
nPos
);
if
(
pEntry
)
if
(
pEntry
)
m_aIconControl
->
InvalidateEntry
(
pEntry
);
m_aIconControl
->
InvalidateEntry
(
pEntry
);
m_aIconControl
->
GetClickHdl
().
Call
(
&
m_aIconControl
);
m_aIconControl
->
GetClickHdl
().
Call
(
m_aIconControl
.
get
()
);
}
}
void
OApplicationSwapWindow
::
createIconAutoMnemonics
(
MnemonicGenerator
&
_rMnemonics
)
void
OApplicationSwapWindow
::
createIconAutoMnemonics
(
MnemonicGenerator
&
_rMnemonics
)
...
...
framework/source/classes/fwktabwindow.cxx
Dosyayı görüntüle @
668408fa
...
@@ -338,7 +338,7 @@ FwkTabPage* FwkTabWindow::AddTabPage( sal_Int32 nIndex, const uno::Sequence< bea
...
@@ -338,7 +338,7 @@ FwkTabPage* FwkTabWindow::AddTabPage( sal_Int32 nIndex, const uno::Sequence< bea
void
FwkTabWindow
::
ActivatePage
(
sal_Int32
nIndex
)
void
FwkTabWindow
::
ActivatePage
(
sal_Int32
nIndex
)
{
{
m_aTabCtrl
->
SetCurPageId
(
static_cast
<
sal_uInt16
>
(
nIndex
)
);
m_aTabCtrl
->
SetCurPageId
(
static_cast
<
sal_uInt16
>
(
nIndex
)
);
ActivatePageHdl
(
&
m_aTabCtrl
);
ActivatePageHdl
(
m_aTabCtrl
.
get
()
);
}
}
void
FwkTabWindow
::
RemovePage
(
sal_Int32
nIndex
)
void
FwkTabWindow
::
RemovePage
(
sal_Int32
nIndex
)
...
...
sc/source/ui/sidebar/CellLineStyleControl.cxx
Dosyayı görüntüle @
668408fa
...
@@ -118,7 +118,7 @@ void CellLineStyleControl::SetAllNoSel()
...
@@ -118,7 +118,7 @@ void CellLineStyleControl::SetAllNoSel()
IMPL_LINK
(
CellLineStyleControl
,
VSSelectHdl
,
void
*
,
pControl
)
IMPL_LINK
(
CellLineStyleControl
,
VSSelectHdl
,
void
*
,
pControl
)
{
{
if
(
pControl
==
&
maCellLineStyleValueSet
)
if
(
pControl
==
maCellLineStyleValueSet
.
get
()
)
{
{
const
sal_uInt16
iPos
(
maCellLineStyleValueSet
->
GetSelectItemId
());
const
sal_uInt16
iPos
(
maCellLineStyleValueSet
->
GetSelectItemId
());
SvxLineItem
aLineItem
(
SID_FRAME_LINESTYLE
);
SvxLineItem
aLineItem
(
SID_FRAME_LINESTYLE
);
...
...
svtools/source/control/filectrl.cxx
Dosyayı görüntüle @
668408fa
...
@@ -246,7 +246,7 @@ void FileControl::ImplBrowseFile( )
...
@@ -246,7 +246,7 @@ void FileControl::ImplBrowseFile( )
if
(
aObj
.
GetProtocol
()
==
INetProtocol
::
File
)
if
(
aObj
.
GetProtocol
()
==
INetProtocol
::
File
)
aNewText
=
aObj
.
PathToFileName
();
aNewText
=
aObj
.
PathToFileName
();
SetText
(
aNewText
);
SetText
(
aNewText
);
maEdit
->
GetModifyHdl
().
Call
(
&
maEdit
);
maEdit
->
GetModifyHdl
().
Call
(
maEdit
.
get
()
);
}
}
}
}
}
}
...
...
svx/source/sidebar/text/TextCharacterSpacingControl.cxx
Dosyayı görüntüle @
668408fa
...
@@ -308,7 +308,7 @@ IMPL_LINK(TextCharacterSpacingControl, VSSelHdl, void *, pControl)
...
@@ -308,7 +308,7 @@ IMPL_LINK(TextCharacterSpacingControl, VSSelHdl, void *, pControl)
{
{
mnLastCus
=
SPACING_CLOSE_BY_CLICK_ICON
;
mnLastCus
=
SPACING_CLOSE_BY_CLICK_ICON
;
if
(
pControl
==
&
maVSSpacing
)
if
(
pControl
==
maVSSpacing
.
get
()
)
{
{
sal_uInt16
iPos
=
maVSSpacing
->
GetSelectItemId
();
sal_uInt16
iPos
=
maVSSpacing
->
GetSelectItemId
();
short
nKern
=
0
;
short
nKern
=
0
;
...
...
svx/source/sidebar/text/TextUnderlineControl.cxx
Dosyayı görüntüle @
668408fa
...
@@ -214,7 +214,7 @@ void TextUnderlineControl::Rearrange(FontUnderline eLine)
...
@@ -214,7 +214,7 @@ void TextUnderlineControl::Rearrange(FontUnderline eLine)
IMPL_LINK
(
TextUnderlineControl
,
VSSelectHdl
,
void
*
,
pControl
)
IMPL_LINK
(
TextUnderlineControl
,
VSSelectHdl
,
void
*
,
pControl
)
{
{
if
(
pControl
==
&
maVSUnderline
)
if
(
pControl
==
maVSUnderline
.
get
()
)
{
{
const
sal_uInt16
iPos
=
maVSUnderline
->
GetSelectItemId
();
const
sal_uInt16
iPos
=
maVSUnderline
->
GetSelectItemId
();
const
FontUnderline
eUnderline
=
(
iPos
==
0
)
const
FontUnderline
eUnderline
=
(
iPos
==
0
)
...
...
sw/htmlexport-swobjects.patch
0 → 100644
Dosyayı görüntüle @
668408fa
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 23cdef1..69803cd 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -15,23 +15,48 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlexport, \
sw/qa/extras/htmlexport/htmlexport \
))
+$(eval $(call gb_CppunitTest_set_componentfile,sw_htmlexport,sw/util/sw))
+
+$(eval $(call gb_CppunitTest_use_library_objects,sw_htmlexport,sw))
+
$(eval $(call gb_CppunitTest_use_libraries,sw_htmlexport, \
+ $(call gb_Helper_optional,AVMEDIA,avmedia) \
+ basegfx \
comphelper \
cppu \
cppuhelper \
+ drawinglayer \
+ editeng \
i18nlangtag \
+ i18nutil \
+ lng \
sal \
- sw \
+ salhelper \
+ sax \
+ sb \
+ sfx \
+ sot \
+ svl \
+ svt \
+ svx \
+ svxcore \
test \
+ tk \
tl \
+ ucbhelper \
unotest \
utl \
+ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
+ vbahelper) \
vcl \
+ xmlreader \
+ xo \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_htmlexport,\
boost_headers \
+ icuuc \
libxml2 \
))
@@ -71,7 +96,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\
sc/util/scfilt \
package/util/package2 \
sax/source/expatwrap/expwrap \
- sw/util/sw \
sw/util/swd \
sw/util/msword \
sfx2/util/sfx \
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index 2db20ef..d9a8d15 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -32,6 +32,12 @@ public:
m_eUnit(FUNIT_NONE)
{}
+ void setUp() SAL_OVERRIDE
+ {
+ SwModelTestBase::setUp();
+ SwGlobals::ensure();
+ }
+
private:
bool mustCalcLayoutOf(const char* filename) SAL_OVERRIDE
{
sw/source/ui/config/mailconfigpage.cxx
Dosyayı görüntüle @
668408fa
...
@@ -191,7 +191,7 @@ void SwMailConfigPage::Reset( const SfxItemSet* /*rSet*/ )
...
@@ -191,7 +191,7 @@ void SwMailConfigPage::Reset( const SfxItemSet* /*rSet*/ )
m_pReplyToED
->
SetText
(
m_pConfigItem
->
GetMailReplyTo
())
;
m_pReplyToED
->
SetText
(
m_pConfigItem
->
GetMailReplyTo
())
;
m_pReplyToCB
->
Check
(
m_pConfigItem
->
IsMailReplyTo
());
m_pReplyToCB
->
Check
(
m_pConfigItem
->
IsMailReplyTo
());
m_pReplyToCB
->
GetClickHdl
().
Call
(
&
m_pReplyToCB
);
m_pReplyToCB
->
GetClickHdl
().
Call
(
m_pReplyToCB
.
get
()
);
m_pServerED
->
SetText
(
m_pConfigItem
->
GetMailServer
());
m_pServerED
->
SetText
(
m_pConfigItem
->
GetMailServer
());
m_pPortNF
->
SetValue
(
m_pConfigItem
->
GetMailPort
());
m_pPortNF
->
SetValue
(
m_pConfigItem
->
GetMailPort
());
...
...
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