Searched refs:_nSlot (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 385 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 D | fmshimp.cxx | 1854 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()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 121 ,sal_uInt16 _nSlot in DBG_NAME() 126 ,m_nSlot(_nSlot) in DBG_NAME() 228 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() argument 234 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo() 267 OGroupSectionUndo::OGroupSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OGroupSectionUndo() argument 273 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OGroupSectionUndo()
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 64 ,sal_uInt16 _nSlot 89 ,sal_uInt16 _nSlot 116 ,sal_uInt16 _nSlot
|
/aoo4110/main/svx/source/inc/ |
H A D | fmtextcontrolshell.hxx | 158 virtual void Invalidate( SfxSlotId _nSlot ); 164 bool executeClipboardSlot( SfxSlotId _nSlot ); 173 SfxSlotId _nSlot
|
H A D | fmslotinvalidator.hxx | 42 virtual void Invalidate( SfxSlotId _nSlot ) = 0;
|
H A D | fmshimp.hxx | 543 void ExecuteFormSlot( sal_Int32 _nSlot ); 547 …bool IsFormSlotEnabled( sal_Int32 _nSlot, ::com::sun::star::form::runtime::FeatureState* _pComp…
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 76 bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) in QueryState() argument 84 SfxItemState nState = pDisp->QueryState( _nSlot, pItem ); in QueryState()
|
Completed in 140 milliseconds