Home
last modified time | relevance | path

Searched refs:isInsideCollectedElement (Results 1 – 5 of 5) sorted by relevance

/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeperStatusChangeListener.idl55 * @param isInsideCollectedElement <code>true</code> if the SAXEventKeeper is
59 void collectionStatusChanged([in] boolean isInsideCollectedElement);
/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java1044 public void collectionStatusChanged(boolean isInsideCollectedElement) in collectionStatusChanged() argument
1047 (isInsideCollectedElement?"Begin to buffer data ...":"End of data bufferring.")+ in collectionStatusChanged()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx1423 sal_Bool isInsideCollectedElement ) in collectionStatusChanged() argument
1433 this->m_bIsCollectingElement = isInsideCollectedElement; in collectionStatusChanged()
H A Dxsecctl.hxx599 sal_Bool isInsideCollectedElement )
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx406 sal_Bool isInsideCollectedElement )
635 void SAL_CALL XSecTester::collectionStatusChanged( sal_Bool isInsideCollectedElement ) in collectionStatusChanged() argument
638 this->m_bIsInsideCollectedElement = isInsideCollectedElement; in collectionStatusChanged()

Completed in 44 milliseconds