Home
last modified time | relevance | path

Searched refs:SetCurrentFunction (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sd/source/ui/view/
H A Ddrviews8.cxx101SetCurrentFunction( FuLine::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
108SetCurrentFunction( FuArea::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
115SetCurrentFunction( FuTransform::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
124SetCurrentFunction( FuChar::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
131SetCurrentFunction( FuParagraph::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
154SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp01()
168SetCurrentFunction( FuBullet::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp01()
175SetCurrentFunction( FuPresentationLayout::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rR… in FuTemp01()
182SetCurrentFunction( FuInsertClipboard::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq… in FuTemp01()
190SetCurrentFunction( FuInsertGraphic::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp01()
[all …]
H A Doutlnvs2.cxx120SetCurrentFunction( FuScale::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
153 SetCurrentFunction( FuZoom::Create(this, GetActiveWindow(), pOlView, GetDoc(), rReq) ); in FuTemporary()
287SetCurrentFunction( FuTemplate::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
297SetCurrentFunction( FuSlideShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
304SetCurrentFunction( FuCustomShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
381SetCurrentFunction( FuBullet::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify()
390SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify()
397SetCurrentFunction( FuThesaurus::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify()
406SetCurrentFunction( FuChar::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporaryModify()
413SetCurrentFunction( FuInsertFile::Create(this, GetActiveWindow(), pOlView, GetDoc(), rReq) ); in FuTemporaryModify()
[all …]
H A Ddrviewse.cxx238 SetCurrentFunction(0); in FuPermanent()
256SetCurrentFunction( FuText::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent()
275SetCurrentFunction( FuConstructUnoControl::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), … in FuPermanent()
400SetCurrentFunction( FuSelection::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent()
460SetCurrentFunction( FuConstructRectangle::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), r… in FuPermanent()
473SetCurrentFunction( FuConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc()… in FuPermanent()
482SetCurrentFunction( FuEditGluePoints::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq,… in FuPermanent()
504SetCurrentFunction( FuConstructArc::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, b… in FuPermanent()
518SetCurrentFunction( FuConstruct3dObject::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rRe… in FuPermanent()
531SetCurrentFunction( FuConstructCustomShape::Create( this, GetActiveWindow(), mpDrawView, GetDoc(),… in FuPermanent()
[all …]
H A Ddrviews6.cxx639SetCurrentFunction( FuSlideShowDlg::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) … in FuTemp04()
646SetCurrentFunction( FuCustomShowDlg::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq )… in FuTemp04()
653SetCurrentFunction( FuExpandPage::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp04()
661SetCurrentFunction( FuSummaryPage::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp04()
H A Ddrviews2.cxx524SetCurrentFunction( FuScale::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemporary()
554SetCurrentFunction( FuVectorize::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemporary()
H A Ddrviewsc.cxx599SetCurrentFunction( FuTemplate::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) ); in FuTemp03()
H A Dviewshel.cxx1452 void ViewShell::SetCurrentFunction( const FunctionReference& xFunction) in SetCurrentFunction() function in sd::ViewShell
H A Doutlnvsh.cxx752SetCurrentFunction( FuOutlineText::Create(this,GetActiveWindow(),pOlView,GetDoc(),rReq) ); in FuPermanent()
/AOO41X/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx62 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 DSlideSorter.hxx188 void SetCurrentFunction (const FunctionReference& rpFunction);
H A DViewShell.hxx275 void SetCurrentFunction(const FunctionReference& xFunction);
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx290 pShell->SetCurrentFunction(xEmpty); in FuPermanent()
296 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
H A DSlideSorterController.cxx169 mrSlideSorter.SetCurrentFunction(CreateSelectionFunction(aRequest)); in Init()