Lines Matching refs:nLength
41 sal_Int32 nLength = 0; in SimpleInteractionRequest() local
50 ++nLength; in SimpleInteractionRequest()
56 ++nLength; in SimpleInteractionRequest()
62 ++nLength; in SimpleInteractionRequest()
68 ++nLength; in SimpleInteractionRequest()
72 OSL_ENSURE( nLength > 0, in SimpleInteractionRequest()
76 aContinuations( nLength ); in SimpleInteractionRequest()
78 nLength = 0; in SimpleInteractionRequest()
81 aContinuations[ nLength++ ] = xAbort; in SimpleInteractionRequest()
84 aContinuations[ nLength++ ] = xRetry; in SimpleInteractionRequest()
87 aContinuations[ nLength++ ] = xApprove; in SimpleInteractionRequest()
90 aContinuations[ nLength++ ] = xDisapprove; in SimpleInteractionRequest()