Home
last modified time | relevance | path

Searched refs:getCurrentPage (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx549 getCurrentPage()->setDuration( mfDuration ); in CustomAnimationCreateDialog()
550 getCurrentPage()->setIsPreview( mbIsPreview ); in CustomAnimationCreateDialog()
576 pOptions->SetPreviewNewEffects( getCurrentPage()->getIsPreview() ); in ~CustomAnimationCreateDialog()
590 CustomAnimationCreateTabPage* CustomAnimationCreateDialog::getCurrentPage() const in getCurrentPage() function in sd::CustomAnimationCreateDialog
606 return getCurrentPage()->getCreatePathKind(); in getCreatePathKind()
611 return getCurrentPage()->getSelectedPreset(); in getSelectedPreset()
616 return getCurrentPage()->getDuration(); in getSelectedDuration()
621 getCurrentPage()->setDuration( mfDuration ); in IMPL_LINK()
622 getCurrentPage()->setIsPreview( mbIsPreview ); in IMPL_LINK()
628 mfDuration = getCurrentPage()->getDuration(); in IMPL_LINK()
[all …]
H A DCustomAnimationCreateDialog.hxx56 CustomAnimationCreateTabPage* getCurrentPage() const;
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx130 xView->getCurrentPage(), uno::UNO_QUERY); in Init()
180 uno::Reference<beans::XPropertySet> (xView->getCurrentPage(), uno::UNO_QUERY)); in CreateDrawPageShape()
219 xView->getCurrentPage(), this, maShapeTreeInfo); in CreateDrawPageShape()
369 xView->getCurrentPage(), uno::UNO_QUERY)); in propertyChange()
1094 uno::Reference<beans::XPropertySet> xProperties (xView->getCurrentPage(), UNO_QUERY); in UpdateAccessibleName()
H A DAccessibleDocumentViewBase.cxx129 xView->getCurrentPage(), uno::UNO_QUERY); in Init()
865 sDisplay = pDrViewSh->getCurrentPage()->GetName(); in getExtendedAttributes()
874 …sValue += String::CreateFromInt32((sal_Int16)((sal_uInt16)((pDrViewSh->getCurrentPage()->GetPageNu… in getExtendedAttributes()
918 SdPage* pCurrPge = pPresViewSh->getCurrentPage(); in getExtendedAttributes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XDrawView.java60 the_page = oObj.getCurrentPage(); in _getCurrentPage()
84 XDrawPage getting = oObj.getCurrentPage(); in _setCurrentPage()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoOutlineView.cxx136 Reference< drawing::XDrawPage > SAL_CALL SdUnoOutlineView::getCurrentPage (void) in getCurrentPage() function in sd::SdUnoOutlineView
141 SdPage* pPage = mrOutlineViewShell.getCurrentPage(); in getCurrentPage()
H A DSdUnoDrawView.cxx440 aValue <<= (const_cast<SdUnoDrawView*>(this))->getCurrentPage(); in getFastPropertyValue()
503 Reference< drawing::XDrawPage > SAL_CALL SdUnoDrawView::getCurrentPage() in getCurrentPage() function in sd::SdUnoDrawView
H A DDrawController.cxx398 Reference< drawing::XDrawPage > SAL_CALL DrawController::getCurrentPage (void) in getCurrentPage() function in sd::DrawController
407 xPage = mxSubController->getCurrentPage(); in getCurrentPage()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx317 ::rtl::OUString FmPropBrw::getCurrentPage() const in getCurrentPage() function in FmPropBrw
340 m_sLastActivePage = getCurrentPage(); in implDetachController()
516 rInfo.aExtraString = getCurrentPage(); in FillInfo()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.hxx174 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
289 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
/trunk/main/svtools/source/uno/wizard/
H A Dunowizard.cxx386 if ( i_PageID == pWizardImpl->getCurrentPage() ) in enablePage()
429 Reference< XWizardPage > SAL_CALL Wizard::getCurrentPage( ) throw (RuntimeException) in getCurrentPage() function in svt::uno::Wizard
H A Dwizardshell.hxx94 sal_Int16 getCurrentPage() const in getCurrentPage() function in svt::uno::WizardShell
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx382 SdPage* SlideSorterViewShell::getCurrentPage(void) const in getCurrentPage() function in sd::slidesorter::SlideSorterViewShell
668 pMainViewShell->getCurrentPage()); in ReadFrameViewData()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx251 m_sLastActivePage = getCurrentPage(); in implDetachController()
265 ::rtl::OUString PropBrw::getCurrentPage() const in getCurrentPage() function in rptui::PropBrw
H A DDesignView.cxx663 ::rtl::OUString ODesignView::getCurrentPage() const in getCurrentPage() function in rptui::ODesignView
665 return m_pPropWin ? m_pPropWin->getCurrentPage() : ::rtl::OUString(); in getCurrentPage()
/trunk/main/filter/source/flash/
H A Dswffilter.cxx279 mxSelectedDrawPage = xDrawView->getCurrentPage(); in filter()
357 Reference< XDrawPage > rCurrentPage = rDrawView->getCurrentPage(); in ExportAsMultipleFiles()
/trunk/main/sd/source/ui/inc/taskpane/
H A DToolPanelViewShell.hxx89 virtual SdPage* getCurrentPage (void) const;
/trunk/main/svx/source/inc/
H A DfmPropBrw.hxx83 ::rtl::OUString getCurrentPage() const;
/trunk/main/sd/source/ui/inc/
H A DSdUnoOutlineView.hxx84 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
H A DSdUnoSlideView.hxx87 getCurrentPage (void)
H A DSlideSorterViewShell.hxx80 virtual SdPage* getCurrentPage() const;
H A DOutlineViewShell.hxx93 virtual SdPage* getCurrentPage() const;
H A DSdUnoDrawView.hxx84 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
H A DSlideViewShell.hxx98 virtual SdPage* getCurrentPage() const;
/trunk/main/offapi/com/sun/star/drawing/
H A DXDrawView.idl63 com::sun::star::drawing::XDrawPage getCurrentPage();

Completed in 95 milliseconds

123