Home
last modified time | relevance | path

Searched refs:rAction (Results 1 – 25 of 34) sorted by path

12

/trunk/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx87 MtfAction( const ActionSharedPtr& rAction, in MtfAction()
89 mpAction( rAction ), in MtfAction()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2742 void operator()( const ::cppcanvas::internal::ImplRenderer::MtfAction& rAction ) in operator ()() argument
2746 mbRet &= rAction.mpAction->render( maTransformation ); in operator ()()
2749 void operator()( const ::cppcanvas::internal::ImplRenderer::MtfAction& rAction, in operator ()() argument
2754 mbRet &= rAction.mpAction->render( maTransformation, in operator ()()
2777 void operator()( const ::cppcanvas::internal::ImplRenderer::MtfAction& rAction ) in operator ()() argument
2779 maBounds.expand( rAction.mpAction->getBounds( maTransformation ) ); in operator ()()
2782 void operator()( const ::cppcanvas::internal::ImplRenderer::MtfAction& rAction, in operator ()() argument
2785 maBounds.expand( rAction.mpAction->getBounds( maTransformation, in operator ()()
/trunk/main/cui/source/inc/
H A Dtreeopt.hxx333 sal_Bool DispatchAction( const rtl::OUString& rAction );
/trunk/main/cui/source/options/
H A Dtreeopt.cxx2750 sal_Bool ExtensionsTabPage::DispatchAction( const rtl::OUString& rAction ) in DispatchAction() argument
2757 … bRet = m_xEventHdl->callHandlerMethod( m_xPage, makeAny( rAction ), C2U("external_event") ); in DispatchAction()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1475 const MetaTextLineAction& rAction, in proccessMetaTextLineAction() argument
1479 const double fLineWidth(fabs((double)rAction.GetWidth())); in proccessMetaTextLineAction()
1483 …xtLine aOverlineMode(drawinglayer::primitive2d::mapFontUnderlineToTextLine(rAction.GetOverline())); in proccessMetaTextLineAction()
1484 …Line aUnderlineMode(drawinglayer::primitive2d::mapFontUnderlineToTextLine(rAction.GetUnderline())); in proccessMetaTextLineAction()
1485 …aTextStrikeout(drawinglayer::primitive2d::mapFontStrikeoutToTextStrikeout(rAction.GetStrikeout())); in proccessMetaTextLineAction()
1506 aTextTransform.translate(rAction.GetStartPoint().X(), rAction.GetStartPoint().Y()); in proccessMetaTextLineAction()
/trunk/main/sc/inc/
H A Dchgtrack.hxx61 void Update( const ScChangeAction& rAction );
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx3355 sal_Bool ScChangeTrack::MergeIgnore( const ScChangeAction& rAction, sal_uLong nFirstMerge ) in MergeIgnore() argument
3357 if ( rAction.IsRejected() ) in MergeIgnore()
3360 if ( rAction.IsRejecting() && rAction.GetRejectAction() >= nFirstMerge ) in MergeIgnore()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx361 const ScChangeAction& rAction,
385 const ScChangeAction& rAction,
473 const ScChangeActionContent& rAction,
499 const ScChangeAction& rAction,
522 const ScChangeAction& rAction,
546 const ScChangeActionMove& rAction,
565 XclExpChTr0x014A( const XclExpChTrInsert& rAction );
623 void PushActionRecord( const ScChangeAction& rAction );
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx525 const ScChangeAction& rAction, in XclExpChTrAction() argument
529 sUsername( rAction.GetUser() ), in XclExpChTrAction()
530 aDateTime( rAction.GetDateTime() ), in XclExpChTrAction()
533 bAccepted( rAction.IsAccepted() ), in XclExpChTrAction()
559 const ScChangeAction& rAction, in AddDependentContents() argument
830 const ScChangeAction& rAction, in XclExpChTrInsert() argument
838 switch( rAction.GetType() ) in XclExpChTrInsert()
903 const ScChangeAction& rAction, in XclExpChTrInsertTab() argument
940 const ScChangeActionMove& rAction, in XclExpChTrMoveRange() argument
996 XclExpChTrInsert( rAction ) in XclExpChTr0x014A()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dviewutil.hxx56 static sal_Bool IsActionShown( const ScChangeAction& rAction,
/trunk/main/sc/source/ui/view/
H A Doutput.cxx90 void ScActionColorChanger::Update( const ScChangeAction& rAction ) in Update() argument
93 switch (rAction.GetType()) in Update()
116 if ( rAction.GetUser() != aLastUserName ) in Update()
118 aLastUserName = rAction.GetUser(); in Update()
H A Dviewutil.cxx153 sal_Bool ScViewUtil::IsActionShown( const ScChangeAction& rAction, in IsActionShown() argument
160 if ( !rSettings.IsShowRejected() && rAction.IsRejecting() ) in IsActionShown()
163 if ( !rSettings.IsShowAccepted() && rAction.IsAccepted() && !rAction.IsRejecting() ) in IsActionShown()
172 if ( !pTrack || rAction.GetUser() == pTrack->GetUser() ) in IsActionShown()
175 else if ( rAction.GetUser() != rSettings.GetTheAuthorToShow() ) in IsActionShown()
181 String aComStr=rAction.GetComment(); in IsActionShown()
183 rAction.GetDescription( aComStr, &rDocument ); in IsActionShown()
191 if ( !rSettings.GetTheRangeList().Intersects( rAction.GetBigRange().MakeRange() ) ) in IsActionShown()
196 DateTime aDateTime = rAction.GetDateTime(); in IsActionShown()
226 rAction.GetActionNumber() ) in IsActionShown()
[all …]
/trunk/main/sd/source/ui/inc/
H A DView.hxx149 sal_Int8& rAction, const Point& rPos,
151 SdrMediaObj* InsertMediaURL( const rtl::OUString& rMediaURL, sal_Int8& rAction,
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx86 SdrGrafObj* View::InsertGraphic( const Graphic& rGraphic, sal_Int8& rAction, in InsertGraphic() argument
90 mnAction = rAction; in InsertGraphic()
280 rAction = mnAction; in InsertGraphic()
287 SdrMediaObj* View::InsertMediaURL( const rtl::OUString& rMediaURL, sal_Int8& rAction, in InsertMediaURL() argument
291 mnAction = rAction; in InsertMediaURL()
353 rAction = mnAction; in InsertMediaURL()
/trunk/main/sdext/source/presenter/
H A DPresenterFrameworkObserver.cxx45 const Action& rAction) in PresenterFrameworkObserver() argument
49 maAction(rAction) in PresenterFrameworkObserver()
70 rAction(maPredicate()); in PresenterFrameworkObserver()
87 const Action& rAction) in RunOnResourceActivation() argument
93 rAction); in RunOnResourceActivation()
101 const Action& rAction) in RunOnUpdateEnd() argument
107 rAction); in RunOnUpdateEnd()
H A DPresenterFrameworkObserver.hxx69 const Action& rAction);
72 const Action& rAction);
102 const Action& rAction);
H A DPresenterSlideSorter.cxx118 void ForAllVisibleSlides (const ::boost::function<void(sal_Int32)>& rAction);
1564 …esenterSlideSorter::Layout::ForAllVisibleSlides (const ::boost::function<void(sal_Int32)>& rAction) in ForAllVisibleSlides() argument
1573 rAction(nSlideIndex); in ForAllVisibleSlides()
/trunk/main/sfx2/source/sidebar/
H A DAsynchronousCall.cxx40 AsynchronousCall::AsynchronousCall (const Action& rAction) in AsynchronousCall() argument
41 : maAction(rAction), in AsynchronousCall()
57 void AsynchronousCall::RequestCall (const Action& rAction) in RequestCall() argument
60 maAction = rAction; in RequestCall()
H A DAsynchronousCall.hxx39 AsynchronousCall (const Action& rAction);
42 void RequestCall (const Action& rAction);
/trunk/main/slideshow/source/engine/
H A Deffectrewinder.cxx53 RewinderEventHandler (const Action& rAction) : maAction(rAction) {} in RewinderEventHandler() argument
66 RewinderAnimationEventHandler (const Action& rAction) : maAction(rAction) {} in RewinderAnimationEventHandler() argument
/trunk/main/svl/source/undo/
H A Dundo.cxx1226 MarkedUndoAction& rAction = m_pData->pUndoArray->aUndoActions[i]; in RemoveMark() local
1227 for ( ::std::vector< UndoStackMark >::iterator markPos = rAction.aMarks.begin(); in RemoveMark()
1228 markPos != rAction.aMarks.end(); in RemoveMark()
1234 rAction.aMarks.erase( markPos ); in RemoveMark()
1256 const MarkedUndoAction& rAction = in HasTopUndoActionMark() local
1258 for ( ::std::vector< UndoStackMark >::const_iterator markPos = rAction.aMarks.begin(); in HasTopUndoActionMark()
1259 markPos != rAction.aMarks.end(); in HasTopUndoActionMark()
/trunk/main/svtools/source/misc/
H A Dehdl.cxx50 const String &rAction) // Actiontext in aWndFunc() argument
98 String aAction(rAction); in aWndFunc()
/trunk/main/svtools/workben/
H A Dbrowser.cxx129 virtual void EndDragging( const DropAction &rAction );
387 void Browser::EndDragging( const DropAction &rAction ) in EndDragging() argument
/trunk/main/tools/inc/tools/
H A Derrinf.hxx189 Window *, sal_uInt16 nMask, const String &rErr, const String &rAction); typedef
192 const String &rErr, const String &rAction); typedef
/trunk/main/tools/source/ref/
H A Derrinf.cxx209 static void aDspFunc(const String &rErr, const String &rAction) in aDspFunc() argument
212 aErr+= ByteString( rAction, RTL_TEXTENCODING_ASCII_US ); in aDspFunc()

Completed in 148 milliseconds

12