Lines Matching refs:xTransact
373 XTransactedObject xTransact = in WriteBytesToStreamH()
375 if ( xTransact == null ) in WriteBytesToStreamH()
384 xTransact.commit(); in WriteBytesToStreamH()
438 XTransactedObject xTransact = in WriteBytesToEncrStreamH()
440 if ( xTransact == null ) in WriteBytesToEncrStreamH()
449 xTransact.commit(); in WriteBytesToEncrStreamH()
520 XTransactedObject xTransact = in WBToSubstrOfEncrH()
522 if ( xTransact == null ) in WBToSubstrOfEncrH()
531 xTransact.commit(); in WBToSubstrOfEncrH()
647 XTransactedObject xTransact = in ChangeStreamPassH() local
649 if ( xTransact == null ) in ChangeStreamPassH()
658 xTransact.commit(); in ChangeStreamPassH()
1105 …XTransactedObject xTransact = (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.cla… in commitStorage() local
1106 if ( xTransact == null ) in commitStorage()
1114 xTransact.commit(); in commitStorage()