Home
last modified time | relevance | path

Searched refs:FunctionReference (Results 1 – 25 of 113) sorted by relevance

12345

/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx269 FunctionReference GetOldFunction() const { return mxOldFunction; } in GetOldFunction()
271 FunctionReference GetCurrentFunction() const { return mxCurrentFunction; } in GetCurrentFunction()
275 void SetCurrentFunction(const FunctionReference& xFunction);
276 void SetOldFunction(const FunctionReference& xFunction);
502 FunctionReference mxCurrentFunction;
503 FunctionReference mxOldFunction;
H A Dfuinsert.hxx37 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
59 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
80 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
100 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
H A DDrawDocShell.hxx116 ::sd::FunctionReference GetDocShellFunction() const { return mxDocShellFunction; } in GetDocShellFunction()
117 void SetDocShellFunction( const ::sd::FunctionReference& xFunction );
218 ::sd::FunctionReference mxDocShellFunction;
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx120 FunctionReference FuInsertGraphic::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
122 FunctionReference xFunc( new FuInsertGraphic( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
205 FunctionReference FuInsertClipboard::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pV… in Create()
207 FunctionReference xFunc( new FuInsertClipboard( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
283 FunctionReference FuInsertOLE::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
285 FunctionReference xFunc( new FuInsertOLE( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
729 FunctionReference FuInsertAVMedia::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
731 FunctionReference xFunc( new FuInsertAVMedia( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfulink.cxx66 FunctionReference FuLink::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
68 FunctionReference xFunc( new FuLink( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconnct.cxx58 FunctionReference FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
60 FunctionReference xFunc( new FuConnectionDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfucushow.cxx63 FunctionReference FuCustomShowDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
65 FunctionReference xFunc( new FuCustomShowDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfumeasur.cxx57 FunctionReference FuMeasureDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create()
59 FunctionReference xFunc( new FuMeasureDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutxtatt.cxx58 FunctionReference FuTextAttrDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create()
60 FunctionReference xFunc( new FuTextAttrDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuarea.cxx61 FunctionReference FuArea::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDra… in Create()
63 FunctionReference xFunc( new FuArea( pViewSh, pWin, _pView, pDoc, rReq ) ); in Create()
H A Dfuline.cxx70 FunctionReference FuLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
72 FunctionReference xFunc( new FuLine( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuvect.cxx70 FunctionReference FuVectorize::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
72 FunctionReference xFunc( new FuVectorize( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuchar.cxx66 FunctionReference FuChar::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
68 FunctionReference xFunc( new FuChar( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfudspord.cxx80 FunctionReference FuDisplayOrder::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView… in Create()
82 FunctionReference xFunc( new FuDisplayOrder( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusearch.cxx81 FunctionReference FuSearch::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDr… in Create()
83 FunctionReference xFunc( new FuSearch( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutransf.cxx59 FunctionReference FuTransform::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
61 FunctionReference xFunc( new FuTransform( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfulinend.cxx65 FunctionReference FuLineEnd::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdD… in Create()
67 FunctionReference xFunc( new FuLineEnd( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuparagr.cxx69 FunctionReference FuParagraph::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
71 FunctionReference xFunc( new FuParagraph( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuscale.cxx76 FunctionReference FuScale::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDra… in Create()
78 FunctionReference xFunc( new FuScale( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuthes.cxx79 FunctionReference FuThesaurus::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
81 FunctionReference xFunc( new FuThesaurus( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconuno.cxx75 FunctionReference FuConstructUnoControl::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View… in Create()
78 FunctionReference xFunc( pFunc = new FuConstructUnoControl( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx1354 FunctionReference xFunc( GetCurrentFunction() ); in ExecReq()
1452 void ViewShell::SetCurrentFunction( const FunctionReference& xFunction) in SetCurrentFunction()
1456 FunctionReference xTemp( mxCurrentFunction ); in SetCurrentFunction()
1460 void ViewShell::SetOldFunction(const FunctionReference& xFunction) in SetOldFunction()
1465 FunctionReference xTemp( mxOldFunction ); in SetOldFunction()
1476 FunctionReference xTemp( mxCurrentFunction ); in Cancel()
1500 FunctionReference xTemp( mxCurrentFunction ); in DeactivateCurrentFunction()
1509 FunctionReference xTemp( mxCurrentFunction ); in DisposeFunctions()
1517 FunctionReference xTemp( mxOldFunction ); in DisposeFunctions()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx215FunctionReference aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindo… in Execute()
225FunctionReference aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindo… in Execute()
248 void DrawDocShell::SetDocShellFunction( const ::sd::FunctionReference& xFunction ) in SetDocShellFunction()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx61 void SetCurrentFunction (const FunctionReference& rpFunction);
72 FunctionReference mpCurrentFunction;
559 void SlideSorter::SetCurrentFunction (const FunctionReference& rpFunction) in SetCurrentFunction()
620 void ContentWindow::SetCurrentFunction (const FunctionReference& rpFunction) in SetCurrentFunction()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsHideSlideFunction.cxx65 FunctionReference HideSlideFunction::Create ( in Create()
69 FunctionReference xFunc( new HideSlideFunction( rSlideSorter, rRequest ) ); in Create()

Completed in 101 milliseconds

12345