Lines Matching refs:xApprove
69 uno::Reference< task::XInteractionApprove > xApprove; in handleLockedDocumentRequest_() local
72 getContinuations(rContinuations, &xApprove, &xDisapprove, &xAbort); in handleLockedDocumentRequest_()
74 if ( !xApprove.is() || !xDisapprove.is() || !xAbort.is() ) in handleLockedDocumentRequest_()
140 xApprove->select(); in handleLockedDocumentRequest_()
161 uno::Reference< task::XInteractionApprove > xApprove; in handleChangedByOthersRequest_() local
163 getContinuations(rContinuations, &xApprove, &xAbort); in handleChangedByOthersRequest_()
165 if ( !xApprove.is() || !xAbort.is() ) in handleChangedByOthersRequest_()
181 xApprove->select(); in handleChangedByOthersRequest_()
200 uno::Reference< task::XInteractionApprove > xApprove; in handleLockFileIgnoreRequest_() local
202 getContinuations(rContinuations, &xApprove, &xAbort); in handleLockFileIgnoreRequest_()
204 if ( !xApprove.is() || !xAbort.is() ) in handleLockFileIgnoreRequest_()
220 xApprove->select(); in handleLockFileIgnoreRequest_()