Lines Matching refs:mpDoc

75 	mpDoc(pDoc),  in ScAccessibleCellBase()
93 if (mpDoc) in isVisible()
95 bool bColHidden = mpDoc->ColHidden(maCellAddress.Col(), maCellAddress.Tab()); in isVisible()
96 bool bRowHidden = mpDoc->RowHidden(maCellAddress.Row(), maCellAddress.Tab()); in isVisible()
97 bool bColFiltered = mpDoc->ColFiltered(maCellAddress.Col(), maCellAddress.Tab()); in isVisible()
98 bool bRowFiltered = mpDoc->RowFiltered(maCellAddress.Row(), maCellAddress.Tab()); in isVisible()
112 if (mpDoc) in getForeground()
114 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getForeground()
153 if (mpDoc) in getBackground()
155 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBackground()
253 if (mpDoc) in getCurrentValue()
256 mpDoc->GetString(maCellAddress.Col(),maCellAddress.Row(),maCellAddress.Tab(), valStr); in getCurrentValue()
270 if((aNumber >>= fValue) && mpDoc && mpDoc->GetDocumentShell()) in setCurrentValue()
280 ScDocShell* pDocShell = (ScDocShell*) mpDoc->GetDocumentShell(); in setCurrentValue()
353 if (mpDoc) in GetNote()
355 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in GetNote()
402 if (mpDoc) in getShadowAttrs()
404 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getShadowAttrs()
488 if (mpDoc) in getBorderAttrs()
490 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBorderAttrs()
527 sal_Bool bIn = mpDoc ? mpDoc->IsCellInChangeTrack(maCellAddress,&aColor) : sal_False; in getBorderAttrs()
634 if (mpDoc) in GetAllDisplayNote()
637 mpDoc->GetCellChangeTrackNote(maCellAddress,strTrackText,bLeftedge); in GetAllDisplayNote()