Lines Matching refs:mnState
79 sal_uInt16 mnState; member
91 mpImpl->mnState = (sal_uInt16)SIGNATURESTATE_UNKNOWN; in XmlSecStatusBarControl()
110 mpImpl->mnState = (sal_uInt16)SIGNATURESTATE_UNKNOWN; in StateChanged()
115 mpImpl->mnState = ( ( SfxUInt16Item* ) pState )->GetValue(); in StateChanged()
120 mpImpl->mnState = (sal_uInt16)SIGNATURESTATE_UNKNOWN; in StateChanged()
129 if ( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_OK ) in StateChanged()
131 else if ( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_BROKEN ) in StateChanged()
133 else if ( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_NOTVALIDATED ) in StateChanged()
135 else if ( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_PARTIAL_OK ) in StateChanged()
177 if( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_OK ) in Paint()
182 else if( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_BROKEN ) in Paint()
187 else if( mpImpl->mnState == SIGNATURESTATE_SIGNATURES_NOTVALIDATED in Paint()
188 || mpImpl->mnState == SIGNATURESTATE_SIGNATURES_PARTIAL_OK) in Paint()