Home
last modified time | relevance | path

Searched refs:isBlocking (Results 1 – 9 of 9) sorted by relevance

/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeperStatusChangeListener.idl46 * @param isBlocking <code>true</code> if the SAXEventKeeper is
50 void blockingStatusChanged([in] boolean isBlocking);
H A DXSAXEventKeeper.idl88 boolean isBlocking();
/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java1035 public void blockingStatusChanged(boolean isBlocking) in blockingStatusChanged() argument
1038 … (isBlocking?"The SAX event stream is blocked.":"The SAX event stream is unblocked.")+ in blockingStatusChanged()
1041 this.m_bIsBlocking = isBlocking; in blockingStatusChanged()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx1408 void SAL_CALL XSecController::blockingStatusChanged( sal_Bool isBlocking ) in blockingStatusChanged() argument
1417 this->m_bIsBlocking = isBlocking; in blockingStatusChanged()
H A Dxsecctl.hxx596 virtual void SAL_CALL blockingStatusChanged( sal_Bool isBlocking );
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx401 virtual void SAL_CALL blockingStatusChanged( sal_Bool isBlocking );
610 void SAL_CALL XSecTester::blockingStatusChanged( sal_Bool isBlocking ) in blockingStatusChanged() argument
612 this->m_bIsBlocking = isBlocking; in blockingStatusChanged()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.hxx246 virtual sal_Bool SAL_CALL isBlocking( );
H A Dsaxeventkeeperimpl.cxx1033 sal_Bool SAL_CALL SAXEventKeeperImpl::isBlocking( ) in isBlocking() function in SAXEventKeeperImpl
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx948 if (xSAXEventKeeper->isBlocking()) in generateSAXEvents()