Home
last modified time | relevance | path

Searched refs:xConfigItem (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Dmailmergetoolbarcontrols.cxx193 xConfigItem = pView->GetMailMergeConfigItem(); in IMPL_LINK()
195 if (!xConfigItem) in IMPL_LINK()
202 xConfigItem->MoveResultSet(nEntry); in IMPL_LINK()
216 xConfigItem = pView->GetMailMergeConfigItem(); in statusChanged()
218 if (!xConfigItem || !rEvent.IsEnabled) in statusChanged()
264 xConfigItem = pView->GetMailMergeConfigItem(); in IMPL_STATIC_LINK()
266 if (xConfigItem) in IMPL_STATIC_LINK()
267 xConfigItem->ExcludeRecord(xConfigItem->GetResultSetPosition(), rCheckbox.IsChecked()); in IMPL_STATIC_LINK()
278 xConfigItem = pView->GetMailMergeConfigItem(); in statusChanged()
280 if (!xConfigItem || !rEvent.IsEnabled) in statusChanged()
[all …]
H A Ddbmgr.cxx3252 std::shared_ptr<SwMailMergeConfigItem> xConfigItem = pView->GetMailMergeConfigItem(); in PerformMailMerge() local
3253 if (!xConfigItem) in PerformMailMerge()
3254 return xConfigItem; in PerformMailMerge()
3257 aDescriptor.setDataSource(xConfigItem->GetCurrentDBData().sDataSource); in PerformMailMerge()
3259 aDescriptor[ svx::DataAccessDescriptorProperty::Cursor ] <<= xConfigItem->GetResultSet(); in PerformMailMerge()
3265 xConfigItem->SetTargetView(nullptr); in PerformMailMerge()
3268 aMergeDesc.pMailMergeConfigItem = xConfigItem.get(); in PerformMailMerge()
3272 return xConfigItem; in PerformMailMerge()
3283 if (xConfigItem) in RevokeLastRegistrations()
3285 xConfigItem->DisposeResultSet(); in RevokeLastRegistrations()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dmmresultdialogs.cxx268 assert(xConfigItem); in SwMMResultSaveDialog()
376 assert(xConfigItem); in FillInPrinterSettings()
398 assert(xConfigItem); in FillInEmailSettings()
443 …Sequence< OUString> aAssignment = xConfigItem->GetColumnAssignment(xConfigItem->GetCurrentDBData()… in FillInEmailSettings()
553 assert(xConfigItem); in IMPL_LINK_NOARG()
569 if (!xConfigItem->GetTargetView()) in IMPL_LINK_NOARG()
744 assert(xConfigItem); in IMPL_LINK()
780 assert(xConfigItem); in IMPL_LINK_NOARG()
796 if(!xConfigItem->GetTargetView()) in IMPL_LINK_NOARG()
897 assert(xConfigItem); in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Dmailmergetoolbarcontrols.cxx297 xConfigItem = pView->GetMailMergeConfigItem(); in IMPL_LINK()
299 if (!xConfigItem) in IMPL_LINK()
306 xConfigItem->MoveResultSet(nEntry); in IMPL_LINK()
321 xConfigItem = pView->GetMailMergeConfigItem(); in statusChanged()
323 if (!xConfigItem || !rEvent.IsEnabled) in statusChanged()
366 xConfigItem = pView->GetMailMergeConfigItem(); in IMPL_STATIC_LINK()
368 if (xConfigItem) in IMPL_STATIC_LINK()
369 xConfigItem->ExcludeRecord(xConfigItem->GetResultSetPosition(), rCheckbox.get_active()); in IMPL_STATIC_LINK()
380 xConfigItem = pView->GetMailMergeConfigItem(); in statusChanged()
382 if (!xConfigItem || !rEvent.IsEnabled) in statusChanged()
[all …]
H A Ddbmgr.cxx3206 std::shared_ptr<SwMailMergeConfigItem> xConfigItem = pView->GetMailMergeConfigItem(); in PerformMailMerge() local
3207 if (!xConfigItem) in PerformMailMerge()
3208 return xConfigItem; in PerformMailMerge()
3211 aDescriptor.setDataSource(xConfigItem->GetCurrentDBData().sDataSource); in PerformMailMerge()
3213 aDescriptor[ svx::DataAccessDescriptorProperty::Cursor ] <<= xConfigItem->GetResultSet(); in PerformMailMerge()
3219 xConfigItem->SetTargetView(nullptr); in PerformMailMerge()
3222 aMergeDesc.pMailMergeConfigItem = xConfigItem.get(); in PerformMailMerge()
3226 return xConfigItem; in PerformMailMerge()
3238 if (xConfigItem) in RevokeLastRegistrations()
3240 xConfigItem->DisposeResultSet(); in RevokeLastRegistrations()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dmmresultdialogs.cxx267 assert(xConfigItem); in SwMMResultSaveDialog()
367 assert(xConfigItem); in FillInPrinterSettings()
388 assert(xConfigItem); in FillInEmailSettings()
428 …Sequence< OUString> aAssignment = xConfigItem->GetColumnAssignment(xConfigItem->GetCurrentDBData()… in FillInEmailSettings()
526 assert(xConfigItem); in IMPL_LINK_NOARG()
527 if (!xConfigItem->GetTargetView()) in IMPL_LINK_NOARG()
714 assert(xConfigItem); in IMPL_LINK()
750 assert(xConfigItem); in IMPL_LINK_NOARG()
751 if(!xConfigItem->GetTargetView()) in IMPL_LINK_NOARG()
849 assert(xConfigItem); in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dapphdl.cxx175 if (!xConfigItem) in StateOther()
177 else if (xConfigItem->GetConnection().is() in StateOther()
212 if (!xConfigItem || in StateOther()
213 !xConfigItem->GetConnection().is() || in StateOther()
214 xConfigItem->GetConnection()->isClosed() || in StateOther()
215 !xConfigItem->GetResultSet().is() || in StateOther()
752 if (!xConfigItem) in ExecOther()
756 = xConfigItem->GetConnection().is() && !xConfigItem->GetConnection()->isClosed(); in ExecOther()
811 if (xConfigItem && xConfigItem->GetTargetView()) in ExecOther()
820 if(!xConfigItem) in ExecOther()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dapphdl.cxx174 if (!xConfigItem) in StateOther()
176 else if (xConfigItem->GetConnection().is() in StateOther()
211 if (!xConfigItem || in StateOther()
212 !xConfigItem->GetConnection().is() || in StateOther()
213 xConfigItem->GetConnection()->isClosed() || in StateOther()
214 !xConfigItem->GetResultSet().is() || in StateOther()
735 if (!xConfigItem) in ExecOther()
739 = xConfigItem->GetConnection().is() && !xConfigItem->GetConnection()->isClosed(); in ExecOther()
794 if (xConfigItem && xConfigItem->GetTargetView()) in ExecOther()
803 if(!xConfigItem) in ExecOther()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duivwimp.hxx103 xConfigItem; member in SwView_Impl
137 xConfigItem = rItem; in SetMailMergeConfigItem()
139 …std::shared_ptr<SwMailMergeConfigItem> const & GetMailMergeConfigItem() const {return xConfigItem;} in GetMailMergeConfigItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duivwimp.hxx103 xConfigItem; member in SwView_Impl
137 xConfigItem = rItem; in SetMailMergeConfigItem()
139 …std::shared_ptr<SwMailMergeConfigItem> const & GetMailMergeConfigItem() const {return xConfigItem;} in GetMailMergeConfigItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Duivwimp.cxx78 xConfigItem.reset(); in ~SwView_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Duivwimp.cxx83 xConfigItem.reset(); in ~SwView_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog44546 the existing SwMailMergeConfig item 'xConfigItem'
44552 new settings to 'xConfigItem' from the global
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog306595 the existing SwMailMergeConfig item 'xConfigItem'
306601 new settings to 'xConfigItem' from the global