Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx385 WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot ); in lcl_translateUnoStateToItem()
388 if ( ( _nSlot != SID_CUT ) in lcl_translateUnoStateToItem()
389 && ( _nSlot != SID_COPY ) in lcl_translateUnoStateToItem()
390 && ( _nSlot != SID_PASTE ) in lcl_translateUnoStateToItem()
404 if ( _nSlot == SID_ATTR_PARA_SCRIPTSPACE ) in lcl_translateUnoStateToItem()
797 bool FmTextControlShell::executeClipboardSlot( SfxSlotId _nSlot ) in executeClipboardSlot() argument
803 switch ( _nSlot ) in executeClipboardSlot()
810 if ( SID_CUT == _nSlot ) in executeClipboardSlot()
1342 void FmTextControlShell::Invalidate( SfxSlotId _nSlot ) in Invalidate() argument
1344 m_rBindings.Invalidate( _nSlot ); in Invalidate()
[all …]
H A Dfmshimp.cxx1854 bool FmXFormShell::IsFormSlotEnabled( sal_Int32 _nSlot, FeatureState* _pCompleteState ) in IsFormSlotEnabled() argument
1857 lcl_isNavigationRelevant( _nSlot ) in IsFormSlotEnabled()
1862 return rController->isEnabled( _nSlot ); in IsFormSlotEnabled()
1864 rController->getState( _nSlot, *_pCompleteState ); in IsFormSlotEnabled()
1869 void FmXFormShell::ExecuteFormSlot( sal_Int32 _nSlot ) in ExecuteFormSlot() argument
1872 lcl_isNavigationRelevant( _nSlot ) in ExecuteFormSlot()
1876 rController->execute( _nSlot ); in ExecuteFormSlot()
1878 if ( _nSlot == SID_FM_RECORD_UNDO ) in ExecuteFormSlot()
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx122 ,sal_uInt16 _nSlot in DBG_NAME()
127 ,m_nSlot(_nSlot) in DBG_NAME()
229 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() argument
235 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo()
268 OGroupSectionUndo::OGroupSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OGroupSectionUndo() argument
274 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OGroupSectionUndo()
/trunk/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx64 ,sal_uInt16 _nSlot
89 ,sal_uInt16 _nSlot
116 ,sal_uInt16 _nSlot
/trunk/main/svx/source/inc/
H A Dfmtextcontrolshell.hxx158 virtual void Invalidate( SfxSlotId _nSlot );
164 bool executeClipboardSlot( SfxSlotId _nSlot );
173 SfxSlotId _nSlot
H A Dfmslotinvalidator.hxx42 virtual void Invalidate( SfxSlotId _nSlot ) = 0;
H A Dfmshimp.hxx543 void ExecuteFormSlot( sal_Int32 _nSlot );
547 …bool IsFormSlotEnabled( sal_Int32 _nSlot, ::com::sun::star::form::runtime::FeatureState* _pComp…
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx76 bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) in QueryState() argument
84 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()

Completed in 54 milliseconds