Home
last modified time | relevance | path

Searched refs:nDestPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dassclass.cxx55 bool Assistent::InsertControl(int nDestPage,Control* pUsedControl) in InsertControl() argument
57 DBG_ASSERT( (nDestPage > 0) && (nDestPage <= mnPages), "Seite nicht vorhanden!"); in InsertControl()
58 if((nDestPage>0)&&(nDestPage<=mnPages)) in InsertControl()
60 mpPages[nDestPage-1]->Insert(pUsedControl,LIST_APPEND); in InsertControl()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1688 sal_Int32 nDestPage = rPDFExtOutDevData.GetCurrentPageNumber(); in ImplPDFExportShapeInteraction() local
1689 if ( nDestPage ) in ImplPDFExportShapeInteraction()
1690 nDestPage--; in ImplPDFExportShapeInteraction()
1691 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1698 sal_Int32 nDestPage = rPDFExtOutDevData.GetCurrentPageNumber() + 1; in ImplPDFExportShapeInteraction() local
1700 if ( nDestPage > nLastPage ) in ImplPDFExportShapeInteraction()
1701 nDestPage = nLastPage; in ImplPDFExportShapeInteraction()
1702 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
/trunk/main/sd/source/ui/inc/
H A Dassclass.hxx57 bool InsertControl(int nDestPage,Control* pUsedControl);

Completed in 30 milliseconds