Lines Matching refs:pDocShell

111 	pDocShell( pDocSh ),  in ScPreview()
153 ScDocument* pDoc = pDocShell->GetDocument(); in UpdateDrawView()
208 ScDocument* pDoc = pDocShell->GetDocument(); in TestLastPage()
231 ScDocument* pDoc = pDocShell->GetDocument(); in CalcPages()
246 pDocShell->UpdatePendingRowHeights( nAnz-1, true ); in CalcPages()
257 ScPrintFunc aPrintFunc( this, pDocShell, i, nAttrPage, 0, NULL, &aOptions ); in CalcPages()
324 ScDocument* pDoc = pDocShell->GetDocument(); in RecalcPages()
347 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in DoPrint()
377 ScDocument* pDoc = pDocShell->GetDocument(); in DoPrint()
387 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in DoPrint()
389 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in DoPrint()
635 pLocationData = new ScPreviewLocationData( pDocShell->GetDocument(), this ); in GetLocationData()
697 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in SetZoom()
725 SCTAB nDocTabCount = pDocShell->GetDocument()->GetTableCount(); in GetFirstPage()
768 double nWinScaleX = ScGlobal::nScreenPPTX / pDocShell->GetOutputFactor(); in GetOptimalZoom()
779 Size aLocalPageSize = lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ); in GetOptimalZoom()
909 pDocShell->UpdateFontList(); in DataChanged()
932 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseButtonDown()
1015 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseButtonUp()
1020 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseButtonUp()
1021 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseButtonUp()
1029 ScDocument * pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1067 ScDocShellModificator aModificator( *pDocShell ); in MouseButtonUp()
1083 pDocShell->GetUndoManager()->AddUndoAction( in MouseButtonUp()
1084 new ScUndoModifyStyle( pDocShell, SFX_STYLE_FAMILY_PAGE, in MouseButtonUp()
1090 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1122 ScDocument * pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1129 ScDocShellModificator aModificator( *pDocShell ); in MouseButtonUp()
1181 pDocShell->GetUndoManager()->AddUndoAction( in MouseButtonUp()
1182 new ScUndoModifyStyle( pDocShell, SFX_STYLE_FAMILY_PAGE, in MouseButtonUp()
1188 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1209 ScDocument* pDoc = pDocShell->GetDocument(); in MouseButtonUp()
1224 ScDocFunc aFunc(*pDocShell); in MouseButtonUp()
1230 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1236 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1245 ScPrintFunc aPrintFunc( this, pDocShell, nTab ); in MouseButtonUp()
1259 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in MouseMove()
1269 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseMove()
1270 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove()
1279 pPrintFunc = new ScPrintFunc( this, pDocShell, aState, &aOptions ); in MouseMove()
1281 …pPrintFunc = new ScPrintFunc( this, pDocShell, nTab, nFirstAttr[nTab], nTotalPages, NULL, &aOption… in MouseMove()
1507 Fraction aHorPrevZoom( (long)( 100 * nZoom / pDocShell->GetOutputFactor() ), 10000 ); in DragMove()
1533 long nHeight = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Height(); in DrawInvert()
1534 long nWidth = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Width(); in DrawInvert()