Lines Matching refs:xAbort
71 uno::Reference< task::XInteractionAbort > xAbort; in handleLockedDocumentRequest_() local
72 getContinuations(rContinuations, &xApprove, &xDisapprove, &xAbort); in handleLockedDocumentRequest_()
74 if ( !xApprove.is() || !xDisapprove.is() || !xAbort.is() ) in handleLockedDocumentRequest_()
144 xAbort->select(); in handleLockedDocumentRequest_()
162 uno::Reference< task::XInteractionAbort > xAbort; in handleChangedByOthersRequest_() local
163 getContinuations(rContinuations, &xApprove, &xAbort); in handleChangedByOthersRequest_()
165 if ( !xApprove.is() || !xAbort.is() ) in handleChangedByOthersRequest_()
183 xAbort->select(); in handleChangedByOthersRequest_()
201 uno::Reference< task::XInteractionAbort > xAbort; in handleLockFileIgnoreRequest_() local
202 getContinuations(rContinuations, &xApprove, &xAbort); in handleLockFileIgnoreRequest_()
204 if ( !xApprove.is() || !xAbort.is() ) in handleLockFileIgnoreRequest_()
222 xAbort->select(); in handleLockFileIgnoreRequest_()