/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 549 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 D | CustomAnimationCreateDialog.hxx | 56 CustomAnimationCreateTabPage* getCurrentPage() const;
|
/trunk/main/sd/source/ui/accessibility/ |
H A D | AccessibleDrawDocumentView.cxx | 130 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 D | AccessibleDocumentViewBase.cxx | 129 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.java | 60 the_page = oObj.getCurrentPage(); in _getCurrentPage() 84 XDrawPage getting = oObj.getCurrentPage(); in _setCurrentPage()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | SdUnoOutlineView.cxx | 136 Reference< drawing::XDrawPage > SAL_CALL SdUnoOutlineView::getCurrentPage (void) in getCurrentPage() function in sd::SdUnoOutlineView 141 SdPage* pPage = mrOutlineViewShell.getCurrentPage(); in getCurrentPage()
|
H A D | SdUnoDrawView.cxx | 440 aValue <<= (const_cast<SdUnoDrawView*>(this))->getCurrentPage(); in getFastPropertyValue() 503 Reference< drawing::XDrawPage > SAL_CALL SdUnoDrawView::getCurrentPage() in getCurrentPage() function in sd::SdUnoDrawView
|
H A D | DrawController.cxx | 398 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 D | fmPropBrw.cxx | 317 ::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 D | PresenterToolBar.hxx | 174 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 D | unowizard.cxx | 386 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 D | wizardshell.hxx | 94 sal_Int16 getCurrentPage() const in getCurrentPage() function in svt::uno::WizardShell
|
/trunk/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterViewShell.cxx | 382 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 D | propbrw.cxx | 251 m_sLastActivePage = getCurrentPage(); in implDetachController() 265 ::rtl::OUString PropBrw::getCurrentPage() const in getCurrentPage() function in rptui::PropBrw
|
H A D | DesignView.cxx | 663 ::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 D | swffilter.cxx | 279 mxSelectedDrawPage = xDrawView->getCurrentPage(); in filter() 357 Reference< XDrawPage > rCurrentPage = rDrawView->getCurrentPage(); in ExportAsMultipleFiles()
|
/trunk/main/sd/source/ui/inc/taskpane/ |
H A D | ToolPanelViewShell.hxx | 89 virtual SdPage* getCurrentPage (void) const;
|
/trunk/main/svx/source/inc/ |
H A D | fmPropBrw.hxx | 83 ::rtl::OUString getCurrentPage() const;
|
/trunk/main/sd/source/ui/inc/ |
H A D | SdUnoOutlineView.hxx | 84 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
|
H A D | SdUnoSlideView.hxx | 87 getCurrentPage (void)
|
H A D | SlideSorterViewShell.hxx | 80 virtual SdPage* getCurrentPage() const;
|
H A D | OutlineViewShell.hxx | 93 virtual SdPage* getCurrentPage() const;
|
H A D | SdUnoDrawView.hxx | 84 virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage (void)
|
H A D | SlideViewShell.hxx | 98 virtual SdPage* getCurrentPage() const;
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | XDrawView.idl | 63 com::sun::star::drawing::XDrawPage getCurrentPage();
|