Lines Matching refs:mpDoc
194 if (mpDoc) in GetBoundingBox()
197 …mpDoc->GetAttr( maCellAddress.Col(), maCellAddress.Row(), maCellAddress.Tab(), ATTR_ROTATE_VALUE )… in GetBoundingBox()
327 …return ScAccessibleContextBase::IsDefunc() || (mpDoc == NULL) || (mpViewShell == NULL) || !getAcce… in IsDefunc()
336 mpDoc) in IsEditable()
339 const ScProtectionAttr* pItem = (const ScProtectionAttr*)mpDoc->GetAttr( in IsEditable()
353 if (mpDoc) in IsOpaque()
355 const SvxBrushItem* pItem = (const SvxBrushItem*)mpDoc->GetAttr( in IsOpaque()
407 if (mpDoc) in FillDependends()
409 ScCellIterator aCellIter( mpDoc, 0,0, maCellAddress.Tab(), MAXCOL,MAXROW, maCellAddress.Tab() ); in FillDependends()
433 if (mpDoc) in FillPrecedents()
435 ScBaseCell* pBaseCell = mpDoc->GetCell(maCellAddress); in FillPrecedents()
531 if( mpDoc ) in getExtendedAttributes()
551 …sal_uInt16 nParaIndent = static_cast< const SfxUInt16Item* >( mpDoc->GetAttr( maCellAddress.Col(),… in getCharacterAttributes()
581 …sal_uInt32 nValidation = static_cast< const SfxUInt32Item* >( mpDoc->GetAttr( nPosX, nPosY, nTab, … in IsDropdown()
584 const ScValidationData* pData = mpDoc->GetValidationEntry( nValidation ); in IsDropdown()
589 pAttr = (ScMergeFlagAttr*)mpDoc->GetAttr( nPosX, nPosY, nTab, ATTR_MERGE_FLAG ); in IsDropdown()
596 sal_uInt16 nTabCount = mpDoc->GetTableCount(); in IsDropdown()
597 if ( nTab+1<nTabCount && mpDoc->IsScenario(nTab+1) && !mpDoc->IsScenario(nTab) ) in IsDropdown()
601 for (i=nTab+1; i<nTabCount && mpDoc->IsScenario(i); i++) in IsDropdown()
602 mpDoc->MarkScenario( i, nTab, aMarks, sal_False, SC_SCENARIO_SHOWFRAME ); in IsDropdown()
610 mpDoc->ExtendTotalMerge( aRange ); in IsDropdown()