Lines Matching refs:aDocument

153 	sal_Bool bUndo (aDocument.IsUndoEnabled());  in Execute()
174 SCTAB nTabCount = aDocument.GetTableCount(); in Execute()
177 if ( aDocument.IsBlockEditable( nTab, nCol,nRow, nCol, nRow ) ) in Execute()
180 aDocument.SetString( nCol, nRow, nTab, aVal ); in Execute()
225 ScDBCollection* pDBColl = aDocument.GetDBCollection(); in Execute()
230 if ( aPos.Parse( sTarget, &aDocument, aDocument.GetAddressConvention() ) & SCA_VALID ) in Execute()
344 aDocument.LimitChartArea( nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
350 … ScChartPositioner aChartPositioner( &aDocument, nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
385 aDocument.UpdateChartArea( aChartName, aRangeListRef, in Execute()
397 aDocument.UpdateChartArea( aChartName, aNewRange, in Execute()
421 bNewVal = !aDocument.GetAutoCalc(); // Toggle fuer Menue in Execute()
422 aDocument.SetAutoCalc( bNewVal ); in Execute()
476 aDocument.UpdateExternalRefLinks(); in Execute()
477 aDocument.UpdateDdeLinks(); in Execute()
478 aDocument.UpdateAreaLinks(); in Execute()
494 ScDBCollection* pDBColl = aDocument.GetDBCollection(); in Execute()
553 aDocument.CalcAll(); //! nur die abhaengigen in Execute()
668 ScChangeTrack* pChangeTrack = aDocument.GetChangeTrack(); in Execute()
760 sal_Bool bHadTrack = ( aDocument.GetChangeTrack() != NULL ); in Execute()
792 ScChangeViewSettings* pOldSet = aDocument.GetChangeViewSettings(); in Execute()
797 aDocument.SetChangeViewSettings(aChangeViewSet); in Execute()
811 aDocument.SetChangeViewSettings( aChangeViewSet ); in Execute()
834 if (aDocument.GetTable( aName, nTab )) in Execute()
862 if (aDocument.GetTable( aName, nTab )) in Execute()
864 if (aDocument.IsScenario(nTab)) in Execute()
869 aDocument.GetScenarioData( nTab, aComment, aColor, nFlags ); in Execute()
879 while(aDocument.IsScenario(nActualTab)); in Execute()
880 sal_Bool bSheetProtected = aDocument.IsTabProtected(nActualTab); in Execute()
916 ScDocOptions aDocOpt( aDocument.GetDocOptions() ); in Execute()
918 aDocument.SetDocOptions( aDocOpt ); in Execute()
1142 ScChangeTrack* pChangeTrack = aDocument.GetChangeTrack(); in ExecuteChangeProtectionDialog()
1226 aDocument.CalcFormulaTree(); in DoRecalc()
1230 aDocument.BroadcastUno( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in DoRecalc()
1236 ScChartListenerCollection* pCharts = aDocument.GetChartListenerCollection(); in DoRecalc()
1253 aDocument.CalcAll(); in DoHardRecalc()
1260 SCTAB nTabCount = aDocument.GetTableCount(); in DoHardRecalc()
1262 …if (aDocument.HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true )) // search also for VBA hend… in DoHardRecalc()
1264 aDocument.SetCalcNotification(nTab); in DoHardRecalc()
1268 aDocument.BroadcastUno( SfxSimpleHint( SC_HINT_CALCALL ) ); in DoHardRecalc()
1269 aDocument.BroadcastUno( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in DoHardRecalc()
1274 if (aDocument.IsStreamValid(nTab)) in DoHardRecalc()
1275 aDocument.SetStreamValid(nTab, sal_False); in DoHardRecalc()
1284 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in DoAutoStyle()
1299 aDocument.ApplyStyleAreaTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, *pStyleSheet ); in DoAutoStyle()
1300 aDocument.ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in DoAutoStyle()
1327 aDocument.RenamePageStyleInUse( aOldName, aNewName ); in NotifyStyle()
1329 SCTAB nTabCount = aDocument.GetTableCount(); in NotifyStyle()
1331 if (aDocument.GetPageStyle(nTab) == aNewName) // schon auf neu angepasst in NotifyStyle()
1333 aDocument.PageStyleModified( nTab, aNewName ); in NotifyStyle()
1365 ScConditionalFormatList* pList = aDocument.GetCondFormList(); in NotifyStyle()
1380 sal_Bool bUndo(aDocument.IsUndoEnabled()); in SetPrintZoom()
1381 String aStyleName = aDocument.GetPageStyle( nTab ); in SetPrintZoom()
1382 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in SetPrintZoom()
1416 String aStyleName = aDocument.GetPageStyle( nTab ); in AdjustPrintZoom()
1417 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in AdjustPrintZoom()
1426 const ScRange* pRepeatCol = aDocument.GetRepeatColRange( nTab ); in AdjustPrintZoom()
1427 const ScRange* pRepeatRow = aDocument.GetRepeatRowRange( nTab ); in AdjustPrintZoom()
1441 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
1448 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
1458 nBlkTwipsY += aDocument.GetRowHeight( pRepeatRow->aStart.Row(), in AdjustPrintZoom()
1463 nBlkTwipsY += aDocument.GetRowHeight( nStartRow, nEndRow, nTab ); in AdjustPrintZoom()
1496 SCTAB nTabCount = aDocument.GetTableCount(); in PageStyleModified()
1499 if ( aDocument.GetPageStyle(nTab) == rStyleName && in PageStyleModified()
1500 ( !bApi || aDocument.GetPageSize(nTab).Width() ) ) in PageStyleModified()
1546 sal_Bool bUndo(aDocument.IsUndoEnabled()); in ExecutePageStyle()
1547 String aOldName = aDocument.GetPageStyle( nCurTab ); in ExecutePageStyle()
1548 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in ExecutePageStyle()
1580 aDocument.RenamePageStyleInUse( aOldName, aNewName ) ) in ExecutePageStyle()
1591 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
1624 String aStr( aDocument.GetPageStyle( nCurTab ) ); in ExecutePageStyle()
1627 = aDocument.GetStyleSheetPool(); in ExecutePageStyle()
1742 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
1769 rSet.Put( SfxStringItem( nWhich, aDocument.GetPageStyle( nCurTab ) ) ); in GetStatePageStyle()
1774 String aStr = aDocument.GetPageStyle( nCurTab ); in GetStatePageStyle()
1775 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in GetStatePageStyle()
1806 if ( (sal_Bool) aDocument.GetHardRecalcState() ) in GetState()
1809 rSet.Put( SfxBoolItem( nWhich, aDocument.GetAutoCalc() ) ); in GetState()
1817 aDocument.GetChangeTrack() != NULL ) ); in GetState()
1822 ScChangeTrack* pChangeTrack = aDocument.GetChangeTrack(); in GetState()
1849 rSet.Put( SfxInt16Item( nWhich, aDocument.GetTableCount() ) ); in GetState()
1854 aDocument.GetDocOptions().GetYear2000() ) ); in GetState()
1898 SCTAB nVisTab = aDocument.GetVisibleTab(); in Draw()
1899 if (!aDocument.HasTable(nVisTab)) in Draw()
1910 aDocument.SnapVisArea( aBoundRect ); in Draw()
1912 ScPrintFunc::DrawToDev( &aDocument, pDev, 1.0, aBoundRect, &aTmpData, sal_True ); in Draw()
1919 aDocument.SnapVisArea( aBoundRect ); in Draw()
1921 ScPrintFunc::DrawToDev( &aDocument, pDev, 1.0, aBoundRect, &aTmpData, sal_True ); in Draw()
1941 sal_Bool bNegativePage = aDocument.IsNegativePage( aDocument.GetVisibleTab() ); in GetVisArea()
1944 aDocument.SnapVisArea( aArea ); in GetVisArea()
1951 SCTAB nVisTab = aDocument.GetVisibleTab(); in GetVisArea()
1952 if (!aDocument.HasTable(nVisTab)) in GetVisArea()
1955 ((ScDocShell*)this)->aDocument.SetVisibleTab(nVisTab); in GetVisArea()
1959 aDocument.GetDataStart( nVisTab, nStartCol, nStartRow ); in GetVisArea()
1962 aDocument.GetPrintArea( nVisTab, nEndCol, nEndRow ); in GetVisArea()
1967 Rectangle aNewArea = ((ScDocument&)aDocument) in GetVisArea()
1984 ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool(); in GetPageOnFromPageStyleSet()
1986 Find( aDocument.GetPageStyle( nCurTab ), in GetPageOnFromPageStyleSet()
2027 ScImportExport aObj( &aDocument, rItem ); in DdeGetData()
2055 ScImportExport aObj( &aDocument, rItem ); in DdeGetData()
2077 ScImportExport aObj( &aDocument, rItem ); in DdeSetData()
2095 ScImportExport aObj( &aDocument, rItem ); in DdeSetData()
2107 ScRangeName* pRange = aDocument.GetRangeName(); in DdeCreateLinkSource()
2126 …bool bValid = ( (aRange.Parse(aPos, &aDocument, formula::FormulaGrammar::CONV_OOO ) & SCA_VALID) || in DdeCreateLinkSource()
2127 … (aRange.aStart.Parse(aPos, &aDocument, formula::FormulaGrammar::CONV_OOO) & SCA_VALID) ); in DdeCreateLinkSource()
2260 aDocument.EndChangeTracking(); in EnableSharedSettings()
2261 aDocument.StartChangeTracking(); in EnableSharedSettings()
2278 aDocument.EndChangeTracking(); in EnableSharedSettings()
2283 aDocument.SetChangeViewSettings( aChangeViewSet ); in EnableSharedSettings()