Lines Matching refs:pDocShell
91 pDocShell( pDocSh ), in ScDocDefaultsObj()
94 pDocShell->GetDocument()->AddUnoObject(*this); in ScDocDefaultsObj()
99 if (pDocShell) in ~ScDocDefaultsObj()
100 pDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScDocDefaultsObj()
108 pDocShell = NULL; // document gone in Notify()
114 if (pDocShell) in ItemsChanged()
118 pDocShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_GRID ); in ItemsChanged()
141 if ( !pDocShell ) in setPropertyValue()
151 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
167 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
198 ScDocument* pDoc = pDocShell->GetDocument(); in setPropertyValue()
214 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in setPropertyValue()
235 if ( !pDocShell ) in getPropertyValue()
247 ScDocument* pDoc = pDocShell->GetDocument(); in getPropertyValue()
263 ScDocument* pDoc = pDocShell->GetDocument(); in getPropertyValue()
276 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in getPropertyValue()
292 if ( !pDocShell ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
313 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
341 if ( !pDocShell ) in setPropertyToDefault()
350 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in setPropertyToDefault()
365 if ( !pDocShell ) in getPropertyDefault()
375 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in getPropertyDefault()