Lines Matching refs:SfxRequest

69 	SfxRequest*			pAnti;		 // Owner wegen sterbendem Pool
87 SfxRequest_Impl( SfxRequest *pOwner ) in SfxRequest_Impl()
132 SfxRequest::~SfxRequest() in ~SfxRequest()
149 SfxRequest::SfxRequest in SfxRequest() function in SfxRequest
151 const SfxRequest& rOrig in SfxRequest()
182 SfxRequest::SfxRequest in SfxRequest() function in SfxRequest
216 pImp->xRecorder = SfxRequest::GetMacroRecorder( pViewFrame ); in SfxRequest()
232 SfxRequest::SfxRequest in SfxRequest() function in SfxRequest
257 SfxRequest::SfxRequest in SfxRequest() function in SfxRequest
283 SfxRequest::SfxRequest in SfxRequest() function in SfxRequest
309 sal_uInt16 SfxRequest::GetCallMode() const in GetCallMode()
316 sal_Bool SfxRequest::IsSynchronCall() const in IsSynchronCall()
323 void SfxRequest::SetSynchronCall( sal_Bool bSynchron ) in SetSynchronCall()
331 void SfxRequest::SetInternalArgs_Impl( const SfxAllItemSet& rArgs ) in SetInternalArgs_Impl()
337 const SfxItemSet* SfxRequest::GetInternalArgs_Impl() const in GetInternalArgs_Impl()
409 void SfxRequest::Record_Impl in Record_Impl()
437 void SfxRequest::SetArgs( const SfxAllItemSet& rArgs ) in SetArgs()
446 void SfxRequest::AppendItem(const SfxPoolItem &rItem) in AppendItem()
455 void SfxRequest::RemoveItem( sal_uInt16 nID ) in RemoveItem()
467 const SfxPoolItem* SfxRequest::GetArg in GetArg()
479 const SfxPoolItem* SfxRequest::GetItem in GetItem()
549 void SfxRequest::SetReturnValue(const SfxPoolItem &rItem) in SetReturnValue()
559 const SfxPoolItem* SfxRequest::GetReturnValue() const in GetReturnValue()
566 void SfxRequest::Done in Done()
633 void SfxRequest::Done( sal_Bool bRelease ) in Done()
643 void SfxRequest::ForgetAllArgs() in ForgetAllArgs()
651 sal_Bool SfxRequest::IsCancelled() const in IsCancelled()
658 void SfxRequest::Cancel() in Cancel()
675 void SfxRequest::Ignore() in Ignore()
698 void SfxRequest::Done_Impl in Done_Impl()
796 SfxRequest aReq( pImp->pViewFrame, nSlotId ); in Done_Impl()
812 sal_Bool SfxRequest::IsDone() const in IsDone()
837 SfxMacro* SfxRequest::GetRecordingMacro() in GetRecordingMacro()
851 com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > SfxRequest::GetMacroReco… in GetMacroRecorder()
880 sal_Bool SfxRequest::HasMacroRecorder( SfxViewFrame* pView ) in HasMacroRecorder()
888 sal_Bool SfxRequest::IsAPI() const in IsAPI()
903 bool SfxRequest::IsRecording() const in IsRecording()
919 void SfxRequest::SetModifier( sal_uInt16 nModi ) in SetModifier()
925 sal_uInt16 SfxRequest::GetModifier() const in GetModifier()
932 void SfxRequest::SetTarget( const String &rTarget ) in SetTarget()
956 void SfxRequest::AllowRecording( sal_Bool bSet ) in AllowRecording()
961 sal_Bool SfxRequest::AllowsRecording() const in AllowsRecording()
970 void SfxRequest::ReleaseArgs() in ReleaseArgs()