Lines Matching refs:pDocument

164 static ScBaseCell * lcl_getSuffixCell( ScDocument* pDocument, sal_Int32 nValue,  in lcl_getSuffixCell()  argument
176 EditEngine aEngine( pDocument->GetEnginePool() ); in lcl_getSuffixCell()
184 return new ScEditCell( aEngine.CreateTextObject(), pDocument, NULL ); in lcl_getSuffixCell()
226 sal_Bool bDate = ( pDocument->GetFormatTable()->GetType(nFormat) == NUMBERFORMAT_DATE ); in FillAnalyse()
233 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in FillAnalyse()
456 pDocument->SetNoListening( sal_True ); // noch falsche Referenzen in FillFormula()
458 ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, *pDocument, aAddr ); in FillFormula()
474 ScBaseCell* pOrgCell = pDocument->GetCell( aOrg ); in FillFormula()
497 pDocument->SetNoListening( sal_False ); in FillFormula()
498 pDestCell->StartListeningTo( pDocument ); in FillFormula()
623 if (pNewPattern || pSrcPattern != pDocument->GetDefPattern()) in FillAuto()
831 lcl_getSuffixCell( pDocument, in FillAuto()
850 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillAuto()
1078 pDocument->GetFormatTable()-> in GetAutoFillPreview()
1166 pDocument->GetFormatTable()-> in GetAutoFillPreview()
1193 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in IncDate()
1401 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillSeries()
1570 lcl_getSuffixCell( pDocument, in FillSeries()
1610 ScProgress aProgress( pDocument->GetDocumentShell(), in Fill()
1622 pDocument->GetRangeName()->SetSharedMaxIndex( in Fill()
1623 pDocument->GetRangeName()->GetSharedMaxIndex()+1); // dann hochzaehlen in Fill()
1657 pPatternAttrs[i] = new ScPatternAttr(pDocument->GetPool()); in AutoFormat()
1658 pData->FillToItemSet(i, pPatternAttrs[i]->GetItemSet(), *pDocument); in AutoFormat()
1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()