Lines Matching refs:pDocShell
108 pDocShell( pDocSh ), in ScPreview()
150 ScDocument* pDoc = pDocShell->GetDocument(); in UpdateDrawView()
205 ScDocument* pDoc = pDocShell->GetDocument(); in TestLastPage()
228 ScDocument* pDoc = pDocShell->GetDocument(); in CalcPages()
243 pDocShell->UpdatePendingRowHeights( nAnz-1, true ); in CalcPages()
254 ScPrintFunc aPrintFunc( this, pDocShell, i, nAttrPage, 0, NULL, &aOptions ); in CalcPages()
321 ScDocument* pDoc = pDocShell->GetDocument(); in RecalcPages()
344 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in DoPrint()
374 ScDocument* pDoc = pDocShell->GetDocument(); in DoPrint()
384 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in DoPrint()
386 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in DoPrint()
632 pLocationData = new ScPreviewLocationData( pDocShell->GetDocument(), this ); in GetLocationData()
694 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in SetZoom()
722 SCTAB nDocTabCount = pDocShell->GetDocument()->GetTableCount(); in GetFirstPage()
765 double nWinScaleX = ScGlobal::nScreenPPTX / pDocShell->GetOutputFactor(); in GetOptimalZoom()
776 Size aLocalPageSize = lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ); in GetOptimalZoom()
906 pDocShell->UpdateFontList(); in DataChanged()
929 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseButtonDown()
1012 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseButtonUp()
1017 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseButtonUp()
1018 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseButtonUp()
1026 ScDocument * pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1064 ScDocShellModificator aModificator( *pDocShell ); in MouseButtonUp()
1080 pDocShell->GetUndoManager()->AddUndoAction( in MouseButtonUp()
1081 new ScUndoModifyStyle( pDocShell, SFX_STYLE_FAMILY_PAGE, in MouseButtonUp()
1087 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1119 ScDocument * pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1126 ScDocShellModificator aModificator( *pDocShell ); in MouseButtonUp()
1178 pDocShell->GetUndoManager()->AddUndoAction( in MouseButtonUp()
1179 new ScUndoModifyStyle( pDocShell, SFX_STYLE_FAMILY_PAGE, in MouseButtonUp()
1185 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1206 ScDocument* pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1221 ScDocFunc aFunc(*pDocShell); in MouseButtonUp()
1227 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1233 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1242 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1256 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseMove()
1266 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseMove()
1267 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove()
1276 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in MouseMove()
1278 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in MouseMove()
1504 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in DragMove()
1530 long nHeight = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Height(); in DrawInvert()
1531 long nWidth = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Width(); in DrawInvert()