Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmtextcontrolshell.cxx352 WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot ); in lcl_translateUnoStateToItem()
355 if ( ( _nSlot != SID_CUT ) in lcl_translateUnoStateToItem()
356 && ( _nSlot != SID_COPY ) in lcl_translateUnoStateToItem()
357 && ( _nSlot != SID_PASTE ) in lcl_translateUnoStateToItem()
371 if ( _nSlot == SID_ATTR_PARA_SCRIPTSPACE ) in lcl_translateUnoStateToItem()
752 switch ( _nSlot ) in executeClipboardSlot()
759 if ( SID_CUT == _nSlot ) in executeClipboardSlot()
1243 aFeatureURL.Complete = lcl_getUnoSlotName( _nSlot ); in implGetFeatureDispatcher()
1264 void FmTextControlShell::Invalidate( SfxSlotId _nSlot ) in Invalidate() argument
1266 m_rBindings.Invalidate( _nSlot ); in Invalidate()
[all …]
H A Dfmshimp.cxx1731 bool FmXFormShell::IsFormSlotEnabled( sal_Int32 _nSlot, FeatureState* _pCompleteState ) in IsFormSlotEnabled() argument
1734 lcl_isNavigationRelevant( _nSlot ) in IsFormSlotEnabled()
1739 return rController->isEnabled( _nSlot ); in IsFormSlotEnabled()
1741 rController->getState( _nSlot, *_pCompleteState ); in IsFormSlotEnabled()
1746 void FmXFormShell::ExecuteFormSlot_Lock( sal_Int32 _nSlot ) in ExecuteFormSlot_Lock() argument
1749 lcl_isNavigationRelevant( _nSlot ) in ExecuteFormSlot_Lock()
1753 rController->execute( _nSlot ); in ExecuteFormSlot_Lock()
1755 if ( _nSlot != SID_FM_RECORD_UNDO ) in ExecuteFormSlot_Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmtextcontrolshell.cxx356 WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot ); in lcl_translateUnoStateToItem()
359 if ( ( _nSlot != SID_CUT ) in lcl_translateUnoStateToItem()
360 && ( _nSlot != SID_COPY ) in lcl_translateUnoStateToItem()
361 && ( _nSlot != SID_PASTE ) in lcl_translateUnoStateToItem()
375 if ( _nSlot == SID_ATTR_PARA_SCRIPTSPACE ) in lcl_translateUnoStateToItem()
756 switch ( _nSlot ) in executeClipboardSlot()
763 if ( SID_CUT == _nSlot ) in executeClipboardSlot()
1249 aFeatureURL.Complete = lcl_getUnoSlotName( _nSlot ); in implGetFeatureDispatcher()
1270 void FmTextControlShell::Invalidate( SfxSlotId _nSlot ) in Invalidate() argument
1272 m_rBindings.Invalidate( _nSlot ); in Invalidate()
[all …]
H A Dfmshimp.cxx1747 bool FmXFormShell::IsFormSlotEnabled( sal_Int32 _nSlot, FeatureState* _pCompleteState ) in IsFormSlotEnabled() argument
1750 lcl_isNavigationRelevant( _nSlot ) in IsFormSlotEnabled()
1755 return rController->isEnabled( _nSlot ); in IsFormSlotEnabled()
1757 rController->getState( _nSlot, *_pCompleteState ); in IsFormSlotEnabled()
1762 void FmXFormShell::ExecuteFormSlot_Lock( sal_Int32 _nSlot ) in ExecuteFormSlot_Lock() argument
1765 lcl_isNavigationRelevant( _nSlot ) in ExecuteFormSlot_Lock()
1769 rController->execute( _nSlot ); in ExecuteFormSlot_Lock()
1771 if ( _nSlot == SID_FM_RECORD_UNDO ) in ExecuteFormSlot_Lock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/misc/
H A DRptUndo.cxx114 ,sal_uInt16 _nSlot in OSectionUndo() argument
119 ,m_nSlot(_nSlot) in OSectionUndo()
214 OReportModel& _rMod, sal_uInt16 _nSlot, in OReportSectionUndo() argument
217 : OSectionUndo(_rMod, _nSlot, _eAction, nullptr) in OReportSectionUndo()
249 OReportModel& _rMod, sal_uInt16 _nSlot, in OGroupSectionUndo() argument
252 : OSectionUndo(_rMod, _nSlot, _eAction, pCommentID) in OGroupSectionUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/misc/
H A DRptUndo.cxx114 ,sal_uInt16 _nSlot in OSectionUndo() argument
119 ,m_nSlot(_nSlot) in OSectionUndo()
214 OReportModel& _rMod, sal_uInt16 _nSlot, in OReportSectionUndo() argument
217 : OSectionUndo(_rMod, _nSlot, _eAction, nullptr) in OReportSectionUndo()
249 OReportModel& _rMod, sal_uInt16 _nSlot, in OGroupSectionUndo() argument
252 : OSectionUndo(_rMod, _nSlot, _eAction, pCommentID) in OGroupSectionUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DRptUndo.hxx56 ,sal_uInt16 _nSlot
79 ,sal_uInt16 _nSlot
102 ,sal_uInt16 _nSlot
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DRptUndo.hxx55 ,sal_uInt16 _nSlot
78 ,sal_uInt16 _nSlot
101 ,sal_uInt16 _nSlot
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmtextcontrolshell.hxx136 void Invalidate( SfxSlotId _nSlot );
149 void executeClipboardSlot( SfxSlotId _nSlot );
158 SfxSlotId _nSlot
H A Dfmshimp.hxx515 SAL_DLLPRIVATE void ExecuteFormSlot_Lock(sal_Int32 _nSlot);
519 …SAL_DLLPRIVATE bool IsFormSlotEnabled( sal_Int32 _nSlot, css::form::runtime::FeatureState* _pCo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmtextcontrolshell.hxx137 void Invalidate( SfxSlotId _nSlot );
150 void executeClipboardSlot( SfxSlotId _nSlot );
159 SfxSlotId _nSlot
H A Dfmshimp.hxx519 SAL_DLLPRIVATE void ExecuteFormSlot_Lock(sal_Int32 _nSlot);
523 …SAL_DLLPRIVATE bool IsFormSlotEnabled( sal_Int32 _nSlot, css::form::runtime::FeatureState* _pCo…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dsecuritypage.cxx47 bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) in QueryState() argument
55 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dsecuritypage.cxx46 bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) in QueryState() argument
54 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()