Lines Matching refs:pShell
55 SfxObjectShell* pShell; member
57 DocumentSignature_Data() : pShell( NULL ) { } in DocumentSignature_Data()
71 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in DocumentSignature() local
72 while ( pShell ) in DocumentSignature()
74 if ( pShell->GetModel() == xDocument ) in DocumentSignature()
76 pShell = SfxObjectShell::GetNext( *pShell ); in DocumentSignature()
78 m_pData->pShell = pShell; in DocumentSignature()
90 return ( m_pData->pShell != NULL ); in supportsSignatures()
97 if ( m_pData->pShell ) in signScriptingContent()
98 m_pData->pShell->SignScriptingContent(); in signScriptingContent()
104 if ( m_pData->pShell ) in getScriptingSignatureState()
105 return m_pData->pShell->GetScriptingSignatureState(); in getScriptingSignatureState()