Lines Matching refs:pDocument

222         ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM());  in DeleteRow()
363 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteCol()
394 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteArea()
405 ScPatternAttr aPattern(pDocument->GetPool()); in DeleteArea()
418 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteSelection()
429 ScDocumentPool* pPool = pDocument->GetPool(); in DeleteSelection()
528 ScPatternAttr aPattern(pDocument->GetPool()); in CopyFromClip()
558 sal_Bool bWasCut = pDocument->IsCutMode(); in TransposeClip()
560 ScDocument* pDestDoc = pTransClip->pDocument; in TransposeClip()
744 ScChartListenerCollection* pCharts = pDestTab->pDocument->GetChartListenerCollection(); in CopyToTable()
1048 … nRow, nTabP, rString, pDocument->GetAddressConvention(), pFormatter, bDetectNumberFormat ); in SetString()
1142 if( mxUninitNotes.get() && (bForced || pDocument->IsUndoEnabled()) ) in InitializeNoteCaptions()
1251 sal_Bool bOldAutoCalc = pDocument->GetAutoCalc(); in SetDirty()
1252 pDocument->SetAutoCalc( sal_False ); // Mehrfachberechnungen vermeiden in SetDirty()
1255 pDocument->SetAutoCalc( bOldAutoCalc ); in SetDirty()
1261 sal_Bool bOldAutoCalc = pDocument->GetAutoCalc(); in SetDirty()
1262 pDocument->SetAutoCalc( sal_False ); // Mehrfachberechnungen vermeiden in SetDirty()
1266 pDocument->SetAutoCalc( bOldAutoCalc ); in SetDirty()
1272 sal_Bool bOldAutoCalc = pDocument->GetAutoCalc(); in SetTableOpDirty()
1273 pDocument->SetAutoCalc( sal_False ); // no multiple recalculation in SetTableOpDirty()
1277 pDocument->SetAutoCalc( bOldAutoCalc ); in SetTableOpDirty()
1283 sal_Bool bOldAutoCalc = pDocument->GetAutoCalc(); in SetDirtyAfterLoad()
1284 pDocument->SetAutoCalc( sal_False ); // Mehrfachberechnungen vermeiden in SetDirtyAfterLoad()
1287 pDocument->SetAutoCalc( bOldAutoCalc ); in SetDirtyAfterLoad()
1293 sal_Bool bOldAutoCalc = pDocument->GetAutoCalc(); in SetRelNameDirty()
1294 pDocument->SetAutoCalc( sal_False ); // Mehrfachberechnungen vermeiden in SetRelNameDirty()
1297 pDocument->SetAutoCalc( bOldAutoCalc ); in SetRelNameDirty()
1376 return pDocument->GetDefPattern(); // for safety in GetPattern()
1544 ScDocAttrIterator aIter( pDocument, nTab, nCol, nY1, nCol, nY2 ); in FindMaxRotCol()
1558 ScConditionalFormatList* pList = pDocument->GetCondFormList(); in FindMaxRotCol()
1559 ScStyleSheetPool* pStylePool = pDocument->GetStyleSheetPool(); in FindMaxRotCol()
1700 else if ( IsProtected() && !pDocument->IsScenario(nTab) ) in IsBlockEditable()
1709 while(pDocument->IsScenario(nScenTab)) in IsBlockEditable()
1712 … if(pDocument->IsActiveScenario(nScenTab) && pDocument->HasScenarioRange(nScenTab, aEditRange)) in IsBlockEditable()
1715 pDocument->GetScenarioFlags(nScenTab,nFlags); in IsBlockEditable()
1723 else if (pDocument->IsScenario(nTab)) in IsBlockEditable()
1731 while(pDocument->IsScenario(nActualTab)); in IsBlockEditable()
1733 if(pDocument->IsTabProtected(nActualTab)) in IsBlockEditable()
1736 if(pDocument->HasScenarioRange(nTab, aEditRange)) in IsBlockEditable()
1739 pDocument->GetScenarioFlags(nTab,nFlags); in IsBlockEditable()
1767 else if ( IsProtected() && !pDocument->IsScenario(nTab) ) in IsSelectionEditable()
1778 while(pDocument->IsScenario(nScenTab) && bIsEditable) in IsSelectionEditable()
1780 if(pDocument->IsActiveScenario(nScenTab)) in IsSelectionEditable()
1785 if(pDocument->HasScenarioRange(nScenTab, aRange)) in IsSelectionEditable()
1788 pDocument->GetScenarioFlags(nScenTab,nFlags); in IsSelectionEditable()
1797 else if (pDocument->IsScenario(nTab)) in IsSelectionEditable()
1805 while(pDocument->IsScenario(nActualTab)); in IsSelectionEditable()
1807 if(pDocument->IsTabProtected(nActualTab)) in IsSelectionEditable()
1815 if(pDocument->HasScenarioRange(nTab, aRange)) in IsSelectionEditable()
1818 pDocument->GetScenarioFlags(nTab,nFlags); in IsSelectionEditable()
1933 if (nStar >nStartRow || nEnd < nEndRow || pAttr!=pDocument->GetDefPattern()) in ApplyPooledPatternArea()
2173 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in SetColWidth()
2204 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in SetRowHeight()
2268 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in SetRowHeightRange()
2603 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in ShowCol()
2615 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowCol()
2636 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in ShowRow()
2652 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowRow()
2675 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in DBShowRow()
2694 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in DBShowRow()
2726 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in DBShowRows()
2747 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in DBShowRows()
2770 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in ShowRows()
2807 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowRows()
2841 ScDBData* pDBData = pDocument->GetFilterDBAtTable(nTab); in IsDataFiltered()
3168 pCell = pCell->CloneWithoutNote( *pDocument ); in CopyData()
3185 pDocument->PutCell( aDest, pCell ); in CopyData()
3186 pDocument->SetPattern( aDest, *GetPattern( nCol, nRow ), sal_True ); in CopyData()
3232 ScDrawLayer* pDrawLayer = pDocument->GetDrawLayer(); in SetDrawPageSize()