Home
last modified time | relevance | path

Searched refs:pFirstPage (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx3059 SdrPage* pFirstPage = rModel.GetMasterSdPage(0, PK_STANDARD); in CalculateHandoutAreas() local
3060 if ( pFirstPage ) in CalculateHandoutAreas()
3063 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); in CalculateHandoutAreas()
3065 aSize.Height() = (long)(fScale * pFirstPage->GetHgt() ); in CalculateHandoutAreas()
3068 fScale = (double)aPartArea.Height() / (double)pFirstPage->GetHgt(); in CalculateHandoutAreas()
3070 aSize.Width() = (long)(fScale * pFirstPage->GetWdt()); in CalculateHandoutAreas()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx828 SdPage* pFirstPage = NULL; in GetStatusBarState() local
847 pFirstPage = pPage; in GetStatusBarState()
855 aLayoutStr = pFirstPage->GetLayoutName(); in GetStatusBarState()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx173 Any* pFirstPage = NULL; in ExportSelection() local
181 pFirstPage = &rRenderOptions[ nData ].Value; in ExportSelection()
250 if ( pFirstPage ) in ExportSelection()
251 *pFirstPage <<= sal_False; in ExportSelection()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx799 SdPage * pFirstPage = pSelectedPages->front(); in updateControls() local
800 DBG_ASSERT( pFirstPage, "Invalid Page" ); in updateControls()
802 impl::TransitionEffect aEffect( *pFirstPage ); in updateControls()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx588 SfxTabPage* pFirstPage; in createPage() local
593 pFirstPage = OGeneralPage::Create(this,*m_pOutSet, sal_True); in createPage()
594 pPage = static_cast<OGenericAdministrationPage*> (pFirstPage); in createPage()
595 m_pGeneralPage = static_cast<OGeneralPage*>(pFirstPage); in createPage()

Completed in 49 milliseconds