Home
last modified time | relevance | path

Searched refs:rSlot (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dmacro.cxx62 const SfxSlot& rSlot, // der <SfxSlot>, der das Statement abspielen kann in SfxMacroStatement() argument
115 : nSlotId( rSlot.GetSlotId() ), in SfxMacroStatement()
121 if ( !rSlot.pName ) in SfxMacroStatement()
219 GenerateNameAndArgs_Impl( SfxRequest::GetRecordingMacro(), rSlot, bRequestDone, aArgs); in SfxMacroStatement()
227 const SfxSlot& rSlot, // der <SfxSlot>, der das Statement abspielen kann in SfxMacroStatement() argument
241 : nSlotId( rSlot.GetSlotId() ), in SfxMacroStatement()
248 GenerateNameAndArgs_Impl( SfxRequest::GetRecordingMacro(), rSlot, bRequestDone, aArgs); in SfxMacroStatement()
318 const SfxSlot& rSlot, // der Slot, der das Statement abspielen kann in GenerateNameAndArgs_Impl() argument
333 && rSlot.pName[0] != '.' ) in GenerateNameAndArgs_Impl()
337 aStatement += String( rtl::OStringToOUString( rSlot.pName, RTL_TEXTENCODING_UTF8)); in GenerateNameAndArgs_Impl()
[all …]
H A Ddispatch.cxx224 int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool bR… in Call_Impl() argument
236 if ( rSlot.IsMode(SFX_SLOT_FASTCALL) || rShell.CanExecuteSlot_Impl(rSlot) ) in Call_Impl()
258 if ( bRecord && xRecorder.is() && !rSlot.IsMode(SFX_SLOT_NORECORD) ) in Call_Impl()
259 rReq.Record_Impl( rShell, rSlot, xRecorder, GetFrame() ); in Call_Impl()
265 sal_Bool bAutoUpdate = rSlot.IsMode(SFX_SLOT_AUTOUPDATE); in Call_Impl()
280 aCmd += rSlot.GetUnoName(); in Call_Impl()
284 SfxExecFunc pFunc = rSlot.GetExecFnc(); in Call_Impl()
311 const SfxSlot* pSlave = rSlot.GetLinkedSlot(); in Call_Impl()
315 while (!pBindings->IsBound(pSlave->GetSlotId()) && pSlave != &rSlot ) in Call_Impl()
322 pBindings->Invalidate(rSlot.GetSlotId()); in Call_Impl()
[all …]
H A Dshell.cxx858 bool SfxShell::CanExecuteSlot_Impl( const SfxSlot &rSlot ) in CanExecuteSlot_Impl() argument
868 const sal_uInt16 nId = rSlot.GetWhich( rPool ); in CanExecuteSlot_Impl()
870 SfxStateFunc pFunc = rSlot.GetStateFnc(); in CanExecuteSlot_Impl()
H A Drequest.cxx412 const SfxSlot& rSlot, // der <SfxSlot>, der den Request ausgef"uhrt hat in Record_Impl() argument
429 pImp->pSlot = &rSlot; in Record_Impl()
/trunk/main/sfx2/source/inc/
H A Dslotserv.hxx37 SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell );
51 inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): in SfxSlotServer() argument
52 _pSlot( &rSlot), in SfxSlotServer()
/trunk/main/sfx2/inc/
H A Dmacro.hxx49 const SfxSlot &rSlot,
58 const SfxSlot &rSlot,
65 const SfxSlot &rSlot,
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx120 …SAL_DLLPRIVATE int Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool b…
136 void _Execute( SfxShell &rShell, const SfxSlot &rSlot,
H A Drequest.hxx62 SAL_DLLPRIVATE void Record_Impl( SfxShell &rSh, const SfxSlot &rSlot,
H A Dshell.hxx277 SAL_DLLPRIVATE bool CanExecuteSlot_Impl( const SfxSlot &rSlot );
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1434 String PPDParser::getSlotCommand( const String& rSlot ) const in getSlotCommand()
1442 if( pValue->m_aOption == rSlot ) in getSlotCommand()