doesn't need to be a LINK
This commit is contained in:
@@ -247,7 +247,7 @@ IMPL_LINK( SwFormatTablePage, AutoClickHdl, CheckBox *, pBox )
|
|||||||
}
|
}
|
||||||
else if( ( RadioButton * ) pBox == &aFreeBtn )
|
else if( ( RadioButton * ) pBox == &aFreeBtn )
|
||||||
{
|
{
|
||||||
RightModifyHdl(&aRightMF);
|
RightModify();
|
||||||
bLeftEnable = sal_True;
|
bLeftEnable = sal_True;
|
||||||
bWidthEnable = sal_True;
|
bWidthEnable = sal_True;
|
||||||
bOthers = sal_False;
|
bOthers = sal_False;
|
||||||
@@ -276,7 +276,7 @@ IMPL_LINK( SwFormatTablePage, AutoClickHdl, CheckBox *, pBox )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------*/
|
||||||
IMPL_LINK( SwFormatTablePage, RightModifyHdl, MetricField *, EMPTYARG )
|
void SwFormatTablePage::RightModify()
|
||||||
{
|
{
|
||||||
if(aFreeBtn.IsChecked())
|
if(aFreeBtn.IsChecked())
|
||||||
{
|
{
|
||||||
@@ -291,14 +291,13 @@ IMPL_LINK( SwFormatTablePage, RightModifyHdl, MetricField *, EMPTYARG )
|
|||||||
aRightMF.Enable(!bEnable);
|
aRightMF.Enable(!bEnable);
|
||||||
aRightFT.Enable(!bEnable);
|
aRightFT.Enable(!bEnable);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
IMPL_LINK_INLINE_START( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit )
|
IMPL_LINK_INLINE_START( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit )
|
||||||
{
|
{
|
||||||
if( &aRightMF == pEdit)
|
if( &aRightMF == pEdit)
|
||||||
RightModifyHdl(pEdit);
|
RightModify();
|
||||||
ModifyHdl( pEdit );
|
ModifyHdl( pEdit );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@@ -89,7 +89,7 @@ class SwFormatTablePage : public SfxTabPage
|
|||||||
|
|
||||||
DECL_LINK( AutoClickHdl, CheckBox * );
|
DECL_LINK( AutoClickHdl, CheckBox * );
|
||||||
DECL_LINK( RelWidthClickHdl, CheckBox * );
|
DECL_LINK( RelWidthClickHdl, CheckBox * );
|
||||||
DECL_LINK( RightModifyHdl, MetricField * );
|
void RightModify();
|
||||||
DECL_LINK( UpDownLoseFocusHdl, MetricField * );
|
DECL_LINK( UpDownLoseFocusHdl, MetricField * );
|
||||||
|
|
||||||
using TabPage::ActivatePage;
|
using TabPage::ActivatePage;
|
||||||
|
@@ -208,7 +208,6 @@ HeaderBar::SetHelpId(unsigned short, rtl::OString const&)
|
|||||||
HeaderBar::SetHelpText(unsigned short, String const&)
|
HeaderBar::SetHelpText(unsigned short, String const&)
|
||||||
IconChoiceDialog::RemoveResetButton()
|
IconChoiceDialog::RemoveResetButton()
|
||||||
IconChoiceDialog::RemoveTabPage(unsigned short)
|
IconChoiceDialog::RemoveTabPage(unsigned short)
|
||||||
ImageAryData::ImageAryData()
|
|
||||||
ImageButton::ImageButton(unsigned short)
|
ImageButton::ImageButton(unsigned short)
|
||||||
ImageList::Clear()
|
ImageList::Clear()
|
||||||
ImageList::GetImageIds(std::vector<unsigned short, std::allocator<unsigned short> >&) const
|
ImageList::GetImageIds(std::vector<unsigned short, std::allocator<unsigned short> >&) const
|
||||||
@@ -217,7 +216,6 @@ ImageList::ReplaceImage(rtl::OUString const&, rtl::OUString const&)
|
|||||||
ImageList::ReplaceImage(unsigned short, Image const&)
|
ImageList::ReplaceImage(unsigned short, Image const&)
|
||||||
ImageMap::GetBoundRect() const
|
ImageMap::GetBoundRect() const
|
||||||
ImpBitmap::ImplDestroy()
|
ImpBitmap::ImplDestroy()
|
||||||
ImpDefaultMapper::ImpDefaultMapper(com::sun::star::uno::Reference<com::sun::star::beans::XPropertyState>&)
|
|
||||||
ImpSvMEdit::SetInsertMode(unsigned char)
|
ImpSvMEdit::SetInsertMode(unsigned char)
|
||||||
ImpSvtData::~ImpSvtData()
|
ImpSvtData::~ImpSvtData()
|
||||||
ImplBorderWindow::ImplBorderWindow(Window*, long, unsigned short, com::sun::star::uno::Any const&)
|
ImplBorderWindow::ImplBorderWindow(Window*, long, unsigned short, com::sun::star::uno::Any const&)
|
||||||
@@ -251,7 +249,6 @@ LineInfo::isDashDotOrFatLineUsed() const
|
|||||||
LineListBox::GetEntryDistance(unsigned short) const
|
LineListBox::GetEntryDistance(unsigned short) const
|
||||||
LineListBox::GetEntryLine1(unsigned short) const
|
LineListBox::GetEntryLine1(unsigned short) const
|
||||||
LineListBox::GetEntryLine2(unsigned short) const
|
LineListBox::GetEntryLine2(unsigned short) const
|
||||||
LinguMgr::UpdateAll()
|
|
||||||
LinkStructArr::DeleteAndDestroy(unsigned short, unsigned short)
|
LinkStructArr::DeleteAndDestroy(unsigned short, unsigned short)
|
||||||
LngSvcMgr::RemoveLngSvcEvtBroadcaster(com::sun::star::uno::Reference<com::sun::star::linguistic2::XLinguServiceEventBroadcaster> const&)
|
LngSvcMgr::RemoveLngSvcEvtBroadcaster(com::sun::star::uno::Reference<com::sun::star::linguistic2::XLinguServiceEventBroadcaster> const&)
|
||||||
LocaleDataWrapper::getCollatorImplementations() const
|
LocaleDataWrapper::getCollatorImplementations() const
|
||||||
@@ -1160,10 +1157,8 @@ SwDestroyList::Insert(SwSectionFrm* const&, unsigned short&)
|
|||||||
SwDestroyList::Insert(SwSectionFrm* const*, unsigned short)
|
SwDestroyList::Insert(SwSectionFrm* const*, unsigned short)
|
||||||
SwDestroyList::Remove(SwSectionFrm* const&, unsigned short)
|
SwDestroyList::Remove(SwSectionFrm* const&, unsigned short)
|
||||||
SwDoc::LinkStubDoUpdateAllCharts(void*, void*)
|
SwDoc::LinkStubDoUpdateAllCharts(void*, void*)
|
||||||
SwEditShell::SetFixFields(unsigned char, DateTime const*)
|
|
||||||
SwFilterDetect::impl_createFactory(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
|
SwFilterDetect::impl_createFactory(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
|
||||||
SwFldDataOnlyDlgWrapper::GetChildWindowId()
|
SwFldDataOnlyDlgWrapper::GetChildWindowId()
|
||||||
SwFormatTablePage::LinkStubRightModifyHdl(void*, void*)
|
|
||||||
SwFrameControlsManager::GetControls(FrameControlType)
|
SwFrameControlsManager::GetControls(FrameControlType)
|
||||||
SwGlblDocContents::Insert(SwGlblDocContent* const&, unsigned short&)
|
SwGlblDocContents::Insert(SwGlblDocContent* const&, unsigned short&)
|
||||||
SwGlblDocContents::Insert(SwGlblDocContent* const*, unsigned short)
|
SwGlblDocContents::Insert(SwGlblDocContent* const*, unsigned short)
|
||||||
|
Reference in New Issue
Block a user