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
1418 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.cxx403 virtual void SAL_CALL blockingStatusChanged( sal_Bool isBlocking )
629 void SAL_CALL XSecTester::blockingStatusChanged( sal_Bool isBlocking ) in blockingStatusChanged() argument
632 this->m_bIsBlocking = isBlocking; in blockingStatusChanged()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.hxx250 virtual sal_Bool SAL_CALL isBlocking( )
H A Dsaxeventkeeperimpl.cxx1037 sal_Bool SAL_CALL SAXEventKeeperImpl::isBlocking( ) in isBlocking() function in SAXEventKeeperImpl
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx961 if (xSAXEventKeeper->isBlocking()) in generateSAXEvents()

Completed in 66 milliseconds