Searched refs:nResponse (Results 1 – 3 of 3) sorted by relevance
68 gint nButtons = 0, nResponse; in ShowNativeDialog() local85 nResponse = gtk_dialog_run( GTK_DIALOG(mainwin) ); in ShowNativeDialog()86 if( nResponse == GTK_RESPONSE_NONE || nResponse == GTK_RESPONSE_DELETE_EVENT ) in ShowNativeDialog()87 nResponse = -1; in ShowNativeDialog()91 return nResponse; in ShowNativeDialog()
78 sal_Int32 nResponse = rRequest->getResponse(); in handleInteractionRequest() local79 switch (nResponse) in handleInteractionRequest()91 return nResponse; in handleInteractionRequest()143 sal_Int32 nResponse = rRequest->getResponse(); in handleInteractionRequest() local144 switch (nResponse) in handleInteractionRequest()156 return nResponse; in handleInteractionRequest()
636 sal_Int32 nResponse = RET_NO; variable645 nResponse = aQuestion.Execute();649 switch (nResponse)
Completed in 14 milliseconds