| /AOO41X/main/sd/source/ui/view/ |
| H A D | drviews8.cxx | 101 … SetCurrentFunction( FuLine::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 108 … SetCurrentFunction( FuArea::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 115 … SetCurrentFunction( FuTransform::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 124 … SetCurrentFunction( FuChar::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 131 … SetCurrentFunction( FuParagraph::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 154 …SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp01() 168 … SetCurrentFunction( FuBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01() 175 …SetCurrentFunction( FuPresentationLayout::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rR… in FuTemp01() 182 …SetCurrentFunction( FuInsertClipboard::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq… in FuTemp01() 190 …SetCurrentFunction( FuInsertGraphic::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp01() [all …]
|
| H A D | outlnvs2.cxx | 120 … SetCurrentFunction( FuScale::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary() 153 SetCurrentFunction( FuZoom::Create(this, GetActiveWindow(), pOlView, GetDoc(), rReq) ); in FuTemporary() 287 … SetCurrentFunction( FuTemplate::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary() 297 … SetCurrentFunction( FuSlideShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary() 304 … SetCurrentFunction( FuCustomShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary() 381 … SetCurrentFunction( FuBullet::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify() 390 … SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify() 397 … SetCurrentFunction( FuThesaurus::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify() 406 … SetCurrentFunction( FuChar::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify() 413 … SetCurrentFunction( FuInsertFile::Create(this, GetActiveWindow(), pOlView, GetDoc(), rReq) ); in FuTemporaryModify() [all …]
|
| H A D | drviewse.cxx | 238 SetCurrentFunction(0); in FuPermanent() 256 … SetCurrentFunction( FuText::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent() 275 …SetCurrentFunction( FuConstructUnoControl::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), … in FuPermanent() 400 … SetCurrentFunction( FuSelection::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent() 460 …SetCurrentFunction( FuConstructRectangle::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), r… in FuPermanent() 473 …SetCurrentFunction( FuConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc()… in FuPermanent() 482 …SetCurrentFunction( FuEditGluePoints::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq,… in FuPermanent() 504 …SetCurrentFunction( FuConstructArc::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, b… in FuPermanent() 518 …SetCurrentFunction( FuConstruct3dObject::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rRe… in FuPermanent() 531 …SetCurrentFunction( FuConstructCustomShape::Create( this, GetActiveWindow(), mpDrawView, GetDoc(),… in FuPermanent() [all …]
|
| H A D | drviews6.cxx | 639 …SetCurrentFunction( FuSlideShowDlg::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) … in FuTemp04() 646 …SetCurrentFunction( FuCustomShowDlg::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp04() 653 … SetCurrentFunction( FuExpandPage::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp04() 661 …SetCurrentFunction( FuSummaryPage::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp04()
|
| H A D | drviews2.cxx | 524 … SetCurrentFunction( FuScale::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemporary() 554 … SetCurrentFunction( FuVectorize::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemporary()
|
| H A D | drviewsc.cxx | 599 … SetCurrentFunction( FuTemplate::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp03()
|
| H A D | viewshel.cxx | 1452 void ViewShell::SetCurrentFunction( const FunctionReference& xFunction) in SetCurrentFunction() function in sd::ViewShell
|
| H A D | outlnvsh.cxx | 752 … SetCurrentFunction( FuOutlineText::Create(this,GetActiveWindow(),pOlView,GetDoc(),rReq) ); in FuPermanent()
|
| /AOO41X/main/sd/source/ui/slidesorter/shell/ |
| H A D | SlideSorter.cxx | 62 void SetCurrentFunction (const FunctionReference& rpFunction); 560 void SlideSorter::SetCurrentFunction (const FunctionReference& rpFunction) in SetCurrentFunction() function in sd::slidesorter::SlideSorter 564 GetViewShell()->SetCurrentFunction(rpFunction); in SetCurrentFunction() 571 pWindow->SetCurrentFunction(rpFunction); in SetCurrentFunction() 621 void ContentWindow::SetCurrentFunction (const FunctionReference& rpFunction) in SetCurrentFunction() function in sd::slidesorter::__anon9f25f6e80211::ContentWindow
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | SlideSorter.hxx | 188 void SetCurrentFunction (const FunctionReference& rpFunction);
|
| H A D | ViewShell.hxx | 275 void SetCurrentFunction(const FunctionReference& xFunction);
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsSlotManager.cxx | 290 pShell->SetCurrentFunction(xEmpty); in FuPermanent() 296 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
|
| H A D | SlideSorterController.cxx | 169 mrSlideSorter.SetCurrentFunction(CreateSelectionFunction(aRequest)); in Init()
|