Lines Matching refs:rSlot
62 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()
338 if ( rSlot.IsMode(SFX_SLOT_METHOD) ) in GenerateNameAndArgs_Impl()
445 if ( rSlot.IsMode(SFX_SLOT_METHOD) ) in GenerateNameAndArgs_Impl()